File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 115
115
<ClCompile >
116
116
<WarningLevel >Level3</WarningLevel >
117
117
<SDLCheck >true</SDLCheck >
118
- <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118
+ <PreprocessorDefinitions >HAVE_LIBPNG; _DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
119
119
<ConformanceMode >true</ConformanceMode >
120
120
</ClCompile >
121
121
<Link >
130
130
<FunctionLevelLinking >true</FunctionLevelLinking >
131
131
<IntrinsicFunctions >true</IntrinsicFunctions >
132
132
<SDLCheck >true</SDLCheck >
133
- <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
133
+ <PreprocessorDefinitions >HAVE_LIBPNG; NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
134
134
<ConformanceMode >true</ConformanceMode >
135
135
</ClCompile >
136
136
<Link >
Original file line number Diff line number Diff line change 17
17
<tags >pdf file native</tags >
18
18
<dependencies >
19
19
<dependency id =" pdfio_native.redist" version =" 1.5.0" />
20
+ <dependency id =" libpng_native.redist" version =" 1.6.30" />
20
21
<dependency id =" zlib_native.redist" version =" 1.2.11" />
21
22
</dependencies >
22
23
</metadata >
Original file line number Diff line number Diff line change 16
16
<copyright >Copyright © 2019-2025 by Michael R Sweet</copyright >
17
17
<tags >pdf file native</tags >
18
18
<dependencies >
19
+ <dependency id =" libpng_native.redist" version =" 1.6.30" />
19
20
<dependency id =" zlib_native.redist" version =" 1.2.11" />
20
21
</dependencies >
21
22
</metadata >
Original file line number Diff line number Diff line change 7
7
8
8
:: Copy dependent DLLs to the named build directory
9
9
echo Copying DLLs
10
+ copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Debug\*.dll %1
11
+ copy packages\libpng_native.redist.1.6.30\build\native\bin\x64\Release\*.dll %1
10
12
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Debug\*.dll %1
11
13
copy packages\zlib_native.redist.1.2.11\build\native\bin\x64\Release\*.dll %1
12
14
You can’t perform that action at this time.
0 commit comments