]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
avoid the ugly hack with adding an empty string to m_registries to indicate that...
[wxWidgets.git] / samples / makefile.bcc
index a27ed5228ed45e84e33f457ef2b15669123ca0c9..c78943370d8b3a1a5d82e326e049031ede6ba7bd 100644 (file)
@@ -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
@@ -338,14 +334,6 @@ 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
-       @del mfc.bat
        @echo cd memcheck >memcheck.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
        call memcheck.bat
@@ -591,12 +579,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
@@ -783,18 +765,6 @@ 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
-       call mfc.bat
-       @del mfc.bat
-
 memcheck: 
        @echo cd memcheck >memcheck.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat