v4k-git-backup/engine/bind/MAKE.bat

18 lines
247 B
Batchfile
Raw Normal View History

2023-08-10 14:30:56 +00:00
#!/bin/bash 2>nul || goto :windows
sh ../../MAKE.bat dll
sh ../../MAKE.bat bind
./luajit.osx hello.lua
./luajit.linux hello.lua
python hello.py
exit
:windows
call ..\..\make.bat dll
call ..\..\make.bat bind
luajit hello.lua
python hello.py