MegaGlest/mk/windoze/CopyWindowsRuntimeDlls.bat
2012-01-23 07:59:57 +00:00

8 lines
374 B
Batchfile

@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 ..\..\source\win32_deps\bin\xerces-c_3_0.dll ..\..\data\glest_game\
if not exist ..\..\data\glest_game\openal32.dll copy ..\..\source\win32_deps\bin\openal32.dll ..\..\data\glest_game\
if not "%1" == "nopause" pause