Subversion Repositories pentevo

Rev

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

  1. @echo off
  2. call iclvars ia32 vs2017
  3.  
  4. cd sndrender
  5. nmake clean
  6. nmake all SSE2=1 DEBUG=1
  7. cd ..
  8.  
  9. cd z80
  10. nmake clean
  11. nmake all SSE2=1 DEBUG=1
  12. cd ..
  13.  
  14. nmake clean
  15. nmake all SSE2=1 DEBUG=1
  16.