X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e93c6860edf545074ef6046e19b58ab5d5843ca5..f1d5aa4eca541a2f90044a63f555985d6bd4adf3:/samples/opengl/makefile.vc diff --git a/samples/opengl/makefile.vc b/samples/opengl/makefile.vc index eb30252961..2791846a47 100644 --- a/samples/opengl/makefile.vc +++ b/samples/opengl/makefile.vc @@ -1,10 +1,10 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.1 (http://bakefile.sourceforge.net) +# Bakefile 0.2.3 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= -!include <../../build/config.vc> +!include <../../build/msw/config.vc> # ------------------------------------------------------------------------- # Do not modify the rest of this file! @@ -12,6 +12,21 @@ ### Variables: ### +MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ + CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" \ + WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \ + TARGET_CPU="$(TARGET_CPU)" DEBUG_INFO="$(DEBUG_INFO)" \ + DEBUG_FLAG="$(DEBUG_FLAG)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" \ + MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" \ + USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" \ + USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" \ + USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" \ + USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \ + USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" \ + OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" \ + WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \ + CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \ + RUNTIME_LIBS="$(RUNTIME_LIBS)" ### Conditionally set variables: ### @@ -19,23 +34,34 @@ ### Targets: ### -all: cube isosurf penguin +all: sub_cube sub_isosurf sub_penguin clean: -if exist .\*.obj del .\*.obj -if exist .\*.res del .\*.res + -if exist .\*.pch del .\*.pch + cd cube + $(MAKE) -f makefile.vc $(MAKEARGS) clean + cd "$(MAKEDIR)" + cd isosurf + $(MAKE) -f makefile.vc $(MAKEARGS) clean + cd "$(MAKEDIR)" + cd penguin + $(MAKE) -f makefile.vc $(MAKEARGS) clean + cd "$(MAKEDIR)" -cube: +sub_cube: cd cube - $(MAKE) /$(MAKEFLAGS) all - cd $(MAKEDIR) + $(MAKE) -f makefile.vc $(MAKEARGS) all + cd "$(MAKEDIR)" -isosurf: +sub_isosurf: cd isosurf - $(MAKE) /$(MAKEFLAGS) all - cd $(MAKEDIR) + $(MAKE) -f makefile.vc $(MAKEARGS) all + cd "$(MAKEDIR)" -penguin: +sub_penguin: cd penguin - $(MAKE) /$(MAKEFLAGS) all - cd $(MAKEDIR) + $(MAKE) -f makefile.vc $(MAKEARGS) all + cd "$(MAKEDIR)" +