diff --git a/mk/windoze/CopyWindowsRuntimeDlls_2010.bat b/mk/windoze/CopyWindowsRuntimeDlls_2010.bat index 6983ca4c..11b3df19 100644 --- a/mk/windoze/CopyWindowsRuntimeDlls_2010.bat +++ b/mk/windoze/CopyWindowsRuntimeDlls_2010.bat @@ -9,5 +9,6 @@ copy ..\..\source\windows_deps\lib\ssleay32.dll ..\..\data\glest_game\ 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\ if not exist ..\..\data\glest_game\plugins\nul xcopy ..\..\source\windows_deps\vlc-2.0.1\plugins ..\..\data\glest_game\plugins\ /s +if not exist ..\..\data\glest_game\lua\nul xcopy ..\..\source\windows_deps\vlc-2.0.1\lua ..\..\data\glest_game\lua\ /s if not "%1" == "nopause" pause