]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
Fixed GetLineLength and GetLineText for MLTE text controls - Fixed bug where it could...
[wxWidgets.git] / samples / makefile.bcc
index 0f4cf91ec0ddb3df940f1f8faeb3cbfbf2ec2ce6..d62cdde38c3767ddf0ef7011e28c405257bee757 100644 (file)
@@ -38,7 +38,7 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
 
 ### Targets: ###
 
-all: access artprov calendar caret checklst config console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi memcheck menu mfc minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png printing propsize regtest render richedit rotate sashtest scroll scrollsub shaped sockets sound splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
+all: access artprov calendar caret checklst config console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi memcheck menu mfc minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png printing propsize regtest render richedit rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard
 
 clean: 
        -if exist .\*.obj del .\*.obj
@@ -287,6 +287,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sound.bat
        call sound.bat
        @del sound.bat
+       @echo cd splash >splash.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splash.bat
+       call splash.bat
+       @del splash.bat
        @echo cd splitter >splitter.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>splitter.bat
        call splitter.bat
@@ -706,6 +710,12 @@ sound:
        call sound.bat
        @del sound.bat
 
+splash: 
+       @echo cd splash >splash.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splash.bat
+       call splash.bat
+       @del splash.bat
+
 splitter: 
        @echo cd splitter >splitter.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>splitter.bat