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