root/trunk/squirrel/make_ex.bat

Revision 145, 279 bytes (checked in by clayasaurus, 6 years ago)

Added Squirrel Scripting Language Bindings

Line 
1 @echo off
2 @\dmd\bin\dmd.exe examples\example.d import\sqstdlib.d import\squirrel.d import\squirreld.d lib\sqstdlib.lib lib\squirrel.lib -O -odexamples -ofexamples\example.exe
3 @DEL /Q examples\*.obj 2>NUL >NUL
4 @DEL /Q examples\example.map 2>NUL >NUL
5 @DEL /Q example.map 2>NUL >NUL
Note: See TracBrowser for help on using the browser.