From f9f6d535198e353a588263e9bfef97ec44f25fdb Mon Sep 17 00:00:00 2001 From: blasti Date: Mon, 21 Aug 2017 08:42:37 +0200 Subject: [PATCH] Remove pointless commands in windows compile script --- compile_with_mingw.bat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compile_with_mingw.bat b/compile_with_mingw.bat index aea5286..cdd056b 100644 --- a/compile_with_mingw.bat +++ b/compile_with_mingw.bat @@ -12,10 +12,6 @@ set lib=%root%\lua\src set include=%lib% set hub=%root%\build_mingw\luadch - -cd %openssl_libs% -copy ssleay32.a libssleay32.a - cd %root%\lua\src echo Building lua.dll... gcc -O2 -Wall -DLUA_BUILD_AS_DLL -DLUA_COMPAT_ALL -c *.c