Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jan 14, 2025
1 parent e987f7b commit c71fb36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ build_script:
- call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
# Packages from nuget.
- nuget install libpng-v142 -ExcludeVersion -NonInteractive
- dir libpng-v142\build\native\lib\x64\
- dir libpng-v142\build\native\lib\x64\v142\dynamic\Release\
# Building Boost.
- bootstrap.bat
- b2.exe headers
Expand Down
2 changes: 1 addition & 1 deletion Chapter12/07_gil/07_gil.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ INCLUDEPATH += $$BOOST_PATH/zlib/build/native/include
INCLUDEPATH += $$BOOST_PATH/zlib.v140.windesktop.msvcstl.dyn.rt-dyn/build/native/include
msvc {
QMAKE_LFLAGS += /LIBPATH:$$BOOST_PATH/libpng/build/native/lib/x64/v140/dynamic/Release/
QMAKE_LFLAGS += /LIBPATH:$$BOOST_PATH/libpng-v142/build/native/lib/x64/v140/dynamic/Release/
QMAKE_LFLAGS += /LIBPATH:$$BOOST_PATH/libpng-v142/build/native/lib/x64/v142/dynamic/Release/
LIBS += -llibpng16
} else {
unix {
Expand Down

0 comments on commit c71fb36

Please sign in to comment.