diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/AllToLua.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/AllToLua.bat b/source/AllToLua.bat index 24f56a0e5..584f57423 100644 --- a/source/AllToLua.bat +++ b/source/AllToLua.bat @@ -1,3 +1,3 @@ "tolua++.exe" -L virtual_method_hooks.lua -o Bindings.cpp -H Bindings.h AllToLua.pkg
-PAUSE
-echo "tolua++.exe" -o Bindings.cpp -H Bindings.h AllToLua.pkg
\ No newline at end of file +
+if %ALLTOLUA_WAIT%N == N pause
|