2003-07-17 08:01:49 +00:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<!-- ================================================================= -->
|
|
|
|
<!-- OpenGL canvas library -->
|
|
|
|
<!-- ================================================================= -->
|
|
|
|
|
|
|
|
<dll id="gldll" template="wx_dll"
|
|
|
|
cond="SHARED=='1' and USE_GUI=='1' and USE_OPENGL=='1'">
|
|
|
|
<define>WXUSINGDLL</define>
|
|
|
|
<define>WXMAKINGDLL_GL</define>
|
|
|
|
<sources>$(OPENGL_SRC)</sources>
|
2003-07-17 08:55:11 +00:00
|
|
|
|
|
|
|
<!-- link against base and core libs in multilib build: -->
|
2003-07-17 09:59:24 +00:00
|
|
|
<wx-lib>coredll</wx-lib>
|
|
|
|
<wx-lib>basedll</wx-lib>
|
2003-07-17 08:55:11 +00:00
|
|
|
<!-- link against the wxWin library in monolithic build: -->
|
|
|
|
<sys-lib>$(WXLIB_MONO)</sys-lib>
|
2003-07-17 08:01:49 +00:00
|
|
|
|
|
|
|
<if cond="FORMAT=='autoconf'">
|
|
|
|
<ldflags>$(OPENGL_LIBS)</ldflags>
|
|
|
|
</if>
|
|
|
|
</dll>
|
|
|
|
|
|
|
|
<lib id="gllib" template="wx_lib"
|
|
|
|
cond="SHARED=='0' and USE_GUI=='1' and USE_OPENGL=='1'">
|
|
|
|
<sources>$(OPENGL_SRC)</sources>
|
|
|
|
</lib>
|
|
|
|
|
|
|
|
</makefile>
|