wxSplashScreen sample added to global makefiles.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-08-04 17:14:30 +00:00
parent 8b9d7133f9
commit 8032564e81
5 changed files with 36 additions and 5 deletions

View 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