nasm can compile for Borland C

This commit is contained in:
Richard Levitte 2002-11-04 06:25:38 +00:00
parent 69c8c5611c
commit 7dde4eb91e
2 changed files with 3 additions and 3 deletions

View file

@ -155,7 +155,7 @@ extern "C" {
#define BN_BYTES 4
#define BN_BITS2 32
#define BN_BITS4 16
#ifdef _MSC_VER
#if defined(_MSC_VER) || defined(__BORLANDC__)
/* VC++ doesn't like the LL suffix */
#define BN_MASK (0xffffffffffffffffL)
#else

View file

@ -52,9 +52,9 @@ $lfile='';
$shlib_ex_obj="";
$app_ex_obj="c0x32.obj";
$asm='n_o_T_a_s_m';
$asm='nasmw -f obj';
$asm.=" /Zi" if $debug;
$afile='/Fo';
$afile='-o';
$bn_mulw_obj='';
$bn_mulw_src='';