We need to build MINFO.

This commit is contained in:
Richard Levitte 2001-03-13 21:28:44 +00:00
parent 18c497dffb
commit 1874366208
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
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

View file

@ -1,6 +1,7 @@
set OPTS=no-asm
perl Configure VC-WIN32
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak
perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak