X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b44f5137ce562c2c281542b09f2ed6379dcbf00b..8aa40b04f87deb33b41efab7a6a28fc9fc053d8d:/samples/makefile.bcc diff --git a/samples/makefile.bcc b/samples/makefile.bcc index a27ed5228e..94404d517a 100644 --- a/samples/makefile.bcc +++ b/samples/makefile.bcc @@ -44,7 +44,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \ ### Targets: ### -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 mobile 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 +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 @@ -210,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 @@ -591,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