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