X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3255f5fbab93ad229178ec1610a180afa35133a..f2ac038698d45e486f0300e8b7a2f83392c1d153:/samples/opengl/makefile.vc?ds=sidebyside diff --git a/samples/opengl/makefile.vc b/samples/opengl/makefile.vc index da216b9088..43f11bfb7f 100644 --- a/samples/opengl/makefile.vc +++ b/samples/opengl/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,15 @@ all: sub_cube sub_isosurf sub_penguin clean: -if exist .\*.obj del .\*.obj -if exist .\*.res del .\*.res + 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) sub_cube: cd cube