summaryrefslogtreecommitdiffstats
path: root/ms/16all.bat
blob: 505aa9f3f9d773d45d2f2c87c07ca2e8766e7438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set OPTS=no_asm

perl Configure VC-WIN16
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl %OPTS% debug VC-WIN16 >d16.mak
perl util\mk1mf.pl %OPTS% VC-WIN16 >16.mak
perl util\mk1mf.pl %OPTS% debug dll VC-WIN16 >d16dll.mak
perl util\mk1mf.pl %OPTS% dll VC-WIN16 >16dll.mak

nmake -f d16.mak
nmake -f 16.mak
nmake -f d16dll.mak
nmake -f 16dll.mak