]>
Commit | Line | Data |
---|---|---|
2ace0078 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
d33ccbe1 | 3 | # Bakefile 0.2.6 (http://www.bakefile.org) |
2ace0078 VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
9bfe7ad9 VS |
7 | .autodepend |
8 | ||
2ace0078 | 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 | |
2ace0078 VS |
13 | BCCDIR = $(MAKEDIR)\.. |
14 | !endif | |
15 | ||
16 | !include ../build/msw/config.bcc | |
17 | ||
18 | # ------------------------------------------------------------------------- | |
19 | # Do not modify the rest of this file! | |
20 | # ------------------------------------------------------------------------- | |
21 | ||
2ace0078 VS |
22 | ### Variables: ### |
23 | ||
b17c1746 DE |
24 | MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \ |
25 | -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \ | |
cf9b63b3 VZ |
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)" \ | |
3b2cb431 | 30 | -DUSE_HTML="$(USE_HTML)" -DUSE_MEDIA="$(USE_MEDIA)" -DUSE_XRC="$(USE_XRC)" \ |
3c3ead1d PC |
31 | -DUSE_AUI="$(USE_AUI)" -DUSE_RIBBON="$(USE_RIBBON)" \ |
32 | -DUSE_PROPGRID="$(USE_PROPGRID)" -DUSE_RICHTEXT="$(USE_RICHTEXT)" \ | |
33 | -DUSE_STC="$(USE_STC)" -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_QA="$(USE_QA)" \ | |
8c9f8f91 | 34 | -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DUSE_RTTI="$(USE_RTTI)" \ |
3abcf424 RD |
35 | -DUSE_THREADS="$(USE_THREADS)" -DUSE_GDIPLUS="$(USE_GDIPLUS)" \ |
36 | -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" -DVENDOR="$(VENDOR)" \ | |
37 | -DWX_FLAVOUR="$(WX_FLAVOUR)" -DWX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" \ | |
38 | -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \ | |
39 | -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)" | |
2ace0078 VS |
40 | |
41 | ### Conditionally set variables: ### | |
42 | ||
43 | ||
44 | ||
45 | ### Targets: ### | |
46 | ||
873c1a23 | 47 | all: emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc |
2ace0078 VS |
48 | |
49 | clean: | |
50 | -if exist .\*.obj del .\*.obj | |
51 | -if exist .\*.res del .\*.res | |
162a956b | 52 | -if exist .\*.csm del .\*.csm |
c4839ccf JS |
53 | @echo cd emulator\src >emulator.bat |
54 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>emulator.bat | |
55 | call emulator.bat | |
56 | @del emulator.bat | |
873c1a23 VZ |
57 | @echo cd execmon >execmon.bat |
58 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>execmon.bat | |
59 | call execmon.bat | |
60 | @del execmon.bat | |
c4839ccf JS |
61 | @echo cd helpview\src >helpview.bat |
62 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>helpview.bat | |
63 | call helpview.bat | |
64 | @del helpview.bat | |
63052a50 FM |
65 | @echo cd hhp2cached >hhp2cached.bat |
66 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>hhp2cached.bat | |
67 | call hhp2cached.bat | |
68 | @del hhp2cached.bat | |
5934cda1 FM |
69 | @echo cd ifacecheck\src >ifacecheck.bat |
70 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>ifacecheck.bat | |
71 | call ifacecheck.bat | |
72 | @del ifacecheck.bat | |
63052a50 FM |
73 | @echo cd screenshotgen\src >screenshotgen.bat |
74 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>screenshotgen.bat | |
75 | call screenshotgen.bat | |
76 | @del screenshotgen.bat | |
0e0d3ae1 VZ |
77 | @echo cd wxrc >wxrc.bat |
78 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>wxrc.bat | |
79 | call wxrc.bat | |
80 | @del wxrc.bat | |
2ace0078 | 81 | |
e1e61c81 | 82 | emulator: |
c4839ccf JS |
83 | @echo cd emulator\src >emulator.bat |
84 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>emulator.bat | |
85 | call emulator.bat | |
86 | @del emulator.bat | |
e1e61c81 | 87 | |
873c1a23 VZ |
88 | execmon: |
89 | @echo cd execmon >execmon.bat | |
90 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>execmon.bat | |
91 | call execmon.bat | |
92 | @del execmon.bat | |
93 | ||
e1e61c81 | 94 | helpview: |
c4839ccf JS |
95 | @echo cd helpview\src >helpview.bat |
96 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>helpview.bat | |
97 | call helpview.bat | |
98 | @del helpview.bat | |
e1e61c81 | 99 | |
63052a50 FM |
100 | hhp2cached: |
101 | @echo cd hhp2cached >hhp2cached.bat | |
102 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>hhp2cached.bat | |
103 | call hhp2cached.bat | |
104 | @del hhp2cached.bat | |
105 | ||
5934cda1 FM |
106 | ifacecheck: |
107 | @echo cd ifacecheck\src >ifacecheck.bat | |
108 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>ifacecheck.bat | |
109 | call ifacecheck.bat | |
110 | @del ifacecheck.bat | |
111 | ||
63052a50 FM |
112 | screenshotgen: |
113 | @echo cd screenshotgen\src >screenshotgen.bat | |
114 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>screenshotgen.bat | |
115 | call screenshotgen.bat | |
116 | @del screenshotgen.bat | |
117 | ||
0e0d3ae1 VZ |
118 | wxrc: |
119 | @echo cd wxrc >wxrc.bat | |
120 | @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>wxrc.bat | |
121 | call wxrc.bat | |
122 | @del wxrc.bat | |
123 |