]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
added forward declaration of FrameSite apparently needed by mingw32 4.3
[wxWidgets.git] / samples / makefile.bcc
index f4c678c2e2f02f86f2df1c5602df71a52f03d947..a27ed5228ed45e84e33f457ef2b15669123ca0c9 100644 (file)
@@ -338,6 +338,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
@@ -779,6 +783,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