X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b17c1746930b29c13d5bfff0009721cbcefa53f1..f6def1fae7f76d4fe352c641ead088b2cb95e91d:/samples/mobile/makefile.vc diff --git a/samples/mobile/makefile.vc b/samples/mobile/makefile.vc index 89e4861787..ba06880781 100644 --- a/samples/mobile/makefile.vc +++ b/samples/mobile/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.2 (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