]>
git.saurik.com Git - wxWidgets.git/blob - samples/dll/dll.bkl
4 <include file=
"../../build/bakefiles/common_samples.bkl"/>
6 <dll id=
"my_dll" template=
"wx" template_append=
"wx_append"
7 cond=
"PLATFORM_WIN32=='1'">
9 <define>$(DLLFLAG)
</define>
10 <define>MY_DLL_BUILDING
</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>wx_exe.cpp
</sources>
25 <library>my_dll
</library>
28 <exe id=
"sdk_exe" template=
"common_settings"
29 cond=
"PLATFORM_WIN32=='1'">
30 <app-type>gui
</app-type>
31 <sources>sdk_exe.cpp
</sources>
32 <library>my_dll
</library>
33 <sys-lib>user32
</sys-lib>