Bug 150037. For windows, change build options to not require msvcr71.dll.

This commit is contained in:
Jim Norman 2006-02-14 20:53:38 +00:00
parent fb0ea1b574
commit 7e9883fe5e

View File

@ -43,7 +43,7 @@ exit $RCODE
fi
cd ../jnsscs
(../$BR/$GNU_I/make -I ../$BR/make -f makefile ROOT=../$PR PLAT=w32 MODULE=client BLD_VER=\"$BLD_NO\" XTRA_CFLAGS="-I\"..\..\include\" -I\"$JAVA_HOME\include\" -I\"$JAVA_HOME\include\win32\" -D\"N_PLAT_CLIENT\" -MD -Od -Z7" XTRA=md $2 $3 $4 $5 $6)
(../$BR/$GNU_I/make -I ../$BR/make -f makefile ROOT=../$PR PLAT=w32 MODULE=client BLD_VER=\"$BLD_NO\" XTRA_CFLAGS="-I\"..\..\include\" -I\"$JAVA_HOME\include\" -I\"$JAVA_HOME\include\win32\" -D\"N_PLAT_CLIENT\" -MT -Ox " XTRA=md $2 $3 $4 $5 $6)
RCODE=$?
if(test $RCODE != 0)
then