]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/foldbar/foldpanelbar/makefile.bcc
reverted the last fix, it was just wrong, sorry, the problem is elsewhere
[wxWidgets.git] / contrib / samples / foldbar / foldpanelbar / makefile.bcc
CommitLineData
289d1ddb
WS
1# =========================================================================
2# This makefile was generated by
cf9b63b3 3# Bakefile 0.2.0 (http://bakefile.sourceforge.net)
289d1ddb
WS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7.autodepend
8
9!ifndef BCCDIR
10!ifndef MAKEDIR
11!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12!endif
13BCCDIR = $(MAKEDIR)\..
14!endif
15
16!include ../../../../build/msw/config.bcc
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
4cbcfb73 24WX_RELEASE_NODOT = 27
289d1ddb
WS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
b14abf14 27LIBDIRNAME = .\..\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
289d1ddb
WS
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
8c9f8f91
JS
30FOLDTEST_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
31 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
32 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
2113bc77 33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
3abcf424
RD
34 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\..\include -I. \
35 $(__DLLFLAG_p) -I.\..\..\..\..\samples -DNOPCH -I.\..\..\..\include \
36 $(CPPFLAGS) $(CXXFLAGS)
289d1ddb
WS
37FOLDTEST_OBJECTS = \
38 $(OBJS)\foldtest_foldpanelbartest.obj \
39 $(OBJS)\foldtest_foldtestpanel.obj \
40 $(OBJS)\foldtest_layouttest.obj \
41 $(OBJS)\foldtest_test.obj
42
43### Conditionally set variables: ###
44
45!if "$(USE_GUI)" == "0"
46PORTNAME = base
47!endif
48!if "$(USE_GUI)" == "1"
49PORTNAME = msw
50!endif
51!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
52WXDEBUGFLAG = d
53!endif
54!if "$(DEBUG_FLAG)" == "1"
55WXDEBUGFLAG = d
56!endif
57!if "$(UNICODE)" == "1"
58WXUNICODEFLAG = u
59!endif
60!if "$(WXUNIV)" == "1"
61WXUNIVNAME = univ
62!endif
63!if "$(SHARED)" == "1"
64WXDLLFLAG = dll
65!endif
b14abf14
JS
66!if "$(SHARED)" == "0"
67LIBTYPE_SUFFIX = lib
68!endif
69!if "$(SHARED)" == "1"
70LIBTYPE_SUFFIX = dll
71!endif
dd65d8c8
RN
72!if "$(MONOLITHIC)" == "0"
73EXTRALIBS_FOR_BASE =
74!endif
75!if "$(MONOLITHIC)" == "1"
76EXTRALIBS_FOR_BASE =
77!endif
289d1ddb
WS
78!if "$(BUILD)" == "debug"
79__OPTIMIZEFLAG_2 = -Od
80!endif
81!if "$(BUILD)" == "release"
82__OPTIMIZEFLAG_2 = -O2
83!endif
8c9f8f91
JS
84!if "$(USE_THREADS)" == "0"
85__THREADSFLAG_5 =
86!endif
87!if "$(USE_THREADS)" == "1"
88__THREADSFLAG_5 = mt
89!endif
90!if "$(USE_THREADS)" == "0"
91__THREADSFLAG_6 =
92!endif
93!if "$(USE_THREADS)" == "1"
94__THREADSFLAG_6 = -tWM
95!endif
289d1ddb 96!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 97__RUNTIME_LIBS_7 = -tWR
289d1ddb
WS
98!endif
99!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 100__RUNTIME_LIBS_7 =
289d1ddb
WS
101!endif
102!if "$(RUNTIME_LIBS)" == "dynamic"
8c9f8f91 103__RUNTIME_LIBS_8 = i
289d1ddb
WS
104!endif
105!if "$(RUNTIME_LIBS)" == "static"
8c9f8f91 106__RUNTIME_LIBS_8 =
289d1ddb
WS
107!endif
108!if "$(WXUNIV)" == "1"
109__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
110!endif
111!if "$(WXUNIV)" == "1"
112__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
113!endif
114!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
115__DEBUG_DEFINE_p = -D__WXDEBUG__
116!endif
117!if "$(DEBUG_FLAG)" == "1"
118__DEBUG_DEFINE_p = -D__WXDEBUG__
119!endif
120!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
121__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
122!endif
123!if "$(DEBUG_FLAG)" == "1"
124__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
125!endif
8c9f8f91
JS
126!if "$(USE_EXCEPTIONS)" == "0"
127__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
128!endif
129!if "$(USE_EXCEPTIONS)" == "0"
130__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
131!endif
132!if "$(USE_RTTI)" == "0"
133__RTTI_DEFINE_p = -DwxNO_RTTI
134!endif
135!if "$(USE_RTTI)" == "0"
136__RTTI_DEFINE_p_1 = -dwxNO_RTTI
137!endif
138!if "$(USE_THREADS)" == "0"
139__THREAD_DEFINE_p = -DwxNO_THREADS
140!endif
141!if "$(USE_THREADS)" == "0"
142__THREAD_DEFINE_p_1 = -dwxNO_THREADS
143!endif
289d1ddb
WS
144!if "$(UNICODE)" == "1"
145__UNICODE_DEFINE_p = -D_UNICODE
146!endif
147!if "$(UNICODE)" == "1"
148__UNICODE_DEFINE_p_1 = -d_UNICODE
149!endif
2113bc77
MW
150!if "$(MSLU)" == "1"
151__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
152!endif
153!if "$(MSLU)" == "1"
154__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
155!endif
3abcf424
RD
156!if "$(USE_GDIPLUS)" == "1"
157__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
158!endif
159!if "$(USE_GDIPLUS)" == "1"
160__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
161!endif
289d1ddb
WS
162!if "$(SHARED)" == "1"
163__DLLFLAG_p = -DWXUSINGDLL
164!endif
165!if "$(SHARED)" == "1"
166__DLLFLAG_p_1 = -dWXUSINGDLL
167!endif
168!if "$(MONOLITHIC)" == "0"
169__WXLIB_CORE_p = \
c33fae85 170 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
289d1ddb
WS
171!endif
172!if "$(MONOLITHIC)" == "0"
c33fae85
RN
173__WXLIB_BASE_p = \
174 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
289d1ddb
WS
175!endif
176!if "$(MONOLITHIC)" == "1"
177__WXLIB_MONO_p = \
c33fae85 178 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
289d1ddb
WS
179!endif
180!if "$(USE_GUI)" == "1"
9c2d002b 181__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
289d1ddb
WS
182!endif
183!if "$(USE_GUI)" == "1"
9c2d002b 184__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
289d1ddb
WS
185!endif
186!if "$(USE_GUI)" == "1"
9c2d002b 187__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
289d1ddb
WS
188!endif
189!if "$(MSLU)" == "1"
190__UNICOWS_LIB_p = unicows.lib
191!endif
3abcf424
RD
192!if "$(USE_GDIPLUS)" == "1"
193__GDIPLUS_LIB_p = gdiplus.lib
194!endif
289d1ddb
WS
195!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
196__DEBUGINFO = -v
197!endif
198!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
199__DEBUGINFO = -v-
200!endif
201!if "$(DEBUG_INFO)" == "0"
202__DEBUGINFO = -v-
203!endif
204!if "$(DEBUG_INFO)" == "1"
205__DEBUGINFO = -v
206!endif
207
208
209all: $(OBJS)
210$(OBJS):
211 -if not exist $(OBJS) mkdir $(OBJS)
212
213### Targets: ###
214
c33fae85 215all: $(OBJS)\foldtest.exe
289d1ddb
WS
216
217clean:
218 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
219 -if exist $(OBJS)\*.res del $(OBJS)\*.res
b14abf14 220 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
289d1ddb
WS
221 -if exist $(OBJS)\foldtest.exe del $(OBJS)\foldtest.exe
222 -if exist $(OBJS)\foldtest.tds del $(OBJS)\foldtest.tds
223 -if exist $(OBJS)\foldtest.ilc del $(OBJS)\foldtest.ilc
224 -if exist $(OBJS)\foldtest.ild del $(OBJS)\foldtest.ild
225 -if exist $(OBJS)\foldtest.ilf del $(OBJS)\foldtest.ilf
226 -if exist $(OBJS)\foldtest.ils del $(OBJS)\foldtest.ils
227
228$(OBJS)\foldtest.exe: $(FOLDTEST_OBJECTS) $(OBJS)\foldtest_foldpanelbartest.res
229 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
3abcf424 230 c0w32.obj $(FOLDTEST_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_foldbar.lib $(__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) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\foldtest_foldpanelbartest.res
289d1ddb
WS
231|
232
289d1ddb
WS
233$(OBJS)\foldtest_foldpanelbartest.obj: .\foldpanelbartest.cpp
234 $(CXX) -q -c -P -o$@ $(FOLDTEST_CXXFLAGS) $**
235
236$(OBJS)\foldtest_foldtestpanel.obj: .\foldtestpanel.cpp
237 $(CXX) -q -c -P -o$@ $(FOLDTEST_CXXFLAGS) $**
238
239$(OBJS)\foldtest_layouttest.obj: .\layouttest.cpp
240 $(CXX) -q -c -P -o$@ $(FOLDTEST_CXXFLAGS) $**
241
242$(OBJS)\foldtest_test.obj: .\test.cpp
243 $(CXX) -q -c -P -o$@ $(FOLDTEST_CXXFLAGS) $**
244
245$(OBJS)\foldtest_foldpanelbartest.res: .\foldpanelbartest.rc
3abcf424 246 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) $(__GFXCTX_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\..\..\include -i. $(__DLLFLAG_p_1) -i.\..\..\..\..\samples -dNOPCH -i.\..\..\..\include $**
b14abf14 247