]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.bcc
do only what is necessary in SetScrollbars(), let the base class do the rest
[wxWidgets.git] / samples / makefile.bcc
index 68c3536eaa3caa26862b1abae525548a984feaed..94404d517add2a3d84a00d07d3418f85d43e6311 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.4 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.5 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -23,16 +23,20 @@ BCCDIR = $(MAKEDIR)\..
 
 MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
        -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
 
 MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
        -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
-       -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" \
-       -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \
-       -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \
-       -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" -DUSE_XRC="$(USE_XRC)" \
-       -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
-       -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
-       -DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
-       -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
-       -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
-       -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
+       -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \
+       -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \
+       -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_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
+       -DUSE_THREADS="$(USE_THREADS)" -DUSE_GDIPLUS="$(USE_GDIPLUS)" \
+       -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \
+       -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \
+       -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
+       -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
 
 ### Conditionally set variables: ###
 
 
 ### Conditionally set variables: ###
 
@@ -40,19 +44,28 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
 
 ### Targets: ###
 
 
 ### 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 mediaplayer 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
+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
 
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
 
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       -if exist .\*.csm del .\*.csm
        @echo cd access >access.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>access.bat
        call access.bat
        @del access.bat
        @echo cd access >access.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>access.bat
        call access.bat
        @del access.bat
+       @echo cd animate >animate.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>animate.bat
+       call animate.bat
+       @del animate.bat
        @echo cd artprov >artprov.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>artprov.bat
        call artprov.bat
        @del artprov.bat
        @echo cd artprov >artprov.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>artprov.bat
        call artprov.bat
        @del artprov.bat
+       @echo cd aui >aui.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>aui.bat
+       call aui.bat
+       @del aui.bat
        @echo cd calendar >calendar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>calendar.bat
        call calendar.bat
        @echo cd calendar >calendar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>calendar.bat
        call calendar.bat
@@ -61,14 +74,22 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>caret.bat
        call caret.bat
        @del caret.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>caret.bat
        call caret.bat
        @del caret.bat
-       @echo cd checklst >checklst.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>checklst.bat
-       call checklst.bat
-       @del checklst.bat
+       @echo cd clipboard >clipboard.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>clipboard.bat
+       call clipboard.bat
+       @del clipboard.bat
+       @echo cd collpane >collpane.bat
+       @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 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 console >console.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>console.bat
        call console.bat
        @echo cd console >console.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>console.bat
        call console.bat
@@ -77,10 +98,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>controls.bat
        call controls.bat
        @del controls.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>controls.bat
        call controls.bat
        @del controls.bat
-       @echo cd db >db.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>db.bat
-       call db.bat
-       @del db.bat
+       @echo cd dataview >dataview.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dataview.bat
+       call dataview.bat
+       @del dataview.bat
        @echo cd dialogs >dialogs.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dialogs.bat
        call dialogs.bat
        @echo cd dialogs >dialogs.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dialogs.bat
        call dialogs.bat
@@ -101,10 +122,6 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>docview.bat
        call docview.bat
        @del docview.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>docview.bat
        call docview.bat
        @del docview.bat
-       @echo cd docvwmdi >docvwmdi.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>docvwmdi.bat
-       call docvwmdi.bat
-       @del docvwmdi.bat
        @echo cd dragimag >dragimag.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dragimag.bat
        call dragimag.bat
        @echo cd dragimag >dragimag.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dragimag.bat
        call dragimag.bat
@@ -113,10 +130,6 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>drawing.bat
        call drawing.bat
        @del drawing.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>drawing.bat
        call drawing.bat
        @del drawing.bat
-       @echo cd dynamic >dynamic.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dynamic.bat
-       call dynamic.bat
-       @del dynamic.bat
        @echo cd erase >erase.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>erase.bat
        call erase.bat
        @echo cd erase >erase.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>erase.bat
        call erase.bat
@@ -177,10 +190,6 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>layout.bat
        call layout.bat
        @del layout.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>layout.bat
        call layout.bat
        @del layout.bat
-       @echo cd listbox >listbox.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>listbox.bat
-       call listbox.bat
-       @del listbox.bat
        @echo cd listctrl >listctrl.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>listctrl.bat
        call listctrl.bat
        @echo cd listctrl >listctrl.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>listctrl.bat
        call listctrl.bat
