Bug 150037. For windows, change build options to not require msvcr71.dll.
This commit is contained in:
parent
fb0ea1b574
commit
7e9883fe5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user