From a32d157f80af8e3211bddaa305614c7f5a31d7d0 Mon Sep 17 00:00:00 2001 From: "jpierre%netscape.com" Date: Tue, 22 Jul 2003 02:04:57 +0000 Subject: [PATCH] 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 --- mozilla/security/nss/lib/freebl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/freebl/Makefile b/mozilla/security/nss/lib/freebl/Makefile index dd6227ec9da..675dca4a330 100644 --- a/mozilla/security/nss/lib/freebl/Makefile +++ b/mozilla/security/nss/lib/freebl/Makefile @@ -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