Browse Source

Added windows version of mk-zexe

mingo 13 years ago
parent
commit
b3b1a771b4
1 changed files with 5 additions and 0 deletions
  1. 5 0
      SquiLu-ourbiz/mk-zexe.bat

+ 5 - 0
SquiLu-ourbiz/mk-zexe.bat

@@ -0,0 +1,5 @@
+SET SRC_SCRIPT=%1
+SET SQUILU=C:\D\squilu\squilu\SquiLu\bin\squilu
+%SQUILU%.exe unify-code.nut %SRC_SCRIPT%.nut %SRC_SCRIPT%-unified.nut
+%SQUILU%.exe squilufreeze.nut %SQUILU%-fltk-w.exe %SRC_SCRIPT%-unified.nut %SRC_SCRIPT%.exe
+