Subversion Repositories pentevo

Rev

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

  1. @echo off
  2. call vcvars64.bat
  3. cd sndrender
  4. nmake clean
  5. nmake all X64=1 SSE2=1 DEBUG=1 USE_CL=1
  6. cd ..
  7.  
  8. cd z80
  9. nmake clean
  10. nmake all X64=1 SSE2=1 DEBUG=1 USE_CL=1
  11. cd ..
  12.  
  13. nmake clean
  14. nmake all X64=1 SSE2=1 DEBUG=1 USE_CL=1
  15.