nomsg
This commit is contained in:
@@ -8,9 +8,6 @@ cd $PR/make
|
||||
MAJ_SSS_NO=`cat majver.txt`
|
||||
MIN_SSS_NO=`cat minver.txt`
|
||||
REV_SSS_NO=`cat revver.txt`
|
||||
INT_BLD_NO=`cat ibuild.txt`
|
||||
MAJ_BLD_NO=`cat mbuild.txt`
|
||||
|
||||
|
||||
export BLD_NO=$MAJ_SSS_NO.$MIN_SSS_NO.$REV_SSS_NO
|
||||
|
||||
@@ -22,7 +19,7 @@ ARCH_LIB=
|
||||
fi
|
||||
|
||||
cd $PR/c_clientlogin
|
||||
(make -I $PR/make -f Makefile ROOT=$PR PLAT=lux MODULE=lib XTRA=ndbg MIN_NUM=\"$MIN_SSS_NO\" PROD_NUM=\"$MAJ_SSS_NO\" BLD_VER=\"$BLD_NO\" ARC=\"$ARCH_LIB\" XTRA_CFLAGS="-DSSCS_LINUX_PLAT_F" $2 $3 $4 $5)
|
||||
(make -I $PR/make -f Makefile ROOT=$PR PLAT=lux MODULE=lib XTRA=ndbg MIN_NUM=\"$MIN_SSS_NO\" PROD_NUM=\"$MAJ_SSS_NO\" BLD_VER=\"$BLD_NO\" ARC=\"$ARCH_LIB\" XTRA_CFLAGS="-DSSCS_LINUX_PLAT_F -O2 -fmessage-length=0 -Wall " $2 $3 $5)
|
||||
RCODE=$?
|
||||
|
||||
cp ./Release/nwautologin ../bin/lux/ndbg/.
|
||||
|
||||
Reference in New Issue
Block a user