2003-08-03 13:11:53 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
|
|
|
|
|
|
|
<set var="NETUTILS_SRC">
|
|
|
|
email.cpp
|
|
|
|
smapi.cpp
|
|
|
|
web.cpp
|
|
|
|
</set>
|
|
|
|
|
|
|
|
<headers template="wx_contrib_headers">
|
|
|
|
<files>
|
|
|
|
wx/net/email.h
|
|
|
|
wx/net/msg.h
|
|
|
|
wx/net/smapi.h
|
|
|
|
wx/net/web.h
|
|
|
|
</files>
|
|
|
|
</headers>
|
|
|
|
|
|
|
|
<dll id="netutilsdll" template="wx_contrib_dll" cond="SHARED=='1'">
|
|
|
|
<define>WXUSINGDLL</define>
|
|
|
|
<define>WXMAKINGDLL_NETUTILS</define>
|
|
|
|
<sources>$(NETUTILS_SRC)</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
</dll>
|
|
|
|
|
|
|
|
<lib id="netutilslib" template="wx_contrib_lib" cond="SHARED=='0'">
|
|
|
|
<sources>$(NETUTILS_SRC)</sources>
|
|
|
|
</lib>
|
2003-08-14 16:57:07 -04:00
|
|
|
|
2003-08-25 17:01:05 -04:00
|
|
|
<set var="MSVC6PRJ_MERGED_TARGETS" append="1">netutils=netutilslib+netutilsdll</set>
|
2003-08-03 13:11:53 -04:00
|
|
|
|
|
|
|
</makefile>
|