From 8854c0edbe263e35e20d9d24f3c199c489a04187 Mon Sep 17 00:00:00 2001 From: "John K. Luebs" Date: Thu, 22 Feb 2024 23:23:07 -0600 Subject: [PATCH] add build.bat --- build.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 build.bat diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..4ed97f3 --- /dev/null +++ b/build.bat @@ -0,0 +1,2 @@ +cl /nologo /O2 /W4 /wd4244 /c /D_CRT_SECURE_NO_DEPRECATE /I "C:\Program Files\luarocks\include" /EHs /I kiwi luakiwi\luakiwi.cpp +link /DLL /out:ckiwi.dll /def:luakiwi.def /LIBPATH:"C:\Program Files\luarocks\lib" luakiwi.obj lua54.lib \ No newline at end of file