]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/ogl/studio/makefile.bcc
Wrong #pragma interface/implementation warning fixes.
[wxWidgets.git] / contrib / samples / ogl / studio / makefile.bcc
... / ...
CommitLineData
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
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 = 25
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27LIBDIRNAME = .\..\..\..\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG)
28SETUPHDIR = \
29 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
30STUDIO_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) \
33 $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include \
34 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\..\samples -DNOPCH \
35 -I.\..\..\..\include $(CPPFLAGS) $(CXXFLAGS)
36STUDIO_OBJECTS = \
37 $(OBJS)\studio_studio.obj \
38 $(OBJS)\studio_doc.obj \
39 $(OBJS)\studio_shapes.obj \
40 $(OBJS)\studio_symbols.obj \
41 $(OBJS)\studio_view.obj \
42 $(OBJS)\studio_cspalette.obj \
43 $(OBJS)\studio_mainfrm.obj \
44 $(OBJS)\studio_project.obj \
45 $(OBJS)\studio_dialogs.obj \
46 $(OBJS)\studio_csprint.obj
47
48### Conditionally set variables: ###
49
50!if "$(USE_GUI)" == "0"
51PORTNAME = base
52!endif
53!if "$(USE_GUI)" == "1"
54PORTNAME = msw
55!endif
56!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
57WXDEBUGFLAG = d
58!endif
59!if "$(DEBUG_FLAG)" == "1"
60WXDEBUGFLAG = d
61!endif
62!if "$(UNICODE)" == "1"
63WXUNICODEFLAG = u
64!endif
65!if "$(WXUNIV)" == "1"
66WXUNIVNAME = univ
67!endif
68!if "$(SHARED)" == "1"
69WXDLLFLAG = dll
70!endif
71!if "$(SHARED)" == "0"
72LIBTYPE_SUFFIX = lib
73!endif
74!if "$(SHARED)" == "1"
75LIBTYPE_SUFFIX = dll
76!endif
77!if "$(MONOLITHIC)" == "0"
78EXTRALIBS_FOR_BASE =
79!endif
80!if "$(MONOLITHIC)" == "1"
81EXTRALIBS_FOR_BASE =
82!endif
83!if "$(BUILD)" == "debug"
84__OPTIMIZEFLAG_2 = -Od
85!endif
86!if "$(BUILD)" == "release"
87__OPTIMIZEFLAG_2 = -O2
88!endif
89!if "$(USE_THREADS)" == "0"
90__THREADSFLAG_5 =
91!endif
92!if "$(USE_THREADS)" == "1"
93__THREADSFLAG_5 = mt
94!endif
95!if "$(USE_THREADS)" == "0"
96__THREADSFLAG_6 =
97!endif
98!if "$(USE_THREADS)" == "1"
99__THREADSFLAG_6 = -tWM
100!endif
101!if "$(RUNTIME_LIBS)" == "dynamic"
102__RUNTIME_LIBS_7 = -tWR
103!endif
104!if "$(RUNTIME_LIBS)" == "static"
105__RUNTIME_LIBS_7 =
106!endif
107!if "$(RUNTIME_LIBS)" == "dynamic"
108__RUNTIME_LIBS_8 = i
109!endif
110!if "$(RUNTIME_LIBS)" == "static"
111__RUNTIME_LIBS_8 =
112!endif
113!if "$(WXUNIV)" == "1"
114__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
115!endif
116!if "$(WXUNIV)" == "1"
117__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
118!endif
119!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
120__DEBUG_DEFINE_p = -D__WXDEBUG__
121!endif
122!if "$(DEBUG_FLAG)" == "1"
123__DEBUG_DEFINE_p = -D__WXDEBUG__
124!endif
125!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
126__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
127!endif
128!if "$(DEBUG_FLAG)" == "1"
129__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
130!endif
131!if "$(USE_EXCEPTIONS)" == "0"
132__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
133!endif
134!if "$(USE_EXCEPTIONS)" == "0"
135__EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
136!endif
137!if "$(USE_RTTI)" == "0"
138__RTTI_DEFINE_p = -DwxNO_RTTI
139!endif
140!if "$(USE_RTTI)" == "0"
141__RTTI_DEFINE_p_1 = -dwxNO_RTTI
142!endif
143!if "$(USE_THREADS)" == "0"
144__THREAD_DEFINE_p = -DwxNO_THREADS
145!endif
146!if "$(USE_THREADS)" == "0"
147__THREAD_DEFINE_p_1 = -dwxNO_THREADS
148!endif
149!if "$(UNICODE)" == "1"
150__UNICODE_DEFINE_p = -D_UNICODE
151!endif
152!if "$(UNICODE)" == "1"
153__UNICODE_DEFINE_p_1 = -d_UNICODE
154!endif
155!if "$(SHARED)" == "1"
156__DLLFLAG_p = -DWXUSINGDLL
157!endif
158!if "$(SHARED)" == "1"
159__DLLFLAG_p_1 = -dWXUSINGDLL
160!endif
161!if "$(MONOLITHIC)" == "0"
162__WXLIB_ADV_p = \
163 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv.lib
164!endif
165!if "$(MONOLITHIC)" == "0"
166__WXLIB_HTML_p = \
167 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html.lib
168!endif
169!if "$(MONOLITHIC)" == "0"
170__WXLIB_CORE_p = \
171 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
172!endif
173!if "$(MONOLITHIC)" == "0"
174__WXLIB_BASE_p = \
175 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
176!endif
177!if "$(MONOLITHIC)" == "1"
178__WXLIB_MONO_p = \
179 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
180!endif
181!if "$(USE_GUI)" == "1"
182__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
183!endif
184!if "$(USE_GUI)" == "1"
185__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
186!endif
187!if "$(USE_GUI)" == "1"
188__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
189!endif
190!if "$(MSLU)" == "1"
191__UNICOWS_LIB_p = unicows.lib
192!endif
193!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
194__DEBUGINFO = -v
195!endif
196!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
197__DEBUGINFO = -v-
198!endif
199!if "$(DEBUG_INFO)" == "0"
200__DEBUGINFO = -v-
201!endif
202!if "$(DEBUG_INFO)" == "1"
203__DEBUGINFO = -v
204!endif
205
206
207all: $(OBJS)
208$(OBJS):
209 -if not exist $(OBJS) mkdir $(OBJS)
210
211### Targets: ###
212
213all: $(OBJS)\studio.exe data
214
215clean:
216 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
217 -if exist $(OBJS)\*.res del $(OBJS)\*.res
218 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
219 -if exist $(OBJS)\studio.exe del $(OBJS)\studio.exe
220 -if exist $(OBJS)\studio.tds del $(OBJS)\studio.tds
221 -if exist $(OBJS)\studio.ilc del $(OBJS)\studio.ilc
222 -if exist $(OBJS)\studio.ild del $(OBJS)\studio.ild
223 -if exist $(OBJS)\studio.ilf del $(OBJS)\studio.ilf
224 -if exist $(OBJS)\studio.ils del $(OBJS)\studio.ils
225
226$(OBJS)\studio.exe: $(STUDIO_OBJECTS) $(OBJS)\studio_studio.res
227 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
228 c0w32.obj $(STUDIO_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_deprecated.lib $(__WXLIB_ADV_p) $(__WXLIB_HTML_p) $(__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) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\studio_studio.res
229|
230
231data:
232 if not exist $(OBJS) mkdir $(OBJS)
233 for %f in (studio_resources.wxr) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
234
235$(OBJS)\studio_studio.obj: .\studio.cpp
236 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
237
238$(OBJS)\studio_doc.obj: .\doc.cpp
239 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
240
241$(OBJS)\studio_shapes.obj: .\shapes.cpp
242 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
243
244$(OBJS)\studio_symbols.obj: .\symbols.cpp
245 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
246
247$(OBJS)\studio_view.obj: .\view.cpp
248 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
249
250$(OBJS)\studio_cspalette.obj: .\cspalette.cpp
251 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
252
253$(OBJS)\studio_mainfrm.obj: .\mainfrm.cpp
254 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
255
256$(OBJS)\studio_project.obj: .\project.cpp
257 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
258
259$(OBJS)\studio_dialogs.obj: .\dialogs.cpp
260 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
261
262$(OBJS)\studio_csprint.obj: .\csprint.cpp
263 $(CXX) -q -c -P -o$@ $(STUDIO_CXXFLAGS) $**
264
265$(OBJS)\studio_studio.res: .\studio.rc
266 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) -i.\..\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\..\samples -dNOPCH -i.\..\..\..\include $**
267