Subversion Repositories pentevo

Rev

Rev 797 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
797 DimkaM 1
@echo off
2
call iclvars.bat intel64 vs2017
3
cd sndrender
4
nmake clean
5
nmake all X64=1 SSE2=1 DEBUG=1
6
cd ..
7
 
8
cd z80
9
nmake clean
10
nmake all X64=1 SSE2=1 DEBUG=1
11
cd ..
12
 
13
nmake clean
14
nmake all X64=1 SSE2=1 DEBUG=1