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