| 1 | <?xml version="1.0" ?> |
| 2 | <!-- $Id$ --> |
| 3 | |
| 4 | <makefile> |
| 5 | |
| 6 | <include file="../../../build/bakefiles/common_contrib.bkl"/> |
| 7 | |
| 8 | <set var="OGL_SRC"> |
| 9 | basic2.cpp |
| 10 | canvas.cpp |
| 11 | divided.cpp |
| 12 | mfutils.cpp |
| 13 | oglmisc.cpp |
| 14 | basic.cpp |
| 15 | composit.cpp |
| 16 | drawn.cpp |
| 17 | bmpshape.cpp |
| 18 | constrnt.cpp |
| 19 | lines.cpp |
| 20 | ogldiag.cpp |
| 21 | </set> |
| 22 | |
| 23 | <headers template="wx_contrib_headers"> |
| 24 | <files> |
| 25 | wx/ogl/basic.h |
| 26 | wx/ogl/basicp.h |
| 27 | wx/ogl/bmpshape.h |
| 28 | wx/ogl/canvas.h |
| 29 | wx/ogl/composit.h |
| 30 | wx/ogl/constrnt.h |
| 31 | wx/ogl/divided.h |
| 32 | wx/ogl/drawn.h |
| 33 | wx/ogl/drawnp.h |
| 34 | wx/ogl/lines.h |
| 35 | wx/ogl/linesp.h |
| 36 | wx/ogl/mfutils.h |
| 37 | wx/ogl/misc.h |
| 38 | wx/ogl/ogldiag.h |
| 39 | wx/ogl/ogl.h |
| 40 | </files> |
| 41 | </headers> |
| 42 | |
| 43 | <dll id="ogldll" template="wx_contrib_dll" cond="SHARED=='1'"> |
| 44 | <define>WXUSINGDLL</define> |
| 45 | <define>WXMAKINGDLL_OGL</define> |
| 46 | <sources>$(OGL_SRC)</sources> |
| 47 | <wx-lib>core</wx-lib> |
| 48 | <wx-lib>base</wx-lib> |
| 49 | </dll> |
| 50 | |
| 51 | <lib id="ogllib" template="wx_contrib_lib" cond="SHARED=='0'"> |
| 52 | <sources>$(OGL_SRC)</sources> |
| 53 | </lib> |
| 54 | |
| 55 | <set var="MSVC6PRJ_MERGED_TARGETS" append="1">ogl=ogllib+ogldll</set> |
| 56 | |
| 57 | </makefile> |