]> git.saurik.com Git - wxWidgets.git/blame - samples/popup/makefile.bcc
Forward port of r60190 (wxMSW Cairo support) to trunk.
[wxWidgets.git] / samples / popup / makefile.bcc
CommitLineData
78808897
VZ
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.2.7 (http://www.bakefile.org)
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
24WX_RELEASE_NODOT = 29
25COMPILER_PREFIX = bcc
26OBJS = \
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28LIBDIRNAME = .\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31POPUP_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
34 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__MSLU_DEFINE_p) \
35 $(__GFXCTX_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\include -I. $(__DLLFLAG_p) \
36 -I.\..\..\samples -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
37POPUP_OBJECTS = \
38 $(OBJS)\popup_popup.obj
39
40### Conditionally set variables: ###
41
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
48!if "$(BUILD)" == "debug"
49WXDEBUGFLAG = d
50!endif
51!if "$(UNICODE)" == "1"
52WXUNICODEFLAG = u
53!endif
54!if "$(WXUNIV)" == "1"
55WXUNIVNAME = univ
56!endif
57!if "$(SHARED)" == "1"
58WXDLLFLAG = dll
59!endif
60!if "$(SHARED)" == "0"
61LIBTYPE_SUFFIX = lib
62!endif
63!if "$(SHARED)" == "1"
64LIBTYPE_SUFFIX = dll
65!endif
66!if "$(MONOLITHIC)" == "0"
67EXTRALIBS_FOR_BASE =
68!endif
69!if "$(MONOLITHIC)" == "1"
70EXTRALIBS_FOR_BASE =
71!endif
72!if "$(BUILD)" == "debug"
73__OPTIMIZEFLAG_2 = -Od
74!endif
75!if "$(BUILD)" == "release"
76__OPTIMIZEFLAG_2 = -O2
77!endif
78!if "$(USE_THREADS)" == "0"
79__THREADSFLAG_5 =
80!endif
81!if "$(USE_THREADS)" == "1"
82__THREADSFLAG_5 = mt
83!endif
84!if "$(USE_THREADS)" == "0"
85__THREADSFLAG_6 =
86!endif
87!if "$(USE_THREADS)" == "1"
88__THREADSFLAG_6 = -tWM
89!endif
90!if "$(RUNTIME_LIBS)" == "dynamic"
91__RUNTIME_LIBS_7 = -tWR
92!endif
93!if "$(RUNTIME_LIBS)" == "static"
94__RUNTIME_LIBS_7 =
95!endif
96!if "$(RUNTIME_LIBS)" == "dynamic"
97__RUNTIME_LIBS_8 = i
98!endif
99!if "$(RUNTIME_LIBS)" == "static"
100__RUNTIME_LIBS_8 =
101!endif
102!if "$(WXUNIV)" == "1"
103__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
104!endif
105!if "$(WXUNIV)" == "1"
106__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
107!endif
108!if "$(DEBUG_FLAG)" == "0"
109__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
110!endif
111!if "$(DEBUG_FLAG)" == "0"
112__DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
113!endif
114!if "$(USE_EXCEPTIONS)" == "0"
115__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
116!endif
117!if "$(USE_EXCEPTIONS)" == "0"
118__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
119!endif
120!if "$(USE_RTTI)" == "0"
121__RTTI_DEFINE_p = -DwxNO_RTTI
122!endif
123!if "$(USE_RTTI)" == "0"
124__RTTI_DEFINE_p_1 = -dwxNO_RTTI
125!endif
126!if "$(USE_THREADS)" == "0"
127__THREAD_DEFINE_p = -DwxNO_THREADS
128!endif
129!if "$(USE_THREADS)" == "0"
130__THREAD_DEFINE_p_1 = -dwxNO_THREADS
131!endif
132!if "$(UNICODE)" == "0"
133__UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
134!endif
135!if "$(UNICODE)" == "1"
136__UNICODE_DEFINE_p = -D_UNICODE
137!endif
138!if "$(UNICODE)" == "0"
139__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
140!endif
141!if "$(UNICODE)" == "1"
142__UNICODE_DEFINE_p_1 = -d_UNICODE
143!endif
144!if "$(MSLU)" == "1"
145__MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
146!endif
147!if "$(MSLU)" == "1"
148__MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
149!endif
150!if "$(USE_GDIPLUS)" == "1"
151__GFXCTX_DEFINE_p = -DwxUSE_GRAPHICS_CONTEXT=1
152!endif
153!if "$(USE_GDIPLUS)" == "1"
154__GFXCTX_DEFINE_p_1 = -dwxUSE_GRAPHICS_CONTEXT=1
155!endif
156!if "$(SHARED)" == "1"
157__DLLFLAG_p = -DWXUSINGDLL
158!endif
159!if "$(SHARED)" == "1"
160__DLLFLAG_p_1 = -dWXUSINGDLL
161!endif
162!if "$(MONOLITHIC)" == "0"
163__WXLIB_CORE_p = \
164 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
165!endif
166!if "$(MONOLITHIC)" == "0"
167__WXLIB_BASE_p = \
168 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
169!endif
170!if "$(MONOLITHIC)" == "1"
171__WXLIB_MONO_p = \
172 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
173!endif
174!if "$(USE_GUI)" == "1"
175__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
176!endif
177!if "$(USE_GUI)" == "1"
178__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
179!endif
180!if "$(USE_GUI)" == "1"
181__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
182!endif
183!if "$(MSLU)" == "1"
184__UNICOWS_LIB_p = unicows.lib
185!endif
186!if "$(USE_GDIPLUS)" == "1"
187__GDIPLUS_LIB_p = gdiplus.lib
188!endif
189!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
190__DEBUGINFO = -v
191!endif
192!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
193__DEBUGINFO = -v-
194!endif
195!if "$(DEBUG_INFO)" == "0"
196__DEBUGINFO = -v-
197!endif
198!if "$(DEBUG_INFO)" == "1"
199__DEBUGINFO = -v
200!endif
201
202
203all: $(OBJS)
204$(OBJS):
205 -if not exist $(OBJS) mkdir $(OBJS)
206
207### Targets: ###
208
209all: $(OBJS)\popup.exe
210
211clean:
212 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
213 -if exist $(OBJS)\*.res del $(OBJS)\*.res
214 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
215 -if exist $(OBJS)\popup.exe del $(OBJS)\popup.exe
216 -if exist $(OBJS)\popup.tds del $(OBJS)\popup.tds
217 -if exist $(OBJS)\popup.ilc del $(OBJS)\popup.ilc
218 -if exist $(OBJS)\popup.ild del $(OBJS)\popup.ild
219 -if exist $(OBJS)\popup.ilf del $(OBJS)\popup.ilf
220 -if exist $(OBJS)\popup.ils del $(OBJS)\popup.ils
221
222$(OBJS)\popup.exe: $(POPUP_OBJECTS) $(OBJS)\popup_sample.res
223 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(LDFLAGS) @&&|
224 c0w32.obj $(POPUP_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 $(EXTRALIBS_FOR_BASE) $(__UNICOWS_LIB_p) $(__GDIPLUS_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\popup_sample.res
225|
226
227$(OBJS)\popup_popup.obj: .\popup.cpp
228 $(CXX) -q -c -P -o$@ $(POPUP_CXXFLAGS) .\popup.cpp
229
230$(OBJS)\popup_sample.res: .\..\sample.rc
231 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 .\..\sample.rc
232