]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
update to 2.9
[wxWidgets.git] / samples / makefile.bcc
index 6550a04b932d0cdd42538ef833547b85e398e5e8..83c90d101832c1da022af2ff378194d2a227d097 100644 (file)
@@ -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 db dialogs dialup display dnd docview docvwmdi dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer memcheck menu minifram minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
+all: access animate artprov aui calendar caret collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi 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 regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
 
 clean: 
        -if exist .\*.obj del .\*.obj
@@ -214,10 +214,6 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>menu.bat
        call menu.bat
        @del menu.bat
-       @echo cd minifram >minifram.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>minifram.bat
-       call minifram.bat
-       @del minifram.bat
        @echo cd minimal >minimal.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>minimal.bat
        call minimal.bat
@@ -597,12 +593,6 @@ menu:
        call menu.bat
        @del menu.bat
 
-minifram: 
-       @echo cd minifram >minifram.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>minifram.bat
-       call minifram.bat
-       @del minifram.bat
-
 minimal: 
        @echo cd minimal >minimal.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>minimal.bat