@@ -193,34 +202,14 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mediaplayer.bat
        call mediaplayer.bat
        @del mediaplayer.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mediaplayer.bat
        call mediaplayer.bat
        @del mediaplayer.bat
-       @echo cd memcheck >memcheck.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
-       call memcheck.bat
-       @del memcheck.bat
        @echo cd menu >menu.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>menu.bat
        call menu.bat
        @del menu.bat
        @echo cd menu >menu.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>menu.bat
        call menu.bat
        @del menu.bat
-       @echo cd mfc >mfc.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mfc.bat
-       call mfc.bat
-       @del mfc.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
        @del minimal.bat
        @echo cd minimal >minimal.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>minimal.bat
        call minimal.bat
        @del minimal.bat
-       @echo cd mobile >mobile.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>mobile.bat
-       call mobile.bat
-       @del mobile.bat
-       @echo cd multimon >multimon.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>multimon.bat
-       call multimon.bat
-       @del multimon.bat
        @echo cd nativdlg >nativdlg.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>nativdlg.bat
        call nativdlg.bat
        @echo cd nativdlg >nativdlg.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>nativdlg.bat
        call nativdlg.bat
@@ -241,18 +230,18 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ownerdrw.bat
        call ownerdrw.bat
        @del ownerdrw.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ownerdrw.bat
        call ownerdrw.bat
        @del ownerdrw.bat
-       @echo cd png >png.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>png.bat
-       call png.bat
-       @del png.bat
+       @echo cd popup >popup.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>popup.bat
+       call popup.bat
+       @del popup.bat
        @echo cd printing >printing.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
        call printing.bat
        @del printing.bat
        @echo cd printing >printing.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
        call printing.bat
        @del printing.bat
-       @echo cd propsize >propsize.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>propsize.bat
-       call propsize.bat
-       @del propsize.bat
+       @echo cd propgrid >propgrid.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>propgrid.bat
+       call propgrid.bat
+       @del propgrid.bat
        @echo cd regtest >regtest.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>regtest.bat
        call regtest.bat
        @echo cd regtest >regtest.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>regtest.bat
        call regtest.bat
@@ -261,14 +250,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>render.bat
        call render.bat
        @del render.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>render.bat
        call render.bat
        @del render.bat
-       @echo cd richedit >richedit.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>richedit.bat
-       call richedit.bat
-       @del richedit.bat
-       @echo cd rotate >rotate.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>rotate.bat
-       call rotate.bat
-       @del rotate.bat
+       @echo cd richtext >richtext.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>richtext.bat
+       call richtext.bat
+       @del richtext.bat
        @echo cd sashtest >sashtest.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sashtest.bat
        call sashtest.bat
        @echo cd sashtest >sashtest.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>sashtest.bat
        call sashtest.bat
@@ -277,10 +262,6 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scroll.bat
        call scroll.bat
        @del scroll.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scroll.bat
        call scroll.bat
        @del scroll.bat
-       @echo cd scrollsub >scrollsub.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>scrollsub.bat
-       call scrollsub.bat
-       @del scrollsub.bat
        @echo cd shaped >shaped.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>shaped.bat
        call shaped.bat
        @echo cd shaped >shaped.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>shaped.bat
        call shaped.bat
@@ -305,10 +286,10 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>statbar.bat
        call statbar.bat
        @del statbar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>statbar.bat
        call statbar.bat
        @del statbar.bat
-       @echo cd tab >tab.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>tab.bat
-       call tab.bat
-       @del tab.bat
+       @echo cd stc >stc.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>stc.bat
+       call stc.bat
+       @del stc.bat
        @echo cd taskbar >taskbar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taskbar.bat
        call taskbar.bat
        @echo cd taskbar >taskbar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>taskbar.bat
        call taskbar.bat
@@ -349,6 +330,22 @@ clean:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat
        call wizard.bat
        @del wizard.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wizard.bat
        call wizard.bat
        @del wizard.bat
