]> git.saurik.com Git - wxWidgets.git/blame - samples/widgets/makefile.bcc
Applied patch [ 868373 ] Missed Unicode markup in menu sample
[wxWidgets.git] / samples / widgets / makefile.bcc
CommitLineData
6f628073
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (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
75a0a7b7
VS
48!if "$(SHARED)" == "0"
49LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
50!endif
51!if "$(SHARED)" == "1"
52LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
53!endif
6f628073
VS
54!if "$(USE_GUI)" == "0"
55PORTNAME = base
56!endif
57!if "$(USE_GUI)" == "1"
58PORTNAME = msw
59!endif
25a73439
VS
60!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
61WXDEBUGFLAG = d
62!endif
63!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
64WXDEBUGFLAG = d
65!endif
66!if "$(SHARED)" == "1"
67WXDLLFLAG = dll
68!endif
69!if "$(UNICODE)" == "1"
70WXUNICODEFLAG = u
2246169a 71!endif
6f628073
VS
72!if "$(WXUNIV)" == "1"
73WXUNIVNAME = univ
74!endif
25a73439
VS
75!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
76__DEBUGINFO = -v
250700e4 77!endif
25a73439
VS
78!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
79__DEBUGINFO = -v-
250700e4 80!endif
25a73439
VS
81!if "$(DEBUG_INFO)" == "0"
82__DEBUGINFO = -v-
83!endif
84!if "$(DEBUG_INFO)" == "1"
85__DEBUGINFO = -v
86!endif
87!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
6f628073
VS
88__DEBUG_DEFINE_p = -D__WXDEBUG__
89!endif
25a73439
VS
90!if "$(DEBUG_FLAG)" == "1"
91__DEBUG_DEFINE_p = -D__WXDEBUG__
92!endif
93!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
94__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
95!endif
96!if "$(DEBUG_FLAG)" == "1"
6f628073
VS
97__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
98!endif
99!if "$(SHARED)" == "1"
100__DLLFLAG_p = -DWXUSINGDLL
101!endif
102!if "$(SHARED)" == "1"
103__DLLFLAG_p_1 = -dWXUSINGDLL
104!endif
25a73439
VS
105!if "$(USE_GUI)" == "1"
106__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
107!endif
108!if "$(USE_GUI)" == "1"
109__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
110!endif
111!if "$(USE_GUI)" == "1"
112__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
113!endif
250700e4
RD
114!if "$(BUILD)" == "debug"
115__OPTIMIZEFLAG_2 = -Od
116!endif
117!if "$(BUILD)" == "release"
118__OPTIMIZEFLAG_2 = -O2
119!endif
120!if "$(RUNTIME_LIBS)" == "dynamic"
121__RUNTIME_LIBS_6 = -tWR
122!endif
123!if "$(RUNTIME_LIBS)" == "static"
124__RUNTIME_LIBS_6 =
125!endif
126!if "$(RUNTIME_LIBS)" == "dynamic"
127__RUNTIME_LIBS_7 = i
128!endif
129!if "$(RUNTIME_LIBS)" == "static"
130__RUNTIME_LIBS_7 =
131!endif
6f628073 132!if "$(UNICODE)" == "1"
ec08d395 133__UNICODE_DEFINE_p = -D_UNICODE
6f628073
VS
134!endif
135!if "$(UNICODE)" == "1"
ec08d395 136__UNICODE_DEFINE_p_1 = -d_UNICODE
6f628073 137!endif
4e209a20
VS
138!if "$(MSLU)" == "1"
139__UNICOWS_LIB_p = unicows.lib
140!endif
6f628073 141!if "$(MONOLITHIC)" == "0"
0706fb23
VS
142__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
143!endif
144!if "$(MONOLITHIC)" == "0"
250700e4
RD
145__WXLIB_CORE_p = \
146 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
6f628073
VS
147!endif
148!if "$(MONOLITHIC)" == "1"
250700e4
RD
149__WXLIB_MONO_p = \
150 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
6f628073
VS
151!endif
152!if "$(WXUNIV)" == "1"
153__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
154!endif
155!if "$(WXUNIV)" == "1"
156__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
157!endif
158
159
160all: $(OBJS)
161$(OBJS):
162 -if not exist $(OBJS) mkdir $(OBJS)
163
164### Targets: ###
165
166all: $(OBJS)\widgets.exe
167
168$(OBJS)\widgets_button.obj: .\button.cpp
0706fb23 169 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073 170
8941fa88
VZ
171$(OBJS)\widgets_checkbox.obj: .\checkbox.cpp
172 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
173
6f628073 174$(OBJS)\widgets_combobox.obj: .\combobox.cpp
0706fb23 175 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
176
177$(OBJS)\widgets_gauge.obj: .\gauge.cpp
0706fb23 178 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
179
180$(OBJS)\widgets_listbox.obj: .\listbox.cpp
0706fb23 181 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
182
183$(OBJS)\widgets_notebook.obj: .\notebook.cpp
0706fb23 184 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
185
186$(OBJS)\widgets_radiobox.obj: .\radiobox.cpp
0706fb23 187 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
188
189$(OBJS)\widgets_slider.obj: .\slider.cpp
0706fb23 190 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
191
192$(OBJS)\widgets_spinbtn.obj: .\spinbtn.cpp
0706fb23 193 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
194
195$(OBJS)\widgets_static.obj: .\static.cpp
0706fb23 196 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
197
198$(OBJS)\widgets_textctrl.obj: .\textctrl.cpp
0706fb23 199 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
200
201$(OBJS)\widgets_widgets.obj: .\widgets.cpp
0706fb23 202 $(CXX) -q -c -P -o$@ $(WIDGETS_CXXFLAGS) $**
6f628073
VS
203
204$(OBJS)\widgets_widgets.res: .\widgets.rc
ec08d395 205 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 $**
2246169a 206
6f628073
VS
207clean:
208 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
209 -if exist $(OBJS)\*.res del $(OBJS)\*.res
210 -if exist $(OBJS)\widgets.exe del $(OBJS)\widgets.exe
ec08d395
JS
211 -if exist $(OBJS)\widgets.tds del $(OBJS)\widgets.tds
212 -if exist $(OBJS)\widgets.ilc del $(OBJS)\widgets.ilc
213 -if exist $(OBJS)\widgets.ild del $(OBJS)\widgets.ild
214 -if exist $(OBJS)\widgets.ilf del $(OBJS)\widgets.ilf
215 -if exist $(OBJS)\widgets.ils del $(OBJS)\widgets.ils
2246169a 216
25a73439 217$(OBJS)\widgets.exe: $(WIDGETS_OBJECTS) $(OBJS)\widgets_widgets.res
9bfe7ad9 218 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
ec08d395 219 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$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\widgets_widgets.res
6f628073 220|