From 0549b1e5a8a3132005e275d6026db8003cb067d2 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Oct 2021 11:32:46 +0800 Subject: *rename folder --- .../Libraries/luaunit/.appveyor/install-luajit.cmd | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 Resources/Libraries/luaunit/.appveyor/install-luajit.cmd (limited to 'Resources/Libraries/luaunit/.appveyor/install-luajit.cmd') diff --git a/Resources/Libraries/luaunit/.appveyor/install-luajit.cmd b/Resources/Libraries/luaunit/.appveyor/install-luajit.cmd deleted file mode 100644 index ca7dbb4..0000000 --- a/Resources/Libraries/luaunit/.appveyor/install-luajit.cmd +++ /dev/null @@ -1,25 +0,0 @@ -REM Do a minimalistic build of LuaJIT using the MinGW compiler - -set PATH=C:\MinGW\bin;%PATH% - -echo Downloading %PRETTY_VERSION% ... -curl -fLsS -o %DL_ZIP%.zip %DL_URL% - -echo Unzipping %DL_ZIP% -unzip -q %DL_ZIP% - -REM tweak Makefile for a static LuaJIT build (Windows defaults to "dynamic" otherwise) -sed -i "s/BUILDMODE=.*mixed/BUILDMODE=static/" %DL_ZIP%\src\Makefile - -mingw32-make TARGET_SYS=Windows -C %DL_ZIP%\src - -echo Installing %PRETTY_VERSION% ... -REM copy luajit.exe to project dir -mkdir %APPVEYOR_BUILD_FOLDER%\%LUA_BIN_DIR% -copy %DL_ZIP%\src\luajit.exe %APPVEYOR_BUILD_FOLDER%\%LUA_BIN_DIR%\ - -REM clean up (remove source folders and archive) -rm -rf %DL_ZIP%/* -rm -f %DL_ZIP%.zip - - -- cgit v1.1-26-g67d0