]>
Commit | Line | Data |
---|---|---|
4b20974a VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
162a956b | 3 | # Bakefile 0.1.6 (http://bakefile.sourceforge.net) |
4b20974a VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
9bfe7ad9 VS |
7 | .autodepend |
8 | ||
4b20974a | 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 | |
4b20974a 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 | ||
4b20974a VS |
22 | ### Variables: ### |
23 | ||
c33fae85 | 24 | WX_RELEASE_NODOT = 25 |
4b20974a VS |
25 | OBJS = \ |
26 | bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
162a956b | 27 | LIBDIRNAME = .\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG) |
4b20974a VS |
28 | SETUPHDIR = \ |
29 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
9bfe7ad9 VS |
30 | WXEMULATOR_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \ |
31 | $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \ | |
4b20974a | 32 | $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \ |
c33fae85 | 33 | -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples -DNOPCH $(CPPFLAGS) \ |
9bfe7ad9 | 34 | $(CXXFLAGS) |
4b20974a VS |
35 | WXEMULATOR_OBJECTS = \ |
36 | $(OBJS)\wxemulator_emulator.obj | |
37 | ||
38 | ### Conditionally set variables: ### | |
39 | ||
4b20974a VS |
40 | !if "$(USE_GUI)" == "0" |
41 | PORTNAME = base | |
42 | !endif | |
43 | !if "$(USE_GUI)" == "1" | |
44 | PORTNAME = msw | |
45 | !endif | |
46 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
47 | WXDEBUGFLAG = d | |
48 | !endif | |
49 | !if "$(DEBUG_FLAG)" == "1" | |
50 | WXDEBUGFLAG = d | |
51 | !endif | |
4b20974a VS |
52 | !if "$(UNICODE)" == "1" |
53 | WXUNICODEFLAG = u | |
54 | !endif | |
55 | !if "$(WXUNIV)" == "1" | |
56 | WXUNIVNAME = univ | |
57 | !endif | |
4b20974a | 58 | !if "$(SHARED)" == "1" |
b17c1746 | 59 | WXDLLFLAG = dll |
4b20974a | 60 | !endif |
162a956b JS |
61 | !if "$(SHARED)" == "0" |
62 | LIBTYPE_SUFFIX = lib | |
63 | !endif | |
64 | !if "$(SHARED)" == "1" | |
65 | LIBTYPE_SUFFIX = dll | |
66 | !endif | |
dd65d8c8 RN |
67 | !if "$(MONOLITHIC)" == "0" |
68 | EXTRALIBS_FOR_BASE = | |
69 | !endif | |
70 | !if "$(MONOLITHIC)" == "1" | |
71 | EXTRALIBS_FOR_BASE = | |
72 | !endif | |
4b20974a VS |
73 | !if "$(BUILD)" == "debug" |
74 | __OPTIMIZEFLAG_2 = -Od | |
75 | !endif | |
76 | !if "$(BUILD)" == "release" | |
77 | __OPTIMIZEFLAG_2 = -O2 | |
78 | !endif | |
79 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
80 | __RUNTIME_LIBS_6 = -tWR | |
81 | !endif | |
82 | !if "$(RUNTIME_LIBS)" == "static" | |
83 | __RUNTIME_LIBS_6 = | |
84 | !endif | |
85 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
86 | __RUNTIME_LIBS_7 = i | |
87 | !endif | |
88 | !if "$(RUNTIME_LIBS)" == "static" | |
89 | __RUNTIME_LIBS_7 = | |
90 | !endif | |
b17c1746 DE |
91 | !if "$(WXUNIV)" == "1" |
92 | __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | |
93 | !endif | |
94 | !if "$(WXUNIV)" == "1" | |
95 | __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__ | |
96 | !endif | |
97 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
98 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
99 | !endif | |
100 | !if "$(DEBUG_FLAG)" == "1" | |
101 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
102 | !endif | |
103 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
104 | __DEBUG_DEFINE_p_1 = -d__WXDEBUG__ | |
105 | !endif | |
106 | !if "$(DEBUG_FLAG)" == "1" | |
107 | __DEBUG_DEFINE_p_1 = -d__WXDEBUG__ | |
108 | !endif | |
4b20974a | 109 | !if "$(UNICODE)" == "1" |
ec08d395 | 110 | __UNICODE_DEFINE_p = -D_UNICODE |
4b20974a VS |
111 | !endif |
112 | !if "$(UNICODE)" == "1" | |
ec08d395 | 113 | __UNICODE_DEFINE_p_1 = -d_UNICODE |
4b20974a | 114 | !endif |
b17c1746 DE |
115 | !if "$(SHARED)" == "1" |
116 | __DLLFLAG_p = -DWXUSINGDLL | |
4b20974a | 117 | !endif |
b17c1746 DE |
118 | !if "$(SHARED)" == "1" |
119 | __DLLFLAG_p_1 = -dWXUSINGDLL | |
4b20974a VS |
120 | !endif |
121 | !if "$(MONOLITHIC)" == "0" | |
122 | __WXLIB_CORE_p = \ | |
c33fae85 | 123 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib |
4b20974a | 124 | !endif |
b17c1746 | 125 | !if "$(MONOLITHIC)" == "0" |
c33fae85 RN |
126 | __WXLIB_BASE_p = \ |
127 | wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib | |
b17c1746 | 128 | !endif |
4b20974a VS |
129 | !if "$(MONOLITHIC)" == "1" |
130 | __WXLIB_MONO_p = \ | |
c33fae85 | 131 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib |
4b20974a | 132 | !endif |
b17c1746 | 133 | !if "$(USE_GUI)" == "1" |
9c2d002b | 134 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib |
4b20974a | 135 | !endif |
b17c1746 | 136 | !if "$(USE_GUI)" == "1" |
9c2d002b | 137 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib |
b17c1746 DE |
138 | !endif |
139 | !if "$(USE_GUI)" == "1" | |
9c2d002b | 140 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib |
b17c1746 DE |
141 | !endif |
142 | !if "$(MSLU)" == "1" | |
143 | __UNICOWS_LIB_p = unicows.lib | |
144 | !endif | |
b17c1746 DE |
145 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" |
146 | __DEBUGINFO = -v | |
147 | !endif | |
148 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" | |
149 | __DEBUGINFO = -v- | |
150 | !endif | |
151 | !if "$(DEBUG_INFO)" == "0" | |
152 | __DEBUGINFO = -v- | |
153 | !endif | |
154 | !if "$(DEBUG_INFO)" == "1" | |
155 | __DEBUGINFO = -v | |
4b20974a VS |
156 | !endif |
157 | ||
158 | ||
159 | all: $(OBJS) | |
160 | $(OBJS): | |
161 | -if not exist $(OBJS) mkdir $(OBJS) | |
162 | ||
163 | ### Targets: ### | |
164 | ||
165 | all: $(OBJS)\wxemulator.exe data | |
166 | ||
4b20974a VS |
167 | clean: |
168 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
169 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
162a956b | 170 | -if exist $(OBJS)\*.csm del $(OBJS)\*.csm |
4b20974a | 171 | -if exist $(OBJS)\wxemulator.exe del $(OBJS)\wxemulator.exe |
ec08d395 JS |
172 | -if exist $(OBJS)\wxemulator.tds del $(OBJS)\wxemulator.tds |
173 | -if exist $(OBJS)\wxemulator.ilc del $(OBJS)\wxemulator.ilc | |
174 | -if exist $(OBJS)\wxemulator.ild del $(OBJS)\wxemulator.ild | |
175 | -if exist $(OBJS)\wxemulator.ilf del $(OBJS)\wxemulator.ilf | |
176 | -if exist $(OBJS)\wxemulator.ils del $(OBJS)\wxemulator.ils | |
4b20974a | 177 | |
4b20974a | 178 | $(OBJS)\wxemulator.exe: $(WXEMULATOR_OBJECTS) $(OBJS)\wxemulator_sample.res |
9bfe7ad9 | 179 | ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&| |
dd65d8c8 | 180 | c0w32.obj $(WXEMULATOR_OBJECTS),$@,, $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\wxemulator_sample.res |
4b20974a | 181 | | |
b17c1746 DE |
182 | |
183 | data: | |
184 | if not exist $(OBJS) mkdir $(OBJS) | |
185 | for %f in (default.wxe ipaq.wxe bluegradient.jpg ipaq01.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS) | |
186 | ||
187 | $(OBJS)\wxemulator_sample.res: .\..\..\..\samples\sample.rc | |
162a956b | 188 | brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples $** |
b17c1746 DE |
189 | |
190 | $(OBJS)\wxemulator_emulator.obj: .\emulator.cpp | |
191 | $(CXX) -q -c -P -o$@ $(WXEMULATOR_CXXFLAGS) $** | |
162a956b | 192 |