X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d1df0fc585f03cca4b194d1f9159b49a5711da6..d7b3a73d0717f12c9045916f903bc13833a6183e:/samples/makefile.bcc diff --git a/samples/makefile.bcc b/samples/makefile.bcc index 40ad637370..27b8fd9843 100644 --- a/samples/makefile.bcc +++ b/samples/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.3 (http://www.bakefile.org) +# Bakefile 0.2.5 (http://www.bakefile.org) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -44,7 +44,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \ ### Targets: ### -all: access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer memcheck menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer mfc +all: access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer clean: -if exist .\*.obj del .\*.obj @@ -198,10 +198,6 @@ clean: @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mediaplayer.bat call mediaplayer.bat @del mediaplayer.bat - @echo cd memcheck >memcheck.bat - @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat - call memcheck.bat - @del memcheck.bat @echo cd menu >menu.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>menu.bat call menu.bat @@ -346,6 +342,10 @@ clean: @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mfc.bat call mfc.bat @del mfc.bat + @echo cd memcheck >memcheck.bat + @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat + call memcheck.bat + @del memcheck.bat access: @echo cd access >access.bat @@ -569,12 +569,6 @@ mediaplayer: call mediaplayer.bat @del mediaplayer.bat -memcheck: - @echo cd memcheck >memcheck.bat - @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat - call memcheck.bat - @del memcheck.bat - menu: @echo cd menu >menu.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>menu.bat @@ -791,3 +785,9 @@ mfc: call mfc.bat @del mfc.bat +memcheck: + @echo cd memcheck >memcheck.bat + @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat + call memcheck.bat + @del memcheck.bat +