Allow freebl to build correctly under MS VC++ .net 2003 . sr=nelsonb

git-svn-id: svn://10.0.0.236/trunk@145044 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jpierre%netscape.com
2003-07-22 02:04:57 +00:00
parent b1597b655e
commit a32d157f80

View File

@@ -89,7 +89,8 @@ ifdef NS_USE_GCC
DEFINES += -DMP_NO_MP_WORD -DMP_USE_UINT_DIGIT
else
ASFILES = mpi_x86.asm
DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE -DMP_ASSEMBLY_DIV_2DX1D
DEFINES += -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE -DMP_ASSEMBLY_DIV_2DX1D \
-DMP_USE_UINT_DIGIT -DMP_NO_MP_WORD
endif
ifdef BUILD_OPT
ifndef NS_USE_GCC