1
0
Fork 0
fgmeta/installWinDeps.bat

13 lines
272 B
Batchfile
Raw Normal View History

2013-03-01 16:26:38 +00:00
REM ExternalProject can't cleanly extract a zip into an existing directory
REM Instead we extract to a subdir, and then move the directories we want
REM using this bat file.
echo %CD%
2013-03-06 12:38:22 +00:00
md 3rdParty
xcopy /Y /E winDeps/3rdParty 3rdParty
2013-03-01 16:26:38 +00:00
echo "Done copying Windows deps"