# =========================================================================\r
# This makefile was generated by\r
-# Bakefile 0.2.6 (http://www.bakefile.org)\r
+# Bakefile 0.2.9 (http://www.bakefile.org)\r
# Do not modify, all changes will be overwritten!\r
# =========================================================================\r
\r
-DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \\r
-DUSE_STC="$(USE_STC)" -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \\r
-DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \\r
- -DUSE_THREADS="$(USE_THREADS)" -DUSE_GDIPLUS="$(USE_GDIPLUS)" \\r
+ -DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \\r
-DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \\r
-DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \\r
-DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \\r
\r
### Targets: ###\r
\r
-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\r
+all: access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dll 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 uiaction validate vscroll widgets wizard wrapsizer xrc\r
\r
clean: \r
-if exist .\*.obj del .\*.obj\r
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>display.bat\r
call display.bat\r
@del display.bat\r
+ @echo cd dll >dll.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dll.bat\r
+ call dll.bat\r
+ @del dll.bat\r
@echo cd dnd >dnd.bat\r
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dnd.bat\r
call dnd.bat\r
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>typetest.bat\r
call typetest.bat\r
@del typetest.bat\r
+ @echo cd uiaction >uiaction.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>uiaction.bat\r
+ call uiaction.bat\r
+ @del uiaction.bat\r
@echo cd validate >validate.bat\r
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>validate.bat\r
call validate.bat\r
call display.bat\r
@del display.bat\r
\r
+dll: \r
+ @echo cd dll >dll.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dll.bat\r
+ call dll.bat\r
+ @del dll.bat\r
+\r
dnd: \r
@echo cd dnd >dnd.bat\r
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dnd.bat\r
call typetest.bat\r
@del typetest.bat\r
\r
+uiaction: \r
+ @echo cd uiaction >uiaction.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>uiaction.bat\r
+ call uiaction.bat\r
+ @del uiaction.bat\r
+\r
validate: \r
@echo cd validate >validate.bat\r
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>validate.bat\r