Fix the Win32 compile environment and add various changes so it will now compile

under Win32 (9X and NT) again. Note: some signed/unsigned changes recently
checked in were killing the Win32 compile.
This commit is contained in:
Dr. Stephen Henson
1999-03-03 02:01:26 +00:00
parent 726bae3f0f
commit 06c6849124
13 changed files with 84 additions and 26 deletions

View File

@@ -26,6 +26,7 @@ if ($debug)
$lflags.=" /debug";
$mlflags.=' /debug';
}
$cflags .= " -DWINNT" if $NT == 1;
$obj='.obj';
$ofile="/Fo";