]> git.saurik.com Git - wxWidgets.git/blame - samples/widgets/makefile.bcc
-1->wxID_ANY, TRUE->true and FALSE->false replacements.
[wxWidgets.git] / samples / widgets / makefile.bcc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
6f628073
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
2246169a 6
9bfe7ad9
VS
7.autodepend
8
0706fb23 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
0706fb23
VS
13BCCDIR = $(MAKEDIR)\..
14!endif
6f628073 15
fd9f42b6 16!include ../../build/msw/config.bcc
6f628073
VS
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
6f628073
VS
22### Variables: ###
23
250700e4
RD
24OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
26SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
28WIDGETS_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
29 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
75a0a7b7 30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
9bfe7ad9 31 -I. $(__DLLFLAG_p) -I.\..\..\samples $(CPPFLAGS) $(CXXFLAGS)
25a73439
VS
32WIDGETS_OBJECTS = \
33 $(OBJS)\widgets_button.obj \
8941fa88 34 $(OBJS)\widgets_checkbox.obj \
25a73439
VS
35 $(OBJS)\widgets_combobox.obj \
36 $(OBJS)\widgets_gauge.obj \
37 $(OBJS)\widgets_listbox.obj \
38 $(OBJS)\widgets_notebook.obj \
39 $(OBJS)\widgets_radiobox.obj \
40 $(OBJS)\widgets_slider.obj \
41 $(OBJS)\widgets_spinbtn.obj \
42 $(OBJS)\widgets_static.obj \
43 $(OBJS)\widgets_textctrl.obj \
44 $(OBJS)\widgets_widgets.obj
6f628073
VS
45
46### Conditionally set variables: ###
47
48!if "$(USE_GUI)" == "0"
49PORTNAME = base
50!endif
51!if "$(USE_GUI)" == "1"
52PORTNAME = msw
53!endif
25a73439
VS
54!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
55WXDEBUGFLAG = d
56!endif
57!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
58WXDEBUGFLAG = d
59!endif
6f628073
VS
60!if "$(UNICODE)" == "1"
61WXUNICODEFLAG = u
2246169a 62!endif
6f628073
VS
63!if "$(WXUNIV)" == "1"
64WXUNIVNAME = univ
65!endif
6f628073 66!if "$(SHARED)" == "1"
b17c1746 67WXDLLFLAG = dll
25a73439 68!endif
250700e4
RD
69!if "$(BUILD)" == "debug"
70__OPTIMIZEFLAG_2 = -Od
71!endif
72!if "$(BUILD)" == "release"
73__OPTIMIZEFLAG_2 = -O2
74!endif
75!if "$(RUNTIME_LIBS)" == "dynamic"
76__RUNTIME_LIBS_6 = -tWR
77!endif
78!if "$(RUNTIME_LIBS)" == "static"
79__RUNTIME_LIBS_6 =
80!endif
81!if "$(RUNTIME_LIBS)" == "dynamic"
82__RUNTIME_LIBS_7 = i
83!endif
84!if "$(RUNTIME_LIBS)" == "static"
85__RUNTIME_LIBS_7 =
86!endif
b17c1746
DE
87!if "$(WXUNIV)" == "1"
88__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
89!endif
90!if "$(WXUNIV)" == "1"
91__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
94__DEBUG_DEFINE_p = -D__WXDEBUG__
95!endif
96!if "$(DEBUG_FLAG)" == "1"
97__DEBUG_DEFINE_p = -D__WXDEBUG__
98!endif
99!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
100__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
101!endif
102!if "$(DEBUG_FLAG)" == "1"
103__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
104!endif
6f628073 105!if "$(UNICODE)" == "1"
ec08d395 106__UNICODE_DEFINE_p = -D_UNICODE
6f628073
VS
107!endif
108!if "$(UNICODE)" == "1"
ec08d395 109__UNICODE_DEFINE_p_1 = -d_UNICODE
6f628073 110!endif
b17c1746
DE
111!if "$(SHARED)" == "1"
112__DLLFLAG_p = -DWXUSINGDLL
4e209a20 113!endif
b17c1746
DE
114!if "$(SHARED)" == "1"
115__DLLFLAG_p_1 = -dWXUSINGDLL
0706fb23
VS
116!endif
117!if "$(MONOLITHIC)" == "0"
250700e4
RD
118__WXLIB_CORE_p = \
119 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
6f628073 120!endif
b17c1746
DE
121!if "$(MONOLITHIC)" == "0"
122__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
123!endif
6f628073 124!if "$(MONOLITHIC)" == "1"
250700e4
RD
125__WXLIB_MONO_p = \
126 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073 127!endif
b17c1746
DE
128!if "$(USE_GUI)" == "1"
129__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
6f628073 130!endif
b17c1746
DE
131!if "$(USE_GUI)" == "1"
132__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
133!endif
134!if "$(USE_GUI)" == "1"
135__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
136!endif
137!if "$(MSLU)" == "1"
138__UNICOWS_LIB_p = unicows.lib
139!endif
140!if "$(SHARED)" == "0"
141LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
142!endif
143!if "$(SHARED)" == "1"
144LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
145!endif
146!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
147__DEBUGINFO = -v
148!endif
149!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
150__DEBUGINFO = -v-
151!endif
152!if "$(DEBUG_INFO)" == "0"
153__DEBUGINFO = -v-
154!endif
155!if "$(DEBUG_INFO)" == "1"
156__DEBUGINFO = -v
6f628073
VS
157!endif
158
159
160all: $(OBJS)
161$(OBJS):
162 -if not exist $(OBJS) mkdir $(OBJS)
163
164### Targets: ###
165
166all: $(OBJS)\widgets.exe
167
b17c1746
DE
168clean:
169 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
170 -if exist $(OBJS)\*.res del $(OBJS)\*.res
171 -if exist $(OBJS)\widgets.exe del $(OBJS)\widgets.exe
172 -if exist $(OBJS)\widgets.tds del $(OBJS)\widgets.tds
173 -if exist $(OBJS)\widgets.ilc del $(OBJS)\widgets.ilc
174 -if exist $(OBJS)\widgets.ild del $(OBJS)\widgets.ild
175 -if exist $(OBJS)\widgets.ilf del $(OBJS)\widgets.ilf
176 -if exist $(OBJS)\widgets.ils del $(OBJS)\widgets.ils
177
178$(OBJS)\widgets.exe: $(WIDGETS_OBJECTS) $(OBJS)\widgets_widgets.res
179 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
b92ca8cf 180 c0w32.obj $(WIDGETS_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 $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\widgets_widgets.res
b17c1746
DE
181|
182
6f628073 183$(OBJS)\widgets_button.obj: .\button.cpp
0706fb23 184 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073 185
8941fa88
VZ
186$(OBJS)\widgets_checkbox.obj: .\checkbox.cpp
187 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
188
6f628073 189$(OBJS)\widgets_combobox.obj: .\combobox.cpp
0706fb23 190 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
191
192$(OBJS)\widgets_gauge.obj: .\gauge.cpp
0706fb23 193 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
194
195$(OBJS)\widgets_listbox.obj: .\listbox.cpp
0706fb23 196 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
197
198$(OBJS)\widgets_notebook.obj: .\notebook.cpp
0706fb23 199 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
200
201$(OBJS)\widgets_radiobox.obj: .\radiobox.cpp
0706fb23 202 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
203
204$(OBJS)\widgets_slider.obj: .\slider.cpp
0706fb23 205 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
206
207$(OBJS)\widgets_spinbtn.obj: .\spinbtn.cpp
0706fb23 208 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
209
210$(OBJS)\widgets_static.obj: .\static.cpp
0706fb23 211 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
212
213$(OBJS)\widgets_textctrl.obj: .\textctrl.cpp
0706fb23 214 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
215
216$(OBJS)\widgets_widgets.obj: .\widgets.cpp
0706fb23 217 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
218
219$(OBJS)\widgets_widgets.res: .\widgets.rc
ec08d395 220 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 $**