]>
git.saurik.com Git - wxWidgets.git/blob - samples/dll/dll.bkl
5 <include file=
"../../build/bakefiles/common_samples.bkl"/>
7 <dll id=
"my_dll" template=
"wx" template_append=
"wx_append"
8 cond=
"PLATFORM_WIN32=='1'">
10 <define>$(DLLFLAG)
</define>
11 <include>$(SRCDIR)
</include>
13 <sources>my_dll.cpp
</sources>
18 <!-- this test only makes sense with statically built wx, otherwise
19 the same copy of wx would be used -->
20 <exe id=
"wx_exe" template=
"wx_sample" template_append=
"wx_append"
21 cond=
"SHARED=='0' and PLATFORM_WIN32=='1'">
22 <sources>dll_user_wx.cpp
</sources>
25 <library>my_dll
</library>