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