]> git.saurik.com Git - wxWidgets.git/blob - samples/opengl/penguin/makefile.bcc
Use wxHAS_IMAGES_IN_RESOURCES instead of explicit platform checks.
[wxWidgets.git] / samples / opengl / penguin / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (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
13 BCCDIR = $(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
24 WX_RELEASE_NODOT = 29
25 COMPILER_PREFIX = bcc
26 OBJS = \
27 $(COMPILER_PREFIX)_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
28 LIBDIRNAME = .\..\..\..\lib\$(COMPILER_PREFIX)_$(LIBTYPE_SUFFIX)$(CFG)
29 SETUPHDIR = \
30 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31 PENGUIN_CFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
32 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
33 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
34 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
35 $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include \
36 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\..\samples \
37 -DNOPCH $(CPPFLAGS) $(CFLAGS)
38 PENGUIN_CXXFLAGS = $(__RUNTIME_LIBS_7) -I$(BCCDIR)\include $(__DEBUGINFO) \
39 $(__OPTIMIZEFLAG_2) $(__THREADSFLAG_6) -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
40 $(__DEBUG_DEFINE_p) $(__NDEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
41 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
42 $(__MSLU_DEFINE_p) -I$(SETUPHDIR) -I.\..\..\..\include \
43 $(____CAIRO_INCLUDEDIR_FILENAMES_p) -I. $(__DLLFLAG_p) -I.\..\..\..\samples \
44 -DNOPCH $(CPPFLAGS) $(CXXFLAGS)
45 PENGUIN_OBJECTS = \
46 $(OBJS)\penguin_penguin.obj \
47 $(OBJS)\penguin_dxfrenderer.obj \
48 $(OBJS)\penguin_trackball.obj
49
50 ### Conditionally set variables: ###
51
52 !if "$(USE_GUI)" == "0"
53 PORTNAME = base
54 !endif
55 !if "$(USE_GUI)" == "1"
56 PORTNAME = msw
57 !endif
58 !if "$(BUILD)" == "debug"
59 WXDEBUGFLAG = d
60 !endif
61 !if "$(UNICODE)" == "1"
62 WXUNICODEFLAG = u
63 !endif
64 !if "$(WXUNIV)" == "1"
65 WXUNIVNAME = univ
66 !endif
67 !if "$(SHARED)" == "1"
68 WXDLLFLAG = dll
69 !endif
70 !if "$(SHARED)" == "0"
71 LIBTYPE_SUFFIX = lib
72 !endif
73 !if "$(SHARED)" == "1"
74 LIBTYPE_SUFFIX = dll
75 !endif
76 !if "$(MONOLITHIC)" == "0"
77 EXTRALIBS_FOR_BASE =
78 !endif
79 !if "$(MONOLITHIC)" == "1"
80 EXTRALIBS_FOR_BASE =
81 !endif
82 !if "$(USE_OPENGL)" == "1"
83 __penguin___depname = $(OBJS)\penguin.exe
84 !endif
85 !if "$(BUILD)" == "debug"
86 __OPTIMIZEFLAG_2 = -Od
87 !endif
88 !if "$(BUILD)" == "release"
89 __OPTIMIZEFLAG_2 = -O2
90 !endif
91 !if "$(USE_THREADS)" == "0"
92 __THREADSFLAG_5 =
93 !endif
94 !if "$(USE_THREADS)" == "1"
95 __THREADSFLAG_5 = mt
96 !endif
97 !if "$(USE_THREADS)" == "0"
98 __THREADSFLAG_6 =
99 !endif
100 !if "$(USE_THREADS)" == "1"
101 __THREADSFLAG_6 = -tWM
102 !endif
103 !if "$(RUNTIME_LIBS)" == "dynamic"
104 __RUNTIME_LIBS_7 = -tWR
105 !endif
106 !if "$(RUNTIME_LIBS)" == "static"
107 __RUNTIME_LIBS_7 =
108 !endif
109 !if "$(RUNTIME_LIBS)" == "dynamic"
110 __RUNTIME_LIBS_8 = i
111 !endif
112 !if "$(RUNTIME_LIBS)" == "static"
113 __RUNTIME_LIBS_8 =
114 !endif
115 !if "$(WXUNIV)" == "1"
116 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
117 !endif
118 !if "$(WXUNIV)" == "1"
119 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
120 !endif
121 !if "$(DEBUG_FLAG)" == "0"
122 __DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0
123 !endif
124 !if "$(DEBUG_FLAG)" == "0"
125 __DEBUG_DEFINE_p_1 = -dwxDEBUG_LEVEL=0
126 !endif
127 !if "$(BUILD)" == "release"
128 __NDEBUG_DEFINE_p = -DNDEBUG
129 !endif
130 !if "$(BUILD)" == "release"
131 __NDEBUG_DEFINE_p_1 = -dNDEBUG
132 !endif
133 !if "$(USE_EXCEPTIONS)" == "0"
134 __EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
135 !endif
136 !if "$(USE_EXCEPTIONS)" == "0"
137 __EXCEPTIONS_DEFINE_p_1 = -dwxNO_EXCEPTIONS
138 !endif
139 !if "$(USE_RTTI)" == "0"
140 __RTTI_DEFINE_p = -DwxNO_RTTI
141 !endif
142 !if "$(USE_RTTI)" == "0"
143 __RTTI_DEFINE_p_1 = -dwxNO_RTTI
144 !endif
145 !if "$(USE_THREADS)" == "0"
146 __THREAD_DEFINE_p = -DwxNO_THREADS
147 !endif
148 !if "$(USE_THREADS)" == "0"
149 __THREAD_DEFINE_p_1 = -dwxNO_THREADS
150 !endif
151 !if "$(UNICODE)" == "0"
152 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=0
153 !endif
154 !if "$(UNICODE)" == "1"
155 __UNICODE_DEFINE_p = -D_UNICODE
156 !endif
157 !if "$(UNICODE)" == "0"
158 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=0
159 !endif
160 !if "$(UNICODE)" == "1"
161 __UNICODE_DEFINE_p_1 = -d_UNICODE
162 !endif
163 !if "$(MSLU)" == "1"
164 __MSLU_DEFINE_p = -DwxUSE_UNICODE_MSLU=1
165 !endif
166 !if "$(MSLU)" == "1"
167 __MSLU_DEFINE_p_1 = -dwxUSE_UNICODE_MSLU=1
168 !endif
169 !if "$(USE_CAIRO)" == "1"
170 ____CAIRO_INCLUDEDIR_FILENAMES_p = -I$(CAIRO_ROOT)\include\cairo
171 !endif
172 !if "$(USE_CAIRO)" == "1"
173 ____CAIRO_INCLUDEDIR_FILENAMES_1_p = -i$(CAIRO_ROOT)\include\cairo
174 !endif
175 !if "$(SHARED)" == "1"
176 __DLLFLAG_p = -DWXUSINGDLL
177 !endif
178 !if "$(SHARED)" == "1"
179 __DLLFLAG_p_1 = -dWXUSINGDLL
180 !endif
181 !if "$(MONOLITHIC)" == "0"
182 __WXLIB_CORE_p = \
183 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
184 !endif
185 !if "$(MONOLITHIC)" == "0"
186 __WXLIB_BASE_p = \
187 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
188 !endif
189 !if "$(MONOLITHIC)" == "1"
190 __WXLIB_MONO_p = \
191 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
192 !endif
193 !if "$(USE_GUI)" == "1"
194 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
195 !endif
196 !if "$(USE_GUI)" == "1"
197 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
198 !endif
199 !if "$(USE_GUI)" == "1"
200 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
201 !endif
202 !if "$(MSLU)" == "1"
203 __UNICOWS_LIB_p = unicows.lib
204 !endif
205 !if "$(USE_CAIRO)" == "1"
206 __CAIRO_LIB_p = cairo.lib
207 !endif
208 !if "$(USE_CAIRO)" == "1"
209 ____CAIRO_LIBDIR_FILENAMES_p = -L$(CAIRO_ROOT)\lib
210 !endif
211 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
212 __DEBUGINFO = -v
213 !endif
214 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
215 __DEBUGINFO = -v-
216 !endif
217 !if "$(DEBUG_INFO)" == "0"
218 __DEBUGINFO = -v-
219 !endif
220 !if "$(DEBUG_INFO)" == "1"
221 __DEBUGINFO = -v
222 !endif
223
224
225 all: $(OBJS)
226 $(OBJS):
227 -if not exist $(OBJS) mkdir $(OBJS)
228
229 ### Targets: ###
230
231 all: $(__penguin___depname) data
232
233 clean:
234 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
235 -if exist $(OBJS)\*.res del $(OBJS)\*.res
236 -if exist $(OBJS)\*.csm del $(OBJS)\*.csm
237 -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
238 -if exist $(OBJS)\penguin.tds del $(OBJS)\penguin.tds
239 -if exist $(OBJS)\penguin.ilc del $(OBJS)\penguin.ilc
240 -if exist $(OBJS)\penguin.ild del $(OBJS)\penguin.ild
241 -if exist $(OBJS)\penguin.ilf del $(OBJS)\penguin.ilf
242 -if exist $(OBJS)\penguin.ils del $(OBJS)\penguin.ils
243
244 !if "$(USE_OPENGL)" == "1"
245 $(OBJS)\penguin.exe: $(PENGUIN_OBJECTS) $(OBJS)\penguin_sample.res
246 ilink32 -Tpe -q -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa $(____CAIRO_LIBDIR_FILENAMES_p) $(LDFLAGS) @&&|
247 c0w32.obj $(PENGUIN_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_gl.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) $(__CAIRO_LIB_p) ole2w32.lib oleacc.lib import32.lib cw32$(__THREADSFLAG_5)$(__RUNTIME_LIBS_8).lib,, $(OBJS)\penguin_sample.res
248 |
249 !endif
250
251 data:
252 if not exist $(OBJS) mkdir $(OBJS)
253 for %f in (penguin.dxf.gz) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
254
255 $(OBJS)\penguin_sample.res: .\..\..\..\samples\sample.rc
256 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__NDEBUG_DEFINE_p_1) $(__EXCEPTIONS_DEFINE_p_1) $(__RTTI_DEFINE_p_1) $(__THREAD_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) $(__MSLU_DEFINE_p_1) -i$(SETUPHDIR) -i.\..\..\..\include $(____CAIRO_INCLUDEDIR_FILENAMES_1_p) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples -dNOPCH .\..\..\..\samples\sample.rc
257
258 $(OBJS)\penguin_penguin.obj: .\penguin.cpp
259 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) .\penguin.cpp
260
261 $(OBJS)\penguin_dxfrenderer.obj: .\dxfrenderer.cpp
262 $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) .\dxfrenderer.cpp
263
264 $(OBJS)\penguin_trackball.obj: .\trackball.c
265 $(CC) -q -c -P- -o$@ $(PENGUIN_CFLAGS) .\trackball.c
266