Subversion Repositories pentevo

Rev

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

Rev Author Line No. Line
716 lvd 1
@echo off
796 DimkaM 2
call iclvars.bat ia32 vs2017
716 lvd 3
cd sndrender
4
nmake clean
5
nmake all SSE2=1 RELEASE=1
6
cd ..
7
 
8
cd z80
9
nmake clean
10
nmake all SSE2=1 RELEASE=1
11
cd ..
12
 
13
nmake clean
14
nmake all SSE2=1 RELEASE=1