Skip to content

Commit

Permalink
#6502: Adjust post build event after libxml2 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Mar 31, 2024
1 parent b1be82d commit d4f4216
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/msvc/post_build_event_x64.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ copy ..\..\windeps\ftgl\bin\ftgl%DEBUG_SUFFIX%-%2.dll ..\..\install /Y
@echo Copying sigc++ library (64 bit)
copy "..\..\windeps\libsigc++\bin\libsigc++%DEBUG_SUFFIX%-%2.dll" ..\..\install /Y

@echo Copying libxml2 library (64 bit)
copy ..\..\windeps\libxml2\bin\libxml2%DEBUG_SUFFIX%-%2.dll ..\..\install /Y

@echo Copying libgit2 library (64-bit)
copy ..\..\windeps\libgit2\bin\libgit2%DEBUG_SUFFIX%.dll ..\..\install /Y

0 comments on commit d4f4216

Please sign in to comment.