-# =========================================================================
-# This makefile was generated by
-# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
-# Do not modify, all changes will be overwritten!
-# =========================================================================
-
-!ifndef BCCDIR
-BCCDIR = $(MAKEDIR)\..
-!endif
-
-!include ../../build/msw/config.bcc
-
-# -------------------------------------------------------------------------
-# Do not modify the rest of this file!
-# -------------------------------------------------------------------------
-
-!if "$(BCCDIR)" == "\.."
-!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
-!endif
-
-### Variables: ###
-
-MAKEARGS = -DCPPFLAGS=$(CPPFLAGS) -DDEBUG_FLAG=$(DEBUG_FLAG) \
- -DLDFLAGS=$(LDFLAGS) -DCC=$(CC) -DUSE_GUI=$(USE_GUI) \
- -DMONOLITHIC=$(MONOLITHIC) -DCXXFLAGS=$(CXXFLAGS) -DUSE_HTML=$(USE_HTML) \
- -DBUILD=$(BUILD) -DDEBUG_INFO=$(DEBUG_INFO) -DVENDOR=$(VENDOR) \
- -DUNICODE=$(UNICODE) -DOFFICIAL_BUILD=$(OFFICIAL_BUILD) -DMSLU=$(MSLU) \
- -DWXUNIV=$(WXUNIV) -DRUNTIME_LIBS=$(RUNTIME_LIBS) -DCXX=$(CXX) -DCFG=$(CFG) \
- -DCFLAGS=$(CFLAGS) -DSHARED=$(SHARED) -DUSE_ODBC=$(USE_ODBC) \
- -DUSE_OPENGL=$(USE_OPENGL)
-
-### Conditionally set variables: ###
-
-
-
-### Targets: ###
-
-all: cube isosurf penguin
-
-clean:
- -if exist .\*.obj del .\*.obj
- -if exist .\*.res del .\*.res
-
-cube:
- cd cube
- $(MAKE) -f makefile.bcc $(MAKEARGS) all
- cd ..
-
-isosurf:
- cd isosurf
- $(MAKE) -f makefile.bcc $(MAKEARGS) all
- cd ..
-
-penguin:
- cd penguin
- $(MAKE) -f makefile.bcc $(MAKEARGS) all
- cd ..
+# =========================================================================\r
+# This makefile was generated by\r
+# Bakefile 0.2.8 (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_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
+ -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"\r
+\r
+### Conditionally set variables: ###\r
+\r
+\r
+\r
+### Targets: ###\r
+\r
+all: cube isosurf penguin\r
+\r
+clean: \r
+ -if exist .\*.obj del .\*.obj\r
+ -if exist .\*.res del .\*.res\r
+ -if exist .\*.csm del .\*.csm\r
+ @echo cd cube >cube.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>cube.bat\r
+ call cube.bat\r
+ @del cube.bat\r
+ @echo cd isosurf >isosurf.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>isosurf.bat\r
+ call isosurf.bat\r
+ @del isosurf.bat\r
+ @echo cd penguin >penguin.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>penguin.bat\r
+ call penguin.bat\r
+ @del penguin.bat\r
+\r
+cube: \r
+ @echo cd cube >cube.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>cube.bat\r
+ call cube.bat\r
+ @del cube.bat\r
+\r
+isosurf: \r
+ @echo cd isosurf >isosurf.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>isosurf.bat\r
+ call isosurf.bat\r
+ @del isosurf.bat\r
+\r
+penguin: \r
+ @echo cd penguin >penguin.bat\r
+ @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>penguin.bat\r
+ call penguin.bat\r
+ @del penguin.bat\r
+\r