]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/ogl/makefile.vc
cleanup: define events correctly, define type-safe event macros, reformatted
[wxWidgets.git] / contrib / build / ogl / makefile.vc
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 !include <../../../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 WX_RELEASE_NODOT = 25
16 WX_VERSION_NODOT = $(WX_RELEASE_NODOT)5
17 OBJS = \
18 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19 LIBDIRNAME = ..\..\src\ogl\..\..\..\lib\vc_$(LIBTYPE_SUFFIX)$(CFG)
20 SETUPHDIR = \
21 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
22 OGLDLL_CXXFLAGS = /M$(__RUNTIME_LIBS_9)$(__DEBUGRUNTIME_4) /DWIN32 \
23 $(__DEBUGINFO_1) \
24 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).pdb \
25 $(____DEBUGRUNTIME_3_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
26 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
27 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
28 /I..\..\src\ogl\..\..\..\include /I$(SETUPHDIR) /W4 \
29 /I..\..\src\ogl\..\..\include /DWXUSINGDLL /DWXMAKINGDLL_OGL $(__RTTIFLAG) \
30 $(__EXCEPTIONSFLAG) /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_ogldll.pch" \
31 $(CPPFLAGS) $(CXXFLAGS)
32 OGLDLL_OBJECTS = \
33 $(OBJS)\ogldll_dummy.obj \
34 $(OBJS)\ogldll_version.res \
35 $(OBJS)\ogldll_basic2.obj \
36 $(OBJS)\ogldll_canvas.obj \
37 $(OBJS)\ogldll_divided.obj \
38 $(OBJS)\ogldll_mfutils.obj \
39 $(OBJS)\ogldll_oglmisc.obj \
40 $(OBJS)\ogldll_basic.obj \
41 $(OBJS)\ogldll_composit.obj \
42 $(OBJS)\ogldll_drawn.obj \
43 $(OBJS)\ogldll_bmpshape.obj \
44 $(OBJS)\ogldll_constrnt.obj \
45 $(OBJS)\ogldll_lines.obj \
46 $(OBJS)\ogldll_ogldiag.obj
47 OGLLIB_CXXFLAGS = /M$(__RUNTIME_LIBS_22)$(__DEBUGRUNTIME_17) /DWIN32 \
48 $(__DEBUGINFO_1) \
49 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.pdb \
50 $(____DEBUGRUNTIME_16_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
51 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \
52 $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) \
53 /I..\..\src\ogl\..\..\..\include /I$(SETUPHDIR) /W4 \
54 /I..\..\src\ogl\..\..\include $(__RTTIFLAG) $(__EXCEPTIONSFLAG) \
55 /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_ogllib.pch" $(CPPFLAGS) $(CXXFLAGS)
56 OGLLIB_OBJECTS = \
57 $(OBJS)\ogllib_dummy.obj \
58 $(OBJS)\ogllib_basic2.obj \
59 $(OBJS)\ogllib_canvas.obj \
60 $(OBJS)\ogllib_divided.obj \
61 $(OBJS)\ogllib_mfutils.obj \
62 $(OBJS)\ogllib_oglmisc.obj \
63 $(OBJS)\ogllib_basic.obj \
64 $(OBJS)\ogllib_composit.obj \
65 $(OBJS)\ogllib_drawn.obj \
66 $(OBJS)\ogllib_bmpshape.obj \
67 $(OBJS)\ogllib_constrnt.obj \
68 $(OBJS)\ogllib_lines.obj \
69 $(OBJS)\ogllib_ogldiag.obj
70
71 ### Conditionally set variables: ###
72
73 !if "$(USE_GUI)" == "0"
74 PORTNAME = base
75 !endif
76 !if "$(USE_GUI)" == "1"
77 PORTNAME = msw
78 !endif
79 !if "$(OFFICIAL_BUILD)" == "0"
80 VENDORTAG = _$(VENDOR)
81 !endif
82 !if "$(OFFICIAL_BUILD)" == "1"
83 VENDORTAG =
84 !endif
85 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
86 WXDEBUGFLAG = d
87 !endif
88 !if "$(DEBUG_FLAG)" == "1"
89 WXDEBUGFLAG = d
90 !endif
91 !if "$(UNICODE)" == "1"
92 WXUNICODEFLAG = u
93 !endif
94 !if "$(WXUNIV)" == "1"
95 WXUNIVNAME = univ
96 !endif
97 !if "$(SHARED)" == "1"
98 WXDLLFLAG = dll
99 !endif
100 !if "$(SHARED)" == "0"
101 LIBTYPE_SUFFIX = lib
102 !endif
103 !if "$(SHARED)" == "1"
104 LIBTYPE_SUFFIX = dll
105 !endif
106 !if "$(MONOLITHIC)" == "0"
107 EXTRALIBS_FOR_BASE =
108 !endif
109 !if "$(MONOLITHIC)" == "1"
110 EXTRALIBS_FOR_BASE =
111 !endif
112 !if "$(SHARED)" == "1"
113 __ogldll___depname = \
114 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).dll
115 !endif
116 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
117 __DEBUGINFO_2 = /DEBUG
118 !endif
119 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
120 __DEBUGINFO_2 =
121 !endif
122 !if "$(DEBUG_INFO)" == "0"
123 __DEBUGINFO_2 =
124 !endif
125 !if "$(DEBUG_INFO)" == "1"
126 __DEBUGINFO_2 = /DEBUG
127 !endif
128 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
129 ____DEBUGRUNTIME_3_p =
130 !endif
131 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
132 ____DEBUGRUNTIME_3_p = /D_DEBUG
133 !endif
134 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
135 ____DEBUGRUNTIME_3_p = $(____DEBUGINFO)
136 !endif
137 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
138 ____DEBUGRUNTIME_3_p_1 =
139 !endif
140 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
141 ____DEBUGRUNTIME_3_p_1 = /d _DEBUG
142 !endif
143 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
144 ____DEBUGRUNTIME_3_p_1 = $(____DEBUGINFO_3_p_1)
145 !endif
146 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
147 ____DEBUGINFO_3_p_1 = /d _DEBUG
148 !endif
149 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
150 ____DEBUGINFO_3_p_1 =
151 !endif
152 !if "$(DEBUG_INFO)" == "0"
153 ____DEBUGINFO_3_p_1 =
154 !endif
155 !if "$(DEBUG_INFO)" == "1"
156 ____DEBUGINFO_3_p_1 = /d _DEBUG
157 !endif
158 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
159 __DEBUGRUNTIME_4 =
160 !endif
161 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
162 __DEBUGRUNTIME_4 = d
163 !endif
164 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
165 __DEBUGRUNTIME_4 = $(__DEBUGINFO)
166 !endif
167 !if "$(RUNTIME_LIBS)" == "dynamic"
168 __RUNTIME_LIBS_9 = D
169 !endif
170 !if "$(RUNTIME_LIBS)" == "static"
171 __RUNTIME_LIBS_9 = $(__THREADSFLAG)
172 !endif
173 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
174 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
175 !endif
176 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
177 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
178 !endif
179 !if "$(WXUNIV)" == "1"
180 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
181 !endif
182 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
183 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
184 !endif
185 !if "$(DEBUG_FLAG)" == "1"
186 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
187 !endif
188 !if "$(USE_EXCEPTIONS)" == "0"
189 __EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
190 !endif
191 !if "$(USE_RTTI)" == "0"
192 __RTTI_DEFINE_p_1 = /d wxNO_RTTI
193 !endif
194 !if "$(USE_THREADS)" == "0"
195 __THREAD_DEFINE_p_1 = /d wxNO_THREADS
196 !endif
197 !if "$(UNICODE)" == "1"
198 __UNICODE_DEFINE_p_1 = /d _UNICODE
199 !endif
200 !if "$(MONOLITHIC)" == "1"
201 __WXLIB_MONO_p = \
202 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
203 !endif
204 !if "$(USE_GUI)" == "1"
205 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
206 !endif
207 !if "$(USE_GUI)" == "1"
208 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
209 !endif
210 !if "$(USE_GUI)" == "1"
211 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
212 !endif
213 !if "$(MSLU)" == "1"
214 __UNICOWS_LIB_p = unicows.lib
215 !endif
216 !if "$(MONOLITHIC)" == "0"
217 __WXLIB_CORE_p = \
218 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
219 !endif
220 !if "$(MONOLITHIC)" == "0"
221 __WXLIB_BASE_p = \
222 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
223 !endif
224 !if "$(SHARED)" == "0"
225 __ogllib___depname = \
226 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
227 !endif
228 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
229 ____DEBUGRUNTIME_16_p =
230 !endif
231 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
232 ____DEBUGRUNTIME_16_p = /D_DEBUG
233 !endif
234 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
235 ____DEBUGRUNTIME_16_p = $(____DEBUGINFO)
236 !endif
237 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
238 __DEBUGRUNTIME_17 =
239 !endif
240 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
241 __DEBUGRUNTIME_17 = d
242 !endif
243 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
244 __DEBUGRUNTIME_17 = $(__DEBUGINFO)
245 !endif
246 !if "$(RUNTIME_LIBS)" == "dynamic"
247 __RUNTIME_LIBS_22 = D
248 !endif
249 !if "$(RUNTIME_LIBS)" == "static"
250 __RUNTIME_LIBS_22 = $(__THREADSFLAG)
251 !endif
252 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
253 __DEBUGINFO_1 = /Zi
254 !endif
255 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
256 __DEBUGINFO_1 =
257 !endif
258 !if "$(DEBUG_INFO)" == "0"
259 __DEBUGINFO_1 =
260 !endif
261 !if "$(DEBUG_INFO)" == "1"
262 __DEBUGINFO_1 = /Zi
263 !endif
264 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
265 ____DEBUGINFO = /D_DEBUG
266 !endif
267 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
268 ____DEBUGINFO =
269 !endif
270 !if "$(DEBUG_INFO)" == "0"
271 ____DEBUGINFO =
272 !endif
273 !if "$(DEBUG_INFO)" == "1"
274 ____DEBUGINFO = /D_DEBUG
275 !endif
276 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
277 __DEBUGINFO = d
278 !endif
279 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
280 __DEBUGINFO =
281 !endif
282 !if "$(DEBUG_INFO)" == "0"
283 __DEBUGINFO =
284 !endif
285 !if "$(DEBUG_INFO)" == "1"
286 __DEBUGINFO = d
287 !endif
288 !if "$(BUILD)" == "debug"
289 __OPTIMIZEFLAG = /Od
290 !endif
291 !if "$(BUILD)" == "release"
292 __OPTIMIZEFLAG = /O2
293 !endif
294 !if "$(USE_THREADS)" == "0"
295 __THREADSFLAG = L
296 !endif
297 !if "$(USE_THREADS)" == "1"
298 __THREADSFLAG = T
299 !endif
300 !if "$(USE_RTTI)" == "0"
301 __RTTIFLAG =
302 !endif
303 !if "$(USE_RTTI)" == "1"
304 __RTTIFLAG = /GR
305 !endif
306 !if "$(USE_EXCEPTIONS)" == "0"
307 __EXCEPTIONSFLAG =
308 !endif
309 !if "$(USE_EXCEPTIONS)" == "1"
310 __EXCEPTIONSFLAG = /EHsc
311 !endif
312 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
313 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
314 !endif
315 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
316 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
317 !endif
318 !if "$(WXUNIV)" == "1"
319 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
320 !endif
321 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
322 __DEBUG_DEFINE_p = /D__WXDEBUG__
323 !endif
324 !if "$(DEBUG_FLAG)" == "1"
325 __DEBUG_DEFINE_p = /D__WXDEBUG__
326 !endif
327 !if "$(USE_EXCEPTIONS)" == "0"
328 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
329 !endif
330 !if "$(USE_RTTI)" == "0"
331 __RTTI_DEFINE_p = /DwxNO_RTTI
332 !endif
333 !if "$(USE_THREADS)" == "0"
334 __THREAD_DEFINE_p = /DwxNO_THREADS
335 !endif
336 !if "$(UNICODE)" == "1"
337 __UNICODE_DEFINE_p = /D_UNICODE
338 !endif
339
340
341 all: $(OBJS)
342 $(OBJS):
343 -if not exist $(OBJS) mkdir $(OBJS)
344
345 ### Targets: ###
346
347 all: $(__ogldll___depname) $(__ogllib___depname)
348
349 clean:
350 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
351 -if exist $(OBJS)\*.res del $(OBJS)\*.res
352 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
353 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).dll del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).dll
354 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).ilk del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).ilk
355 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).pdb del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).pdb
356 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
357 -if exist $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib del $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
358
359 !if "$(SHARED)" == "1"
360 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).dll: $(OBJS)\ogldll_dummy.obj $(OGLDLL_OBJECTS) $(OBJS)\ogldll_version.res
361 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_2) /LIBPATH:$(LIBDIRNAME) @<<
362 $(OGLDLL_OBJECTS) $(__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) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib oleacc.lib odbc32.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) /IMPLIB:$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
363 <<
364 !endif
365
366 !if "$(SHARED)" == "0"
367 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib: $(OBJS)\ogllib_dummy.obj $(OGLLIB_OBJECTS)
368 if exist $@ del $@
369 lib /NOLOGO /OUT:$@ @<<
370 $(OGLLIB_OBJECTS)
371 <<
372 !endif
373
374 $(OBJS)\ogldll_dummy.obj: ../../src/ogl\..\..\..\src\msw\dummy.cpp
375 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) /Ycwx/wxprec.h $**
376
377 $(OBJS)\ogldll_version.res: ../../src/ogl\src\msw\version.rc
378 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_3_p_1) $(__NO_VC_CRTDBG_p_1) /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 ..\..\src\ogl\..\..\..\include /i $(SETUPHDIR) /d WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG) $**
379
380 $(OBJS)\ogldll_basic2.obj: ../../src/ogl\basic2.cpp
381 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
382
383 $(OBJS)\ogldll_canvas.obj: ../../src/ogl\canvas.cpp
384 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
385
386 $(OBJS)\ogldll_divided.obj: ../../src/ogl\divided.cpp
387 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
388
389 $(OBJS)\ogldll_mfutils.obj: ../../src/ogl\mfutils.cpp
390 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
391
392 $(OBJS)\ogldll_oglmisc.obj: ../../src/ogl\oglmisc.cpp
393 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
394
395 $(OBJS)\ogldll_basic.obj: ../../src/ogl\basic.cpp
396 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
397
398 $(OBJS)\ogldll_composit.obj: ../../src/ogl\composit.cpp
399 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
400
401 $(OBJS)\ogldll_drawn.obj: ../../src/ogl\drawn.cpp
402 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
403
404 $(OBJS)\ogldll_bmpshape.obj: ../../src/ogl\bmpshape.cpp
405 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
406
407 $(OBJS)\ogldll_constrnt.obj: ../../src/ogl\constrnt.cpp
408 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
409
410 $(OBJS)\ogldll_lines.obj: ../../src/ogl\lines.cpp
411 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
412
413 $(OBJS)\ogldll_ogldiag.obj: ../../src/ogl\ogldiag.cpp
414 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
415
416 $(OBJS)\ogllib_dummy.obj: ../../src/ogl\..\..\..\src\msw\dummy.cpp
417 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) /Ycwx/wxprec.h $**
418
419 $(OBJS)\ogllib_basic2.obj: ../../src/ogl\basic2.cpp
420 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
421
422 $(OBJS)\ogllib_canvas.obj: ../../src/ogl\canvas.cpp
423 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
424
425 $(OBJS)\ogllib_divided.obj: ../../src/ogl\divided.cpp
426 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
427
428 $(OBJS)\ogllib_mfutils.obj: ../../src/ogl\mfutils.cpp
429 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
430
431 $(OBJS)\ogllib_oglmisc.obj: ../../src/ogl\oglmisc.cpp
432 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
433
434 $(OBJS)\ogllib_basic.obj: ../../src/ogl\basic.cpp
435 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
436
437 $(OBJS)\ogllib_composit.obj: ../../src/ogl\composit.cpp
438 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
439
440 $(OBJS)\ogllib_drawn.obj: ../../src/ogl\drawn.cpp
441 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
442
443 $(OBJS)\ogllib_bmpshape.obj: ../../src/ogl\bmpshape.cpp
444 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
445
446 $(OBJS)\ogllib_constrnt.obj: ../../src/ogl\constrnt.cpp
447 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
448
449 $(OBJS)\ogllib_lines.obj: ../../src/ogl\lines.cpp
450 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
451
452 $(OBJS)\ogllib_ogldiag.obj: ../../src/ogl\ogldiag.cpp
453 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
454