]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
Made wxInfoBar::SetFont() change the text message font.
[wxWidgets.git] / samples / makefile.bcc
index 8a5b492005e33878bcf09fd6d0f6969b2d0b7ccf..e699972b79bd14f61abe8010d792560f5f6fad7d 100644 (file)
@@ -28,9 +28,9 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
        -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
        -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
        -DUSE_HTML="$(USE_HTML)" -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" \
-       -DUSE_AUI="$(USE_AUI)" -DUSE_PROPGRID="$(USE_PROPGRID)" \
-       -DUSE_RICHTEXT="$(USE_RICHTEXT)" -DUSE_STC="$(USE_STC)" \
-       -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
+       -DUSE_AUI="$(USE_AUI)" -DUSE_RIBBON="$(USE_RIBBON)" \
+       -DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \
+       -DUSE_STC="$(USE_STC)" -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \
        -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
        -DUSE_THREADS="$(USE_THREADS)" -DUSE_GDIPLUS="$(USE_GDIPLUS)" \
        -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
@@ -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 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 combo config console controls dataview dialogs dialup display dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer xrc
 
 clean: 
        -if exist .\*.obj del .\*.obj
@@ -82,14 +82,14 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>collpane.bat
        call collpane.bat
        @del collpane.bat
-       @echo cd config >config.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>config.bat
-       call config.bat
-       @del config.bat
        @echo cd combo >combo.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>combo.bat
        call combo.bat
        @del combo.bat
+       @echo cd config >config.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>config.bat
+       call config.bat
+       @del config.bat
        @echo cd console >console.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>console.bat
        call console.bat
@@ -138,14 +138,14 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>event.bat
        call event.bat
        @del event.bat
-       @echo cd exec >exec.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>exec.bat
-       call exec.bat
-       @del exec.bat
        @echo cd except >except.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>except.bat
        call except.bat
        @del except.bat
+       @echo cd exec >exec.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>exec.bat
+       call exec.bat
+       @del exec.bat
        @echo cd font >font.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>font.bat
        call font.bat
@@ -234,6 +234,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>popup.bat
        call popup.bat
        @del popup.bat
+       @echo cd power >power.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>power.bat
+       call power.bat
+       @del power.bat
        @echo cd printing >printing.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
        call printing.bat
@@ -250,6 +254,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>render.bat
        call render.bat
        @del render.bat
+       @echo cd ribbon >ribbon.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ribbon.bat
+       call ribbon.bat
+       @del ribbon.bat
        @echo cd richtext >richtext.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>richtext.bat
        call richtext.bat
@@ -290,6 +298,14 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>stc.bat
        call stc.bat
        @del stc.bat
+       @echo cd svg >svg.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>svg.bat
+       call svg.bat
+       @del svg.bat
+       @echo cd taborder >taborder.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taborder.bat
+       call taborder.bat
+       @del taborder.bat
        @echo cd taskbar >taskbar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taskbar.bat
        call taskbar.bat
@@ -334,6 +350,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wrapsizer.bat
        call wrapsizer.bat
        @del wrapsizer.bat
+       @echo cd xrc >xrc.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>xrc.bat
+       call xrc.bat
+       @del xrc.bat
        @echo cd memcheck >memcheck.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
        call memcheck.bat
@@ -387,18 +407,18 @@ collpane:
        call collpane.bat
        @del collpane.bat
 
-config: 
-       @echo cd config >config.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>config.bat
-       call config.bat
-       @del config.bat
-
 combo: 
        @echo cd combo >combo.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>combo.bat
        call combo.bat
        @del combo.bat
 
+config: 
+       @echo cd config >config.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>config.bat
+       call config.bat
+       @del config.bat
+
 console: 
        @echo cd console >console.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>console.bat
@@ -471,18 +491,18 @@ event:
        call event.bat
        @del event.bat
 
-exec: 
-       @echo cd exec >exec.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>exec.bat
-       call exec.bat
-       @del exec.bat
-
 except: 
        @echo cd except >except.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>except.bat
        call except.bat
        @del except.bat
 
+exec: 
+       @echo cd exec >exec.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>exec.bat
+       call exec.bat
+       @del exec.bat
+
 font: 
        @echo cd font >font.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>font.bat
@@ -615,6 +635,12 @@ popup:
        call popup.bat
        @del popup.bat
 
+power: 
+       @echo cd power >power.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>power.bat
+       call power.bat
+       @del power.bat
+
 printing: 
        @echo cd printing >printing.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
@@ -639,6 +665,12 @@ render:
        call render.bat
        @del render.bat
 
+ribbon: 
+       @echo cd ribbon >ribbon.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ribbon.bat
+       call ribbon.bat
+       @del ribbon.bat
+
 richtext: 
        @echo cd richtext >richtext.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>richtext.bat
@@ -699,6 +731,18 @@ stc:
        call stc.bat
        @del stc.bat
 
+svg: 
+       @echo cd svg >svg.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>svg.bat
+       call svg.bat
+       @del svg.bat
+
+taborder: 
+       @echo cd taborder >taborder.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taborder.bat
+       call taborder.bat
+       @del taborder.bat
+
 taskbar: 
        @echo cd taskbar >taskbar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>taskbar.bat
@@ -765,6 +809,12 @@ wrapsizer:
        call wrapsizer.bat
        @del wrapsizer.bat
 
+xrc: 
+       @echo cd xrc >xrc.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>xrc.bat
+       call xrc.bat
+       @del xrc.bat
+
 memcheck: 
        @echo cd memcheck >memcheck.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat