Allow for dynamic base in Win64 FIPS module.

This commit is contained in:
Andy Polyakov
2011-09-14 20:48:49 +00:00
parent 93256bf5d1
commit 03e389cf04
36 changed files with 725 additions and 15 deletions

View File

@@ -162,7 +162,7 @@ $app_cflag.=" /Zi /Fd\$(TMP_D)/app";
$lib_cflag.=" /Zi /Fd\$(TMP_D)/lib";
$lflags.=" /debug";
$lflags.=" /fixed" if $fips;
$lflags.=" /fixed" if ($fips && $FLAVOR !~ /WIN64/);
$obj='.obj';
$asm_suffix='.asm';