From 5473372e4b8d9dd9b36030418e526a2bafe6a058 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 31 Jan 2013 20:38:22 +0000 Subject: [PATCH] - fix the 2010 bat file as the dll's are not required --- mk/windoze/CopyWindowsRuntimeDlls_2010.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/windoze/CopyWindowsRuntimeDlls_2010.bat b/mk/windoze/CopyWindowsRuntimeDlls_2010.bat index 11b3df19..4aef0431 100644 --- a/mk/windoze/CopyWindowsRuntimeDlls_2010.bat +++ b/mk/windoze/CopyWindowsRuntimeDlls_2010.bat @@ -3,8 +3,8 @@ 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\ -copy ..\..\source\windows_deps\lib\libeay32.dll ..\..\data\glest_game\ -copy ..\..\source\windows_deps\lib\ssleay32.dll ..\..\data\glest_game\ +rem copy ..\..\source\windows_deps\lib\libeay32.dll ..\..\data\glest_game\ +rem 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\