1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Do not modify, all changes will be overwritten!
5# =========================================================================
6
7.autodepend
8
9!ifndef BCCDIR
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
24MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
25	-DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \
26	-DCPP="$(CPP)" -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" \
27	-DUNICODE="$(UNICODE)" -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" \
28	-DDEBUG_INFO="$(DEBUG_INFO)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
29	-DMONOLITHIC="$(MONOLITHIC)" -DUSE_GUI="$(USE_GUI)" \
30	-DUSE_HTML="$(USE_HTML)" -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" \
31	-DUSE_AUI="$(USE_AUI)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \
32	-DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" -DUSE_QA="$(USE_QA)" \
33	-DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \
34	-DUSE_THREADS="$(USE_THREADS)" -DUSE_CAIRO="$(USE_CAIRO)" \
35	-DUSE_GDIPLUS="$(USE_GDIPLUS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
36	-DVENDOR="$(VENDOR)" -DWX_FLAVOUR="$(WX_FLAVOUR)" \
37	-DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" -DCFG="$(CFG)" \
38	-DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
39	-DRUNTIME_LIBS="$(RUNTIME_LIBS)"
40
41### Conditionally set variables: ###
42
43
44
45### Targets: ###
46
47all: styles wxedit
48
49clean: 
50	-if exist .\*.obj del .\*.obj
51	-if exist .\*.res del .\*.res
52	-if exist .\*.csm del .\*.csm
53	@echo cd styles >styles.bat
54	@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>styles.bat
55	call styles.bat
56	@del styles.bat
57	@echo cd wxedit >wxedit.bat
58	@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wxedit.bat
59	call wxedit.bat
60	@del wxedit.bat
61
62styles: 
63	@echo cd styles >styles.bat
64	@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>styles.bat
65	call styles.bat
66	@del styles.bat
67
68wxedit: 
69	@echo cd wxedit >wxedit.bat
70	@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wxedit.bat
71	call wxedit.bat
72	@del wxedit.bat
73
74