Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
716 | lvd | 1 | @echo off |
2 | cd sndrender |
||
3 | nmake clean -f Makefile.gcc |
||
4 | nmake all SSE2=1 RELEASE=1 %* -f Makefile.gcc |
||
5 | cd .. |
||
6 | |||
7 | cd z80 |
||
8 | nmake clean -f Makefile.gcc |
||
9 | nmake all SSE2=1 RELEASE=1 %* -f Makefile.gcc |
||
10 | cd .. |
||
11 | |||
12 | nmake clean -f Makefile.gcc |
||
13 | nmake all SSE2=1 RELEASE=1 %* -f Makefile.gcc |