We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1be82d commit d4f4216Copy full SHA for d4f4216
tools/msvc/post_build_event_x64.cmd
@@ -33,8 +33,5 @@ copy ..\..\windeps\ftgl\bin\ftgl%DEBUG_SUFFIX%-%2.dll ..\..\install /Y
33
@echo Copying sigc++ library (64 bit)
34
copy "..\..\windeps\libsigc++\bin\libsigc++%DEBUG_SUFFIX%-%2.dll" ..\..\install /Y
35
36
-@echo Copying libxml2 library (64 bit)
37
-copy ..\..\windeps\libxml2\bin\libxml2%DEBUG_SUFFIX%-%2.dll ..\..\install /Y
38
-
39
@echo Copying libgit2 library (64-bit)
40
copy ..\..\windeps\libgit2\bin\libgit2%DEBUG_SUFFIX%.dll ..\..\install /Y
0 commit comments