VC-32.pl: fix typo [from HEAD].
Submitted by: Pierre Delaage
This commit is contained in:
parent
bee0550397
commit
dd6639bd3a
@ -118,7 +118,7 @@ elsif ($FLAVOR =~ /CE/)
|
|||||||
$base_cflags.=' -I$(WCECOMPAT)/include' if (defined($ENV{'WCECOMPAT'}));
|
$base_cflags.=' -I$(WCECOMPAT)/include' if (defined($ENV{'WCECOMPAT'}));
|
||||||
$base_cflags.=' -I$(PORTSDK_LIBPATH)/../../include' if (defined($ENV{'PORTSDK_LIBPATH'}));
|
$base_cflags.=' -I$(PORTSDK_LIBPATH)/../../include' if (defined($ENV{'PORTSDK_LIBPATH'}));
|
||||||
$opt_cflags=' /MC /O1i'; # optimize for space, but with intrinsics...
|
$opt_cflags=' /MC /O1i'; # optimize for space, but with intrinsics...
|
||||||
$dbg_clfags=' /MC /Od -DDEBUG -D_DEBUG';
|
$dbg_cflags=' /MC /Od -DDEBUG -D_DEBUG';
|
||||||
$lflags="/nologo /opt:ref $wcelflag";
|
$lflags="/nologo /opt:ref $wcelflag";
|
||||||
}
|
}
|
||||||
else # Win32
|
else # Win32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user