root/trunk/squirrel/make_std.bat

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

Added Squirrel Scripting Language Bindings

Line 
1 @echo off
2 @DIR /b c\sqstdlib\*.cpp > list.txt
3 @FOR /F %%i IN (list.txt) DO @\dm\bin\dmc.exe -i c\sqstdlib -i c\include -c c\sqstdlib\%%i >NUL 2>NUL
4 @DEL lib\sqstdlib.lib 2>NUL >NUL
5 @\dm\bin\lib.exe -c lib\sqstdlib.lib sqstdaux.obj sqstdblob.obj sqstdio.obj sqstdmath.obj sqstdrex.obj sqstdstream.obj sqstdstring.obj sqstdsystem.obj > NUL
6 @DEL list.txt
7 @DEL /Q *.obj
Note: See TracBrowser for help on using the browser.