- added missing openal32.dll to batch file

This commit is contained in:
Mark Vejvoda 2012-01-23 07:59:57 +00:00
parent 4f19172e2a
commit da2188416f
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
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