root/trunk/as2/Makefile

Revision 199, 167 bytes (checked in by migurski, 2 years ago)

Changed name of sample client and added header comment to Reactor

Line 
1 all: SampleClient1.swf
2
3 SampleClient1.swf:
4         mtasc -version 8 -header 800:600:31 -main -cp lib -swf SampleClient1.swf SampleClient1.as
5
6 clean:
7         rm -f SampleClient1.swf
Note: See TracBrowser for help on using the browser.