2012-05-12 22:21:15 +00:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
rem if not exist ..\..\data\glest_game\dsound.dll copy dsound.dll ..\..\data\glest_game\
|
|
|
|
rem if not exist ..\..\data\glest_game\xerces-c_3_0.dll copy ..\..\source\windows_deps\bin\xerces-c_3_0.dll ..\..\data\glest_game\
|
|
|
|
copy ..\..\source\windows_deps\lib\openal32.dll ..\..\data\glest_game\
|
2013-01-31 20:38:22 +00:00
|
|
|
rem copy ..\..\source\windows_deps\lib\libeay32.dll ..\..\data\glest_game\
|
|
|
|
rem copy ..\..\source\windows_deps\lib\ssleay32.dll ..\..\data\glest_game\
|
2012-10-22 15:45:18 +00:00
|
|
|
|
2012-05-12 22:21:15 +00:00
|
|
|
if not exist ..\..\data\glest_game\libvlc.dll copy ..\..\source\windows_deps\lib\libvlc.dll ..\..\data\glest_game\
|
|
|
|
if not exist ..\..\data\glest_game\libvlccore.dll copy ..\..\source\windows_deps\lib\libvlccore.dll ..\..\data\glest_game\
|
2012-05-22 22:31:33 +00:00
|
|
|
if not exist ..\..\data\glest_game\plugins\nul xcopy ..\..\source\windows_deps\vlc-2.0.1\plugins ..\..\data\glest_game\plugins\ /s
|
2012-10-28 22:04:25 +00:00
|
|
|
if not exist ..\..\data\glest_game\lua\nul xcopy ..\..\source\windows_deps\vlc-2.0.1\lua ..\..\data\glest_game\lua\ /s
|
2012-05-12 22:21:15 +00:00
|
|
|
|
|
|
|
if not "%1" == "nopause" pause
|