]> git.saurik.com Git - wxWidgets.git/blob - contrib/build/ogl/makefile.vc
0bebbd0635ae8a911366dc0e199ef88ee32dd828
[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)
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) /DWIN32 \
23 $(__DEBUGINFO_1) \
24 /Fd$(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_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) /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) /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) /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 "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
129 ____DEBUGRUNTIME_3_p_1 = /d _DEBUG
130 !endif
131 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
132 ____DEBUGRUNTIME_3_p_1 =
133 !endif
134 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
135 ____DEBUGRUNTIME_3_p_1 =
136 !endif
137 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
138 ____DEBUGRUNTIME_3_p_1 = /d _DEBUG
139 !endif
140 !if "$(RUNTIME_LIBS)" == "dynamic"
141 __RUNTIME_LIBS_9 = D
142 !endif
143 !if "$(RUNTIME_LIBS)" == "static"
144 __RUNTIME_LIBS_9 = $(__THREADSFLAG)
145 !endif
146 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
147 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
148 !endif
149 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
150 __NO_VC_CRTDBG_p_1 = /d __NO_VC_CRTDBG__
151 !endif
152 !if "$(WXUNIV)" == "1"
153 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
154 !endif
155 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
156 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
157 !endif
158 !if "$(DEBUG_FLAG)" == "1"
159 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
160 !endif
161 !if "$(USE_EXCEPTIONS)" == "0"
162 __EXCEPTIONS_DEFINE_p_1 = /d wxNO_EXCEPTIONS
163 !endif
164 !if "$(USE_RTTI)" == "0"
165 __RTTI_DEFINE_p_1 = /d wxNO_RTTI
166 !endif
167 !if "$(USE_THREADS)" == "0"
168 __THREAD_DEFINE_p_1 = /d wxNO_THREADS
169 !endif
170 !if "$(UNICODE)" == "1"
171 __UNICODE_DEFINE_p_1 = /d _UNICODE
172 !endif
173 !if "$(MSLU)" == "1"
174 __MSLU_DEFINE_p_1 = /d wxUSE_UNICODE_MSLU=1
175 !endif
176 !if "$(MONOLITHIC)" == "1"
177 __WXLIB_MONO_p = \
178 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
179 !endif
180 !if "$(USE_GUI)" == "1"
181 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
182 !endif
183 !if "$(USE_GUI)" == "1"
184 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
185 !endif
186 !if "$(USE_GUI)" == "1"
187 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
188 !endif
189 !if "$(MSLU)" == "1"
190 __UNICOWS_LIB_p = unicows.lib
191 !endif
192 !if "$(MONOLITHIC)" == "0"
193 __WXLIB_CORE_p = \
194 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib
195 !endif
196 !if "$(MONOLITHIC)" == "0"
197 __WXLIB_BASE_p = \
198 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
199 !endif
200 !if "$(SHARED)" == "0"
201 __ogllib___depname = \
202 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib
203 !endif
204 !if "$(RUNTIME_LIBS)" == "dynamic"
205 __RUNTIME_LIBS_22 = D
206 !endif
207 !if "$(RUNTIME_LIBS)" == "static"
208 __RUNTIME_LIBS_22 = $(__THREADSFLAG)
209 !endif
210 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
211 __DEBUGINFO_1 = /Zi
212 !endif
213 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
214 __DEBUGINFO_1 =
215 !endif
216 !if "$(DEBUG_INFO)" == "0"
217 __DEBUGINFO_1 =
218 !endif
219 !if "$(DEBUG_INFO)" == "1"
220 __DEBUGINFO_1 = /Zi
221 !endif
222 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
223 ____DEBUGRUNTIME = /D_DEBUG
224 !endif
225 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
226 ____DEBUGRUNTIME =
227 !endif
228 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
229 ____DEBUGRUNTIME =
230 !endif
231 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
232 ____DEBUGRUNTIME = /D_DEBUG
233 !endif
234 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "default"
235 __DEBUGRUNTIME = d
236 !endif
237 !if "$(BUILD)" == "release" && "$(DEBUG_RUNTIME_LIBS)" == "default"
238 __DEBUGRUNTIME =
239 !endif
240 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
241 __DEBUGRUNTIME =
242 !endif
243 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
244 __DEBUGRUNTIME = d
245 !endif
246 !if "$(BUILD)" == "debug"
247 __OPTIMIZEFLAG = /Od
248 !endif
249 !if "$(BUILD)" == "release"
250 __OPTIMIZEFLAG = /O2
251 !endif
252 !if "$(USE_THREADS)" == "0"
253 __THREADSFLAG = L
254 !endif
255 !if "$(USE_THREADS)" == "1"
256 __THREADSFLAG = T
257 !endif
258 !if "$(USE_RTTI)" == "0"
259 __RTTIFLAG =
260 !endif
261 !if "$(USE_RTTI)" == "1"
262 __RTTIFLAG = /GR
263 !endif
264 !if "$(USE_EXCEPTIONS)" == "0"
265 __EXCEPTIONSFLAG =
266 !endif
267 !if "$(USE_EXCEPTIONS)" == "1"
268 __EXCEPTIONSFLAG = /EHsc
269 !endif
270 !if "$(BUILD)" == "debug" && "$(DEBUG_RUNTIME_LIBS)" == "0"
271 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
272 !endif
273 !if "$(BUILD)" == "release" && "$(DEBUG_FLAG)" == "1"
274 __NO_VC_CRTDBG_p = /D__NO_VC_CRTDBG__
275 !endif
276 !if "$(WXUNIV)" == "1"
277 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
278 !endif
279 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
280 __DEBUG_DEFINE_p = /D__WXDEBUG__
281 !endif
282 !if "$(DEBUG_FLAG)" == "1"
283 __DEBUG_DEFINE_p = /D__WXDEBUG__
284 !endif
285 !if "$(USE_EXCEPTIONS)" == "0"
286 __EXCEPTIONS_DEFINE_p = /DwxNO_EXCEPTIONS
287 !endif
288 !if "$(USE_RTTI)" == "0"
289 __RTTI_DEFINE_p = /DwxNO_RTTI
290 !endif
291 !if "$(USE_THREADS)" == "0"
292 __THREAD_DEFINE_p = /DwxNO_THREADS
293 !endif
294 !if "$(UNICODE)" == "1"
295 __UNICODE_DEFINE_p = /D_UNICODE
296 !endif
297 !if "$(MSLU)" == "1"
298 __MSLU_DEFINE_p = /DwxUSE_UNICODE_MSLU=1
299 !endif
300
301
302 all: $(OBJS)
303 $(OBJS):
304 -if not exist $(OBJS) mkdir $(OBJS)
305
306 ### Targets: ###
307
308 all: $(__ogldll___depname) $(__ogllib___depname)
309
310 clean:
311 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
312 -if exist $(OBJS)\*.res del $(OBJS)\*.res
313 -if exist $(OBJS)\*.pch del $(OBJS)\*.pch
314 -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
315 -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
316 -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
317 -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
318 -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
319
320 !if "$(SHARED)" == "1"
321 $(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
322 link /DLL /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_2) /LIBPATH:$(LIBDIRNAME) @<<
323 $(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
324 <<
325 !endif
326
327 !if "$(SHARED)" == "0"
328 $(LIBDIRNAME)\wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl.lib: $(OBJS)\ogllib_dummy.obj $(OGLLIB_OBJECTS)
329 if exist $@ del $@
330 link /LIB /NOLOGO /OUT:$@ @<<
331 $(OGLLIB_OBJECTS)
332 <<
333 !endif
334
335 $(OBJS)\ogldll_dummy.obj: ../../src/ogl\..\..\..\src\msw\dummy.cpp
336 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) /Ycwx/wxprec.h $**
337
338 $(OBJS)\ogldll_version.res: ../../src/ogl\..\..\..\src\msw\version.rc
339 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) /i ..\..\src\ogl\..\..\..\include /i $(SETUPHDIR) /d WXDLLNAME=wx$(PORTNAME)$(WXUNIVNAME)$(WX_VERSION_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_ogl_vc$(VENDORTAG) $**
340
341 $(OBJS)\ogldll_basic2.obj: ../../src/ogl\basic2.cpp
342 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
343
344 $(OBJS)\ogldll_canvas.obj: ../../src/ogl\canvas.cpp
345 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
346
347 $(OBJS)\ogldll_divided.obj: ../../src/ogl\divided.cpp
348 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
349
350 $(OBJS)\ogldll_mfutils.obj: ../../src/ogl\mfutils.cpp
351 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
352
353 $(OBJS)\ogldll_oglmisc.obj: ../../src/ogl\oglmisc.cpp
354 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
355
356 $(OBJS)\ogldll_basic.obj: ../../src/ogl\basic.cpp
357 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
358
359 $(OBJS)\ogldll_composit.obj: ../../src/ogl\composit.cpp
360 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
361
362 $(OBJS)\ogldll_drawn.obj: ../../src/ogl\drawn.cpp
363 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
364
365 $(OBJS)\ogldll_bmpshape.obj: ../../src/ogl\bmpshape.cpp
366 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
367
368 $(OBJS)\ogldll_constrnt.obj: ../../src/ogl\constrnt.cpp
369 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
370
371 $(OBJS)\ogldll_lines.obj: ../../src/ogl\lines.cpp
372 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
373
374 $(OBJS)\ogldll_ogldiag.obj: ../../src/ogl\ogldiag.cpp
375 $(CXX) /c /nologo /TP /Fo$@ $(OGLDLL_CXXFLAGS) $**
376
377 $(OBJS)\ogllib_dummy.obj: ../../src/ogl\..\..\..\src\msw\dummy.cpp
378 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) /Ycwx/wxprec.h $**
379
380 $(OBJS)\ogllib_basic2.obj: ../../src/ogl\basic2.cpp
381 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
382
383 $(OBJS)\ogllib_canvas.obj: ../../src/ogl\canvas.cpp
384 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
385
386 $(OBJS)\ogllib_divided.obj: ../../src/ogl\divided.cpp
387 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
388
389 $(OBJS)\ogllib_mfutils.obj: ../../src/ogl\mfutils.cpp
390 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
391
392 $(OBJS)\ogllib_oglmisc.obj: ../../src/ogl\oglmisc.cpp
393 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
394
395 $(OBJS)\ogllib_basic.obj: ../../src/ogl\basic.cpp
396 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
397
398 $(OBJS)\ogllib_composit.obj: ../../src/ogl\composit.cpp
399 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
400
401 $(OBJS)\ogllib_drawn.obj: ../../src/ogl\drawn.cpp
402 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
403
404 $(OBJS)\ogllib_bmpshape.obj: ../../src/ogl\bmpshape.cpp
405 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
406
407 $(OBJS)\ogllib_constrnt.obj: ../../src/ogl\constrnt.cpp
408 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
409
410 $(OBJS)\ogllib_lines.obj: ../../src/ogl\lines.cpp
411 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
412
413 $(OBJS)\ogllib_ogldiag.obj: ../../src/ogl\ogldiag.cpp
414 $(CXX) /c /nologo /TP /Fo$@ $(OGLLIB_CXXFLAGS) $**
415