Ghostscript-API-Wrapper
Ghostscript-API-Wrapper copied to clipboard
Demo output path (Lazarus, Win32)
Situation: compiling and running demo.
Experienced: executable will be written to demo folder, which is missing the DLLs.
Expected: have target filename as ....\bin\GS_API_ExampleLazarus , so that it will be written where the DLLs reside.
diff --git "a/Examples/Lazarus/GS_API_ExampleLazarus.lpi" "b/Examples/Lazarus/GS_API_ExampleLazarus.lpi"
index 4576bfc..b4e998b 100644
--- "a/Examples/Lazarus/GS_API_ExampleLazarus.lpi"
+++ "b/Examples/Lazarus/GS_API_ExampleLazarus.lpi"
@@ -134,13 +133,21 @@
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
- <Filename Value="GS_API_ExampleLazarus"/>
+ <Filename Value="..\..\bin\GS_API_ExampleLazarus"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>