+       @echo cd wrapsizer >wrapsizer.bat
+       @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
+       @del mfc.bat
+       @echo cd memcheck >memcheck.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>memcheck.bat
+       call memcheck.bat
+       @del memcheck.bat
 
 access: 
        @echo cd access >access.bat
 
 access: 
        @echo cd access >access.bat
@@ -356,12 +353,24 @@ access:
        call access.bat
        @del access.bat
 
        call access.bat
        @del access.bat
 
+animate: 
+       @echo cd animate >animate.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>animate.bat
+       call animate.bat
+       @del animate.bat
+
 artprov: 
        @echo cd artprov >artprov.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>artprov.bat
        call artprov.bat
        @del artprov.bat
 
 artprov: 
        @echo cd artprov >artprov.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>artprov.bat
        call artprov.bat
        @del artprov.bat
 
+aui: 
+       @echo cd aui >aui.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>aui.bat
+       call aui.bat
+       @del aui.bat
+
 calendar: 
        @echo cd calendar >calendar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>calendar.bat
 calendar: 
        @echo cd calendar >calendar.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>calendar.bat
@@ -374,11 +383,17 @@ caret:
        call caret.bat
        @del caret.bat
 
        call caret.bat
        @del caret.bat
 
-checklst: 
-       @echo cd checklst >checklst.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>checklst.bat
-       call checklst.bat
-       @del checklst.bat
+clipboard: 
+       @echo cd clipboard >clipboard.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>clipboard.bat
+       call clipboard.bat
+       @del clipboard.bat
+
+collpane: 
+       @echo cd collpane >collpane.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>collpane.bat
+       call collpane.bat
+       @del collpane.bat
 
 config: 
        @echo cd config >config.bat
 
 config: 
        @echo cd config >config.bat
@@ -386,6 +401,12 @@ config:
        call config.bat
        @del 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
+
 console: 
        @echo cd console >console.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>console.bat
 console: 
        @echo cd console >console.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>console.bat
@@ -398,11 +419,11 @@ controls:
        call controls.bat
        @del controls.bat
 
        call controls.bat
        @del controls.bat
 
-db
-       @echo cd db >db.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>db.bat
-       call db.bat
-       @del db.bat
+dataview
+       @echo cd dataview >dataview.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dataview.bat
+       call dataview.bat
+       @del dataview.bat
 
 dialogs: 
        @echo cd dialogs >dialogs.bat
 
 dialogs: 
        @echo cd dialogs >dialogs.bat
@@ -434,12 +455,6 @@ docview:
        call docview.bat
        @del docview.bat
 
        call docview.bat
        @del docview.bat
 
-docvwmdi: 
-       @echo cd docvwmdi >docvwmdi.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>docvwmdi.bat
-       call docvwmdi.bat
-       @del docvwmdi.bat
-
 dragimag: 
        @echo cd dragimag >dragimag.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dragimag.bat
 dragimag: 
        @echo cd dragimag >dragimag.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dragimag.bat
@@ -452,12 +467,6 @@ drawing:
        call drawing.bat
        @del drawing.bat
 
        call drawing.bat
        @del drawing.bat
 
-dynamic: 
-       @echo cd dynamic >dynamic.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dynamic.bat
-       call dynamic.bat
-       @del dynamic.bat
-
 erase: 
        @echo cd erase >erase.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>erase.bat
 erase: 
        @echo cd erase >erase.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>erase.bat
@@ -548,12 +557,6 @@ layout:
        call layout.bat
        @del layout.bat
 
        call layout.bat
        @del layout.bat
 
-listbox: 
-       @echo cd listbox >listbox.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>listbox.bat
-       call listbox.bat
-       @del listbox.bat
-
 listctrl: 
        @echo cd listctrl >listctrl.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>listctrl.bat
 listctrl: 
        @echo cd listctrl >listctrl.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>listctrl.bat
@@ -572,48 +575,18 @@ mediaplayer:
        call mediaplayer.bat
        @del mediaplayer.bat
 
        call mediaplayer.bat
        @del mediaplayer.bat
 
-memcheck: 
-       @echo cd memcheck >memcheck.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat
-       call memcheck.bat
-       @del memcheck.bat
-
 menu: 
        @echo cd menu >menu.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>menu.bat
        call menu.bat
        @del menu.bat
 
 menu: 
        @echo cd menu >menu.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>menu.bat
        call menu.bat
        @del menu.bat
 
