WIN32 VC++ build fixes.

This commit is contained in:
Dr. Stephen Henson
2007-07-18 17:40:49 +00:00
parent ce1390aedc
commit 0d7dba92c8
4 changed files with 6 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ if (!$no_asm)
$whirlpool_asm_src='crypto\whrlpool\asm\wp_win32.asm';
$cpuid_asm_obj='crypto\cpu_win32.obj';
$cpuid_asm_src='crypto\cpu_win32.asm';
$cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM -DWHIRLPOOL_ASM";
$cflags.=" -DOPENSSL_CPUID_OBJ -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM -DWHIRLPOOL_ASM";
}
if ($shlib && $FLAVOR !~ /CE/)