<dll id="ogldll" template="wx_contrib_dll" cond="SHARED=='1'">
<define>WXUSINGDLL</define>
<define>WXMAKINGDLL_OGL</define>
- <define>wxUSE_DEPRECATED=0</define> <!-- this is a hack, we should do the RightThing later -->
<sources>$(OGL_SRC)</sources>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<lib id="ogllib" template="wx_contrib_lib" cond="SHARED=='0'">
<sources>$(OGL_SRC)</sources>
</lib>
+
+ <set var="MSVC6PRJ_MERGED_TARGETS" append="1">ogl=ogllib+ogldll</set>
</makefile>