X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ece421c6c40b0977dc2a7f91f9eff7234b814dd..e7492fa205a0a8a548aa437629636a42269c7b88:/samples/makefile.bcc diff --git a/samples/makefile.bcc b/samples/makefile.bcc index d64a6ae0e9..94404d517a 100644 --- a/samples/makefile.bcc +++ b/samples/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.4 (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 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 +all: access animate artprov aui calendar caret clipboard 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 nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer clean: -if exist .\*.obj del .\*.obj @@ -74,6 +74,10 @@ clean: @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>caret.bat call caret.bat @del caret.bat + @echo cd clipboard >clipboard.bat + @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>clipboard.bat + call clipboard.bat + @del clipboard.bat @echo cd collpane >collpane.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>collpane.bat call collpane.bat @@ -206,10 +210,6 @@ clean: @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>minimal.bat call minimal.bat @del minimal.bat - @echo cd mobile >mobile.bat - @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mobile.bat - call mobile.bat - @del mobile.bat @echo cd nativdlg >nativdlg.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>nativdlg.bat call nativdlg.bat @@ -262,10 +262,6 @@ clean: @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scroll.bat call scroll.bat @del scroll.bat - @echo cd scrollsub >scrollsub.bat - @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scrollsub.bat - call scrollsub.bat - @del scrollsub.bat @echo cd shaped >shaped.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>shaped.bat call shaped.bat @@ -338,6 +334,10 @@ clean: @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wrapsizer.bat call wrapsizer.bat @del wrapsizer.bat + @echo cd flash >flash.bat + @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>flash.bat + call flash.bat + @del flash.bat @echo cd mfc >mfc.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mfc.bat call mfc.bat @@ -383,6 +383,12 @@ caret: call caret.bat @del caret.bat +clipboard: + @echo cd clipboard >clipboard.bat + @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>clipboard.bat + call clipboard.bat + @del clipboard.bat + collpane: @echo cd collpane >collpane.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>collpane.bat @@ -581,12 +587,6 @@ minimal: call minimal.bat @del minimal.bat -mobile: - @echo cd mobile >mobile.bat - @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mobile.bat - call mobile.bat - @del mobile.bat - nativdlg: @echo cd nativdlg >nativdlg.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>nativdlg.bat @@ -665,12 +665,6 @@ scroll: call scroll.bat @del scroll.bat -scrollsub: - @echo cd scrollsub >scrollsub.bat - @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>scrollsub.bat - call scrollsub.bat - @del scrollsub.bat - shaped: @echo cd shaped >shaped.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>shaped.bat @@ -779,6 +773,12 @@ wrapsizer: call wrapsizer.bat @del wrapsizer.bat +flash: + @echo cd flash >flash.bat + @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>flash.bat + call flash.bat + @del flash.bat + mfc: @echo cd mfc >mfc.bat @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mfc.bat