From ba6907eb85d6f1885f3bdf78e333ea373ffc0176 Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Sat, 18 Aug 2012 00:04:16 +0000 Subject: [PATCH] CRLF line breaks for CopyWindowsRuntimeDlls.bat --- mk/windoze/CopyWindowsRuntimeDlls.bat | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mk/windoze/CopyWindowsRuntimeDlls.bat b/mk/windoze/CopyWindowsRuntimeDlls.bat index 66b40de8..42221f91 100644 --- a/mk/windoze/CopyWindowsRuntimeDlls.bat +++ b/mk/windoze/CopyWindowsRuntimeDlls.bat @@ -1,10 +1,10 @@ -@echo off - -rem if not exist ..\..\data\glest_game\dsound.dll copy dsound.dll ..\..\data\glest_game\ -rem copy ..\..\source\win32_deps\bin\xerces-c_3_0.dll ..\..\data\glest_game\ -copy ..\..\source\win32_deps\bin\openal32.dll ..\..\data\glest_game\ -if not exist ..\..\data\glest_game\libvlc.dll copy ..\..\source\win32_deps\lib\libvlc.dll ..\..\data\glest_game\ -if not exist ..\..\data\glest_game\libvlccore.dll copy ..\..\source\win32_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 "%1" == "nopause" pause +@echo off + +rem if not exist ..\..\data\glest_game\dsound.dll copy dsound.dll ..\..\data\glest_game\ +rem copy ..\..\source\win32_deps\bin\xerces-c_3_0.dll ..\..\data\glest_game\ +copy ..\..\source\win32_deps\bin\openal32.dll ..\..\data\glest_game\ +if not exist ..\..\data\glest_game\libvlc.dll copy ..\..\source\win32_deps\lib\libvlc.dll ..\..\data\glest_game\ +if not exist ..\..\data\glest_game\libvlccore.dll copy ..\..\source\win32_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 "%1" == "nopause" pause