feat: implemented Incremental save system
This commit is contained in:
@@ -28,8 +28,8 @@ if ($LASTEXITCODE -ne 0) {
|
||||
exit $LASTEXITCODE
|
||||
}
|
||||
|
||||
Write-Host "Building target 'pdfengine_py'..." -ForegroundColor Cyan
|
||||
cmake --build --preset win-local-pdfium --target pdfengine_py
|
||||
Write-Host "Building all targets..." -ForegroundColor Cyan
|
||||
cmake --build --preset win-local-pdfium
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
Write-Error "Build failed."
|
||||
exit $LASTEXITCODE
|
||||
|
||||
Reference in New Issue
Block a user