Subversion Repositories pentevo

Rev

Rev 783 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  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
  14.