Skip to content

Commit 4f971a1

Browse files
committed
Fix Windows build issues.
1 parent 60c547d commit 4f971a1

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

vcnet/ippeveprinter.vcxproj.user

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
66
<LocalDebuggerEnvironment>CUPS_DEBUG_LOG=-;CUPS_DEBUG_LEVEL=9;CUPS_DEBUG_FILTER=sspi</LocalDebuggerEnvironment>
77
</PropertyGroup>
8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
9+
<LocalDebuggerCommandArguments>-vvv -p 8631 -n localhost Test</LocalDebuggerCommandArguments>
10+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
11+
</PropertyGroup>
812
</Project>

vcnet/runtests.bat

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@
66
::
77

88
:: Copy DLLs for dependent packages to the debug directory...
9-
copy packages\*\build\native\bin\x64\Debug\*.dll %1
10-
copy packages\*\build\native\bin\x64\Release\*.dll %1
11-
copy ..\pdfio\packages\*\build\native\bin\x64\Debug\*.dll %1
12-
copy ..\pdfio\packages\*\build\native\bin\x64\Release\*.dll %1
9+
copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Debug\*.dll %1
10+
copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Release\*.dll %1
11+
12+
copy packages\libressl_native.redist.4.0.0\build\native\bin\x64\Debug\*.dll %1
13+
copy packages\libressl_native.redist.4.0.0\build\native\bin\x64\Release\*.dll %1
14+
15+
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Debug\*.dll %1
16+
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Release\*.dll %1
1317

1418
;; Run tests from the build directory...
1519
cd %1
@@ -20,6 +24,6 @@ cd %1
2024

2125
start "" cmd /c ".\ippeveprinter.exe -vvv -a ../../../tools/test.conf -n localhost 'Test Printer' >test.log"
2226

23-
.\ippfind.exe -T 30 --literal-name "Test Printer" --exec ipptool.exe -V 2.0 -tIf ../../../examples/document-letter.pdf '{}' ../../../examples/ipp-2.0.test \;
27+
.\ippfind.exe -T 30 --literal-name "Test Printer" --exec ipptool.exe -V 2.0 -tIf ../../../examples/document-letter.pdf '{}' ../../../examples/ipp-2.0.test ';'
2428

2529
:: taskkill /im ippeveprinter.exe

0 commit comments

Comments
 (0)