- removed windows dll from svn as it is available in win32 deps

This commit is contained in:
Mark Vejvoda 2011-05-03 06:28:59 +00:00
parent 4ccd101459
commit 41a457bee3
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
@echo off
rem if not exist ..\..\data\glest_game\dsound.dll copy dsound.dll ..\..\data\glest_game\
if not exist ..\..\data\glest_game\xerces-c_3_0.dll copy xerces-c_3_0.dll ..\..\data\glest_game\
if not exist ..\..\data\glest_game\libpng14.dll copy libpng14.dll ..\..\data\glest_game\
if not exist ..\..\data\glest_game\zlib1.dll copy zlib1.dll ..\..\data\glest_game\
if not exist ..\..\data\glest_game\xerces-c_3_0.dll copy ..\..\source\win32_deps\bin\xerces-c_3_0.dll ..\..\data\glest_game\
pause

Binary file not shown.