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