-mfc: 
-       @echo cd mfc >mfc.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mfc.bat
-       call mfc.bat
-       @del mfc.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
        call minimal.bat
        @del minimal.bat
 
 minimal: 
        @echo cd minimal >minimal.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>minimal.bat
        call minimal.bat
        @del minimal.bat
 
-mobile: 
-       @echo cd mobile >mobile.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>mobile.bat
-       call mobile.bat
-       @del mobile.bat
-
-multimon: 
-       @echo cd multimon >multimon.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>multimon.bat
-       call multimon.bat
-       @del multimon.bat
-
 nativdlg: 
        @echo cd nativdlg >nativdlg.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>nativdlg.bat
 nativdlg: 
        @echo cd nativdlg >nativdlg.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>nativdlg.bat
@@ -644,11 +617,11 @@ ownerdrw:
        call ownerdrw.bat
        @del ownerdrw.bat
 
        call ownerdrw.bat
        @del ownerdrw.bat
 
-png
-       @echo cd png >png.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>png.bat
-       call png.bat
-       @del png.bat
+popup
+       @echo cd popup >popup.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>popup.bat
+       call popup.bat
+       @del popup.bat
 
 printing: 
        @echo cd printing >printing.bat
 
 printing: 
        @echo cd printing >printing.bat
@@ -656,11 +629,11 @@ printing:
        call printing.bat
        @del printing.bat
 
        call printing.bat
        @del printing.bat
 
-propsize
-       @echo cd propsize >propsize.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>propsize.bat
-       call propsize.bat
-       @del propsize.bat
+propgrid
+       @echo cd propgrid >propgrid.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>propgrid.bat
+       call propgrid.bat
+       @del propgrid.bat
 
 regtest: 
        @echo cd regtest >regtest.bat
 
 regtest: 
        @echo cd regtest >regtest.bat
@@ -674,17 +647,11 @@ render:
        call render.bat
        @del render.bat
 
        call render.bat
        @del render.bat
 
-richedit: 
-       @echo cd richedit >richedit.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>richedit.bat
-       call richedit.bat
-       @del richedit.bat
-
-rotate: 
-       @echo cd rotate >rotate.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>rotate.bat
-       call rotate.bat
-       @del rotate.bat
+richtext: 
+       @echo cd richtext >richtext.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>richtext.bat
+       call richtext.bat
+       @del richtext.bat
 
 sashtest: 
        @echo cd sashtest >sashtest.bat
 
 sashtest: 
        @echo cd sashtest >sashtest.bat
@@ -698,12 +665,6 @@ scroll:
        call scroll.bat
        @del scroll.bat
 
        call scroll.bat
        @del scroll.bat
 
-scrollsub: 
-       @echo cd scrollsub >scrollsub.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>scrollsub.bat
-       call scrollsub.bat
-       @del scrollsub.bat
-
 shaped: 
        @echo cd shaped >shaped.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>shaped.bat
 shaped: 
        @echo cd shaped >shaped.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>shaped.bat
@@ -740,11 +701,11 @@ statbar:
        call statbar.bat
        @del statbar.bat
 
        call statbar.bat
        @del statbar.bat
 
-tab
-       @echo cd tab >tab.bat
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>tab.bat
-       call tab.bat
-       @del tab.bat
+stc
+       @echo cd stc >stc.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>stc.bat
+       call stc.bat
+       @del stc.bat
 
 taskbar: 
        @echo cd taskbar >taskbar.bat
 
 taskbar: 
        @echo cd taskbar >taskbar.bat
@@ -805,3 +766,28 @@ wizard:
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
        call wizard.bat
        @del wizard.bat
        @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wizard.bat
        call wizard.bat
        @del wizard.bat
+
+wrapsizer: 
+       @echo cd wrapsizer >wrapsizer.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wrapsizer.bat
+       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
+       call mfc.bat
+       @del mfc.bat
+
+memcheck: 
+       @echo cd memcheck >memcheck.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>memcheck.bat
+       call memcheck.bat
+       @del memcheck.bat
+