X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3255f5fbab93ad229178ec1610a180afa35133a..4b7ded8bad3a45ea4838e6d3f5d1957a134050ec:/samples/mobile/makefile.vc?ds=sidebyside diff --git a/samples/mobile/makefile.vc b/samples/mobile/makefile.vc index 37fda344dc..ba06880781 100644 --- a/samples/mobile/makefile.vc +++ b/samples/mobile/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.3 (http://bakefile.sourceforge.net) +# Bakefile 0.1.4 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -20,6 +20,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_OPENGL="$(USE_OPENGL)" \ USE_ODBC="$(USE_ODBC)" USE_EXCEPTIONS="$(USE_EXCEPTIONS)" \ OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" CFG="$(CFG)" \ + CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \ RUNTIME_LIBS="$(RUNTIME_LIBS)" ### Conditionally set variables: ### @@ -33,6 +34,12 @@ all: sub_styles sub_wxedit clean: -if exist .\*.obj del .\*.obj -if exist .\*.res del .\*.res + cd styles + $(MAKE) -f makefile.vc $(MAKEARGS) clean + cd $(MAKEDIR) + cd wxedit + $(MAKE) -f makefile.vc $(MAKEARGS) clean + cd $(MAKEDIR) sub_styles: cd styles