aboutsummaryrefslogtreecommitdiff
path: root/build/vc++/3rdparty/LuaJIT-2.0.5/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/vc++/3rdparty/LuaJIT-2.0.5/build.bat')
-rw-r--r--build/vc++/3rdparty/LuaJIT-2.0.5/build.bat9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/vc++/3rdparty/LuaJIT-2.0.5/build.bat b/build/vc++/3rdparty/LuaJIT-2.0.5/build.bat
new file mode 100644
index 0000000..44dcc15
--- /dev/null
+++ b/build/vc++/3rdparty/LuaJIT-2.0.5/build.bat
@@ -0,0 +1,9 @@
+set luajitdir=%1
+set outdir=%2
+
+cd %luajitdir%
+
+call msvcbuild.bat
+
+move ./lua51.lib %outdir%\lua51.lib
+move ./lua51.dll %outdir%\lua51.dll