build tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-07-04 04:01:16 +00:00
parent f8dbde42fa
commit 8b4c82b815
2 changed files with 7 additions and 7 deletions

View File

@@ -82,20 +82,20 @@ echo ------------------
echo cd $WXWIN/build/msw
cd $WXWIN/build/msw
nmake -f .makesetup.mk $WXWIN/lib/vc_dll/$WXLIBDIR/wx/setup.h
if [ ! $? = 0 ]; then error 2; fi
echo ------------------
echo cd $WXWIN/build/msw
cd $WXWIN/build/msw
$WXWIN/build/msw/.mymake $BUILD_TYPE $@
if [ ! $? = 0 ]; then error; fi
if [ ! $? = 0 ]; then error 2; fi
echo ------------------
echo cd ../../contrib/build/gizmos
cd ../../contrib/build/gizmos
$WXWIN/build/msw/.mymake $BUILD_TYPE $@
if [ ! $? = 0 ]; then error; fi
if [ ! $? = 0 ]; then error 2; fi
cd -
@@ -103,7 +103,7 @@ cd -
echo cd ../../contrib/build/animate
cd ../../contrib/build/animate
$WXWIN/build/msw/.mymake $BUILD_TYPE $@
if [ ! $? = 0 ]; then error; fi
if [ ! $? = 0 ]; then error 2; fi
cd -
@@ -111,7 +111,7 @@ echo ------------------
echo cd ../../contrib/build/stc
cd ../../contrib/build/stc
$WXWIN/build/msw/.mymake $BUILD_TYPE $@
if [ ! $? = 0 ]; then error; fi
if [ ! $? = 0 ]; then error 2; fi
cd -
@@ -119,7 +119,7 @@ cd -
# echo cd ../../contrib/build/ogl
# cd ../../contrib/build/ogl
# $WXWIN/build/msw/.mymake $BUILD_TYPE CPPFLAGS="-DwxUSE_DEPRECATED=0" $@
# if [ ! $? = 0 ]; then error; fi
# if [ ! $? = 0 ]; then error 2; fi
# cd -

View File

@@ -1,6 +1,6 @@
#! /bin/bash
COMMON_FLAGS="OFFICIAL_BUILD=1 SHARED=1 MONOLITHIC=1 USE_OPENGL=1 CXXFLAGS=/D__NO_VC_CRTDBG__ "
COMMON_FLAGS="OFFICIAL_BUILD=1 SHARED=1 MONOLITHIC=0 USE_OPENGL=1 CXXFLAGS=/D__NO_VC_CRTDBG__ "
HYBRID_FLAGS="DEBUG_FLAG=1 WXDEBUGFLAG=h"
MAKE_FLAGS=$COMMON_FLAGS