Fix for bug 202053 - build with VC++ .net 2003

git-svn-id: svn://10.0.0.236/branches/NSS_3_8_BRANCH@145686 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jpierre%netscape.com
2003-08-07 01:32:56 +00:00
parent 259f104b7c
commit aca0d456f3

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