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:
@@ -26,6 +26,7 @@ if ($debug)
|
||||
$lflags.=" /debug";
|
||||
$mlflags.=' /debug';
|
||||
}
|
||||
$cflags .= " -DWINNT" if $NT == 1;
|
||||
|
||||
$obj='.obj';
|
||||
$ofile="/Fo";
|
||||
|
Reference in New Issue
Block a user