From a28004cc20b081fd896b661cf0acb10bfc5b58d7 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 22 May 2012 22:31:33 +0000 Subject: [PATCH] - fixed bad path in bat file --- mk/windoze/CopyWindowsRuntimeDlls_2010.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/windoze/CopyWindowsRuntimeDlls_2010.bat b/mk/windoze/CopyWindowsRuntimeDlls_2010.bat index 71501ed0..346273da 100644 --- a/mk/windoze/CopyWindowsRuntimeDlls_2010.bat +++ b/mk/windoze/CopyWindowsRuntimeDlls_2010.bat @@ -5,6 +5,6 @@ rem if not exist ..\..\data\glest_game\xerces-c_3_0.dll copy ..\..\source\window copy ..\..\source\windows_deps\lib\openal32.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\win32_deps\vlc-2.0.1\plugins ..\..\data\glest_game\plugins\ /s +if not exist ..\..\data\glest_game\plugins\nul xcopy ..\..\source\windows_deps\vlc-2.0.1\plugins ..\..\data\glest_game\plugins\ /s if not "%1" == "nopause" pause