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