]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/makefile.bcc
Use an even more informative error message in wxFSW unit test.
[wxWidgets.git] / samples / html / makefile.bcc
index ca9b0a52bfd23edb6423bfac431b9a9047d588c5..9ca6bb57162f81faee14183d8e4d713aa62b361d 100644 (file)
-# =========================================================================\r
-#     This makefile was generated by\r
-#     Bakefile 0.2.6 (http://www.bakefile.org)\r
-#     Do not modify, all changes will be overwritten!\r
-# =========================================================================\r
-\r
-.autodepend\r
-\r
-!ifndef BCCDIR\r
-!ifndef MAKEDIR\r
-!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4\r
-!endif\r
-BCCDIR = $(MAKEDIR)\..\r
-!endif\r
-\r
-!include ../../build/msw/config.bcc\r
-\r
-# -------------------------------------------------------------------------\r
-# Do not modify the rest of this file!\r
-# -------------------------------------------------------------------------\r
-\r
-### Variables: ###\r
-\r
-MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \\r
-       -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \\r
-       -DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \\r
-       -DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \\r
-       -DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \\r
-       -DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \\r
-       -DUSE_HTML="$(USE_HTML)" -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" \\r
-       -DUSE_AUI="$(USE_AUI)" -DUSE_RIBBON="$(USE_RIBBON)" \\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
-       -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
-       -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"\r
-\r
-### Conditionally set variables: ###\r
-\r
-\r
-\r
-### Targets: ###\r
-\r
-all: about help helpview printing test virtual widget zip\r
-\r
-clean: \r
-       -if exist .\*.obj del .\*.obj\r
-       -if exist .\*.res del .\*.res\r
-       -if exist .\*.csm del .\*.csm\r
-       @echo cd about >about.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat\r
-       call about.bat\r
-       @del about.bat\r
-       @echo cd help >help.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat\r
-       call help.bat\r
-       @del help.bat\r
-       @echo cd helpview >helpview.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat\r
-       call helpview.bat\r
-       @del helpview.bat\r
-       @echo cd printing >printing.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat\r
-       call printing.bat\r
-       @del printing.bat\r
-       @echo cd test >test.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat\r
-       call test.bat\r
-       @del test.bat\r
-       @echo cd virtual >virtual.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat\r
-       call virtual.bat\r
-       @del virtual.bat\r
-       @echo cd widget >widget.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat\r
-       call widget.bat\r
-       @del widget.bat\r
-       @echo cd zip >zip.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat\r
-       call zip.bat\r
-       @del zip.bat\r
-\r
-about: \r
-       @echo cd about >about.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat\r
-       call about.bat\r
-       @del about.bat\r
-\r
-help: \r
-       @echo cd help >help.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat\r
-       call help.bat\r
-       @del help.bat\r
-\r
-helpview: \r
-       @echo cd helpview >helpview.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat\r
-       call helpview.bat\r
-       @del helpview.bat\r
-\r
-printing: \r
-       @echo cd printing >printing.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat\r
-       call printing.bat\r
-       @del printing.bat\r
-\r
-test: \r
-       @echo cd test >test.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat\r
-       call test.bat\r
-       @del test.bat\r
-\r
-virtual: \r
-       @echo cd virtual >virtual.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat\r
-       call virtual.bat\r
-       @del virtual.bat\r
-\r
-widget: \r
-       @echo cd widget >widget.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat\r
-       call widget.bat\r
-       @del widget.bat\r
-\r
-zip: \r
-       @echo cd zip >zip.bat\r
-       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat\r
-       call zip.bat\r
-       @del zip.bat\r
-\r
+# =========================================================================
+#     This makefile was generated by
+#     Bakefile 0.2.7 (http://www.bakefile.org)
+#     Do not modify, all changes will be overwritten!
+# =========================================================================
+
+.autodepend
+
+!ifndef BCCDIR
+!ifndef MAKEDIR
+!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
+!endif
+BCCDIR = $(MAKEDIR)\..
+!endif
+
+!include ../../build/msw/config.bcc
+
+# -------------------------------------------------------------------------
+# Do not modify the rest of this file!
+# -------------------------------------------------------------------------
+
+### Variables: ###
+
+MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
+       -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
+       -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_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)" \
+       -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: ###
+
+
+
+### Targets: ###
+
+all: about help helpview printing test virtual widget zip
+
+clean: 
+       -if exist .\*.obj del .\*.obj
+       -if exist .\*.res del .\*.res
+       -if exist .\*.csm del .\*.csm
+       @echo cd about >about.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>about.bat
+       call about.bat
+       @del about.bat
+       @echo cd help >help.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>help.bat
+       call help.bat
+       @del help.bat
+       @echo cd helpview >helpview.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat
+       call helpview.bat
+       @del helpview.bat
+       @echo cd printing >printing.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>printing.bat
+       call printing.bat
+       @del printing.bat
+       @echo cd test >test.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>test.bat
+       call test.bat
+       @del test.bat
+       @echo cd virtual >virtual.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>virtual.bat
+       call virtual.bat
+       @del virtual.bat
+       @echo cd widget >widget.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>widget.bat
+       call widget.bat
+       @del widget.bat
+       @echo cd zip >zip.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>zip.bat
+       call zip.bat
+       @del zip.bat
+
+about: 
+       @echo cd about >about.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>about.bat
+       call about.bat
+       @del about.bat
+
+help: 
+       @echo cd help >help.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>help.bat
+       call help.bat
+       @del help.bat
+
+helpview: 
+       @echo cd helpview >helpview.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat
+       call helpview.bat
+       @del helpview.bat
+
+printing: 
+       @echo cd printing >printing.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>printing.bat
+       call printing.bat
+       @del printing.bat
+
+test: 
+       @echo cd test >test.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>test.bat
+       call test.bat
+       @del test.bat
+
+virtual: 
+       @echo cd virtual >virtual.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>virtual.bat
+       call virtual.bat
+       @del virtual.bat
+
+widget: 
+       @echo cd widget >widget.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>widget.bat
+       call widget.bat
+       @del widget.bat
+
+zip: 
+       @echo cd zip >zip.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>zip.bat
+       call zip.bat
+       @del zip.bat
+