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