]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/ogl/makefile.vc
Removed ambiguity between deprecated and new constructor.
[wxWidgets.git] / contrib / build / ogl / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.6 (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)4
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)$(__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) $(__UNICODE_DEFINE_p) \
27 /I..\..\src\ogl\..\..\..\include /I$(SETUPHDIR) /W4 \
28 /I..\..\src\ogl\..\..\include /DWXUSINGDLL /DWXMAKINGDLL_OGL \
29 $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) /Yu"wx/wxprec.h" \
30 /Fp"$(OBJS)\wxprec_ogldll.pch" $(CPPFLAGS) $(CXXFLAGS)
31 OGLDLL_OBJECTS = \
32 $(OBJS)\ogldll_dummy.obj \
33 $(OBJS)\ogldll_basic2.obj \
34 $(OBJS)\ogldll_canvas.obj \
35 $(OBJS)\ogldll_divided.obj \
36 $(OBJS)\ogldll_mfutils.obj \
37 $(OBJS)\ogldll_oglmisc.obj \
38 $(OBJS)\ogldll_basic.obj \
39 $(OBJS)\ogldll_composit.obj \
40 $(OBJS)\ogldll_drawn.obj \
41 $(OBJS)\ogldll_bmpshape.obj \
42 $(OBJS)\ogldll_constrnt.obj \
43 $(OBJS)\ogldll_lines.obj \
44 $(OBJS)\ogldll_ogldiag.obj
45 OGLLIB_CXXFLAGS = /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_16) /DWIN32 \
46 $(__DEBUGINFO_1) \
47 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.pdb \
48 $(____DEBUGRUNTIME_15_p) $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ \
49 $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) \
50 /I..\..\src\ogl\..\..\..\include /I$(SETUPHDIR) /W4 \
51 /I..\..\src\ogl\..\..\include $(__EXCEPTIONSFLAG) $(__EXCEPTIONSFLAG_0) \
52 /Yu"wx/wxprec.h" /Fp"$(OBJS)\wxprec_ogllib.pch" $(CPPFLAGS) $(CXXFLAGS)
53 OGLLIB_OBJECTS = \
54 $(OBJS)\ogllib_dummy.obj \
55 $(OBJS)\ogllib_basic2.obj \
56 $(OBJS)\ogllib_canvas.obj \
57 $(OBJS)\ogllib_divided.obj \
58 $(OBJS)\ogllib_mfutils.obj \
59 $(OBJS)\ogllib_oglmisc.obj \
60 $(OBJS)\ogllib_basic.obj \
61 $(OBJS)\ogllib_composit.obj \
62 $(OBJS)\ogllib_drawn.obj \
63 $(OBJS)\ogllib_bmpshape.obj \
64 $(OBJS)\ogllib_constrnt.obj \
65 $(OBJS)\ogllib_lines.obj \
66 $(OBJS)\ogllib_ogldiag.obj
67
68 ### Conditionally set variables: ###
69
70 !if "$(USE_GUI)" == "0"
71 PORTNAME = base
72 !endif
73 !if "$(USE_GUI)" == "1"
74 PORTNAME = msw
75 !endif
76 !if "$(OFFICIAL_BUILD)" == "0"
77 VENDORTAG = _$(VENDOR)
78 !endif
79 !if "$(OFFICIAL_BUILD)" == "1"
80 VENDORTAG =
81 !endif
82 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
83 WXDEBUGFLAG = d
84 !endif
85 !if "$(DEBUG_FLAG)" == "1"
86 WXDEBUGFLAG = d
87 !endif
88 !if "$(UNICODE)" == "1"
89 WXUNICODEFLAG = u
90 !endif
91 !if "$(WXUNIV)" == "1"
92 WXUNIVNAME = univ
93 !endif
94 !if "$(SHARED)" == "1"
95 WXDLLFLAG = dll
96 !endif
97 !if "$(SHARED)" == "0"
98 LIBTYPE_SUFFIX = lib
99 !endif
100 !if "$(SHARED)" == "1"
101 LIBTYPE_SUFFIX = dll
102 !endif
103 !if "$(MONOLITHIC)" == "0"
104 EXTRALIBS_FOR_BASE =
105 !endif
106 !if "$(MONOLITHIC)" == "1"
107 EXTRALIBS_FOR_BASE =
108 !endif
109 !if "$(SHARED)" == "1"
110 __ogldll___depname = \
111 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).dll
112 !endif
113 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
114 __DEBUGINFO_2 = /DEBUG
115 !endif
116 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
117 __DEBUGINFO_2 =
118 !endif
119 !if "$(DEBUG_INFO)" == "0"
120 __DEBUGINFO_2 =
121 !endif
122 !if "$(DEBUG_INFO)" == "1"
123 __DEBUGINFO_2 = /DEBUG
124 !endif
125 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
126 ____DEBUGRUNTIME_3_p =
127 !endif
128 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
129 ____DEBUGRUNTIME_3_p = /D_DEBUG
130 !endif
131 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
132 ____DEBUGRUNTIME_3_p = $(____DEBUGINFO)
133 !endif
134 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
135 __DEBUGRUNTIME_4 =
136 !endif
137 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
138 __DEBUGRUNTIME_4 = d
139 !endif
140 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
141 __DEBUGRUNTIME_4 = $(__DEBUGINFO)
142 !endif
143 !if "$(MONOLITHIC)" == "1"
144 __WXLIB_MONO_p = \
145 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
146 !endif
147 !if "$(USE_GUI)" == "1"
148 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
149 !endif
150 !if "$(USE_GUI)" == "1"
151 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
152 !endif
153 !if "$(USE_GUI)" == "1"
154 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
155 !endif
156 !if "$(MSLU)" == "1"
157 __UNICOWS_LIB_p = unicows.lib
158 !endif
159 !if "$(MONOLITHIC)" == "0"
160 __WXLIB_CORE_p = \
161 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
162 !endif
163 !if "$(MONOLITHIC)" == "0"
164 __WXLIB_BASE_p = \
165 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
166 !endif
167 !if "$(SHARED)" == "0"
168 __ogllib___depname = \
169 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
170 !endif
171 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
172 ____DEBUGRUNTIME_15_p =
173 !endif
174 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
175 ____DEBUGRUNTIME_15_p = /D_DEBUG
176 !endif
177 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
178 ____DEBUGRUNTIME_15_p = $(____DEBUGINFO)
179 !endif
180 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
181 __DEBUGRUNTIME_16 =
182 !endif
183 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
184 __DEBUGRUNTIME_16 = d
185 !endif
186 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
187 __DEBUGRUNTIME_16 = $(__DEBUGINFO)
188 !endif
189 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
190 __DEBUGINFO_1 = /Zi
191 !endif
192 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
193 __DEBUGINFO_1 =
194 !endif
195 !if "$(DEBUG_INFO)" == "0"
196 __DEBUGINFO_1 =
197 !endif
198 !if "$(DEBUG_INFO)" == "1"
199 __DEBUGINFO_1 = /Zi
200 !endif
201 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
202 ____DEBUGINFO = /D_DEBUG
203 !endif
204 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
205 ____DEBUGINFO =
206 !endif
207 !if "$(DEBUG_INFO)" == "0"
208 ____DEBUGINFO =
209 !endif
210 !if "$(DEBUG_INFO)" == "1"
211 ____DEBUGINFO = /D_DEBUG
212 !endif
213 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
214 __DEBUGINFO = d
215 !endif
216 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
217 __DEBUGINFO =
218 !endif
219 !if "$(DEBUG_INFO)" == "0"
220 __DEBUGINFO =
221 !endif
222 !if "$(DEBUG_INFO)" == "1"
223 __DEBUGINFO = d
224 !endif
225 !if "$(BUILD)" == "debug"
226 __OPTIMIZEFLAG = /Od
227 !endif
228 !if "$(BUILD)" == "release"
229 __OPTIMIZEFLAG = /O2
230 !endif
231 !if "$(RUNTIME_LIBS)" == "dynamic"
232 __RUNTIME_LIBS = D
233 !endif
234 !if "$(RUNTIME_LIBS)" == "static"
235 __RUNTIME_LIBS = T
236 !endif
237 !if "$(USE_EXCEPTIONS)" == "0"
238 __EXCEPTIONSFLAG =
239 !endif
240 !if "$(USE_EXCEPTIONS)" == "1"
241 __EXCEPTIONSFLAG = /GR
242 !endif
243 !if "$(USE_EXCEPTIONS)" == "0"
244 __EXCEPTIONSFLAG_0 =
245 !endif
246 !if "$(USE_EXCEPTIONS)" == "1"
247 __EXCEPTIONSFLAG_0 = /GX
248 !endif
249 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
250 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
251 !endif
252 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
253 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
254 !endif
255 !if "$(WXUNIV)" == "1"
256 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
257 !endif
258 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
259 __DEBUG_DEFINE_p = /D__WXDEBUG__
260 !endif
261 !if "$(DEBUG_FLAG)" == "1"
262 __DEBUG_DEFINE_p = /D__WXDEBUG__
263 !endif
264 !if "$(UNICODE)" == "1"
265 __UNICODE_DEFINE_p = /D_UNICODE
266 !endif
267
268
269 all: $(OBJS)
270 $(OBJS):
271 -if not exist $(OBJS) mkdir $(OBJS)
272
273 ### Targets: ###
274
275 all: $(__ogldll___depname) $(__ogllib___depname)
276
277 clean:
278 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
279 -if exist $(OBJS)\*.res del $(OBJS)\*.res
280 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
281 -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
282 -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
283 -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
284 -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
285 -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
286
287 !if "$(SHARED)" == "1"
288 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG).dll: $(OBJS)\ogldll_dummy.obj $(OGLDLL_OBJECTS)
289 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_2) /LIBPATH:$(LIBDIRNAME) @<<
290 $(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
291 <<
292 !endif
293
294 !if "$(SHARED)" == "0"
295 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib: $(OBJS)\ogllib_dummy.obj $(OGLLIB_OBJECTS)
296 if exist $@ del $@
297 lib /NOLOGO /OUT:$@ @<<
298 $(OGLLIB_OBJECTS)
299 <<
300 !endif
301
302 $(OBJS)\ogldll_dummy.obj: ../../src/ogl\..\..\..\src\msw\dummy.cpp
303 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) /Ycwx/wxprec.h $**
304
305 $(OBJS)\ogldll_basic2.obj: ../../src/ogl\basic2.cpp
306 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
307
308 $(OBJS)\ogldll_canvas.obj: ../../src/ogl\canvas.cpp
309 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
310
311 $(OBJS)\ogldll_divided.obj: ../../src/ogl\divided.cpp
312 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
313
314 $(OBJS)\ogldll_mfutils.obj: ../../src/ogl\mfutils.cpp
315 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
316
317 $(OBJS)\ogldll_oglmisc.obj: ../../src/ogl\oglmisc.cpp
318 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
319
320 $(OBJS)\ogldll_basic.obj: ../../src/ogl\basic.cpp
321 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
322
323 $(OBJS)\ogldll_composit.obj: ../../src/ogl\composit.cpp
324 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
325
326 $(OBJS)\ogldll_drawn.obj: ../../src/ogl\drawn.cpp
327 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
328
329 $(OBJS)\ogldll_bmpshape.obj: ../../src/ogl\bmpshape.cpp
330 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
331
332 $(OBJS)\ogldll_constrnt.obj: ../../src/ogl\constrnt.cpp
333 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
334
335 $(OBJS)\ogldll_lines.obj: ../../src/ogl\lines.cpp
336 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
337
338 $(OBJS)\ogldll_ogldiag.obj: ../../src/ogl\ogldiag.cpp
339 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
340
341 $(OBJS)\ogllib_dummy.obj: ../../src/ogl\..\..\..\src\msw\dummy.cpp
342 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) /Ycwx/wxprec.h $**
343
344 $(OBJS)\ogllib_basic2.obj: ../../src/ogl\basic2.cpp
345 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
346
347 $(OBJS)\ogllib_canvas.obj: ../../src/ogl\canvas.cpp
348 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
349
350 $(OBJS)\ogllib_divided.obj: ../../src/ogl\divided.cpp
351 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
352
353 $(OBJS)\ogllib_mfutils.obj: ../../src/ogl\mfutils.cpp
354 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
355
356 $(OBJS)\ogllib_oglmisc.obj: ../../src/ogl\oglmisc.cpp
357 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
358
359 $(OBJS)\ogllib_basic.obj: ../../src/ogl\basic.cpp
360 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
361
362 $(OBJS)\ogllib_composit.obj: ../../src/ogl\composit.cpp
363 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
364
365 $(OBJS)\ogllib_drawn.obj: ../../src/ogl\drawn.cpp
366 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
367
368 $(OBJS)\ogllib_bmpshape.obj: ../../src/ogl\bmpshape.cpp
369 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
370
371 $(OBJS)\ogllib_constrnt.obj: ../../src/ogl\constrnt.cpp
372 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
373
374 $(OBJS)\ogllib_lines.obj: ../../src/ogl\lines.cpp
375 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
376
377 $(OBJS)\ogllib_ogldiag.obj: ../../src/ogl\ogldiag.cpp
378 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
379