]> git.saurik.com Git - wxWidgets.git/blame - samples/dll/dll.bkl
fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / samples / dll / dll.bkl
CommitLineData
61aba460 1<?xml version="1.0" ?>
61aba460
VS
2
3<makefile>
4 <include file="../../build/bakefiles/common_samples.bkl"/>
5
6 <dll id="my_dll" template="wx" template_append="wx_append"
7 cond="PLATFORM_WIN32=='1'">
8
9 <define>$(DLLFLAG)</define>
9f38fe4b 10 <define>MY_DLL_BUILDING</define>
61aba460
VS
11 <include>$(SRCDIR)</include>
12
13 <sources>my_dll.cpp</sources>
14 <wx-lib>core</wx-lib>
15 <wx-lib>base</wx-lib>
16 </dll>
17
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'">
1ffe64ef 22 <sources>wx_exe.cpp</sources>
61aba460
VS
23 <wx-lib>core</wx-lib>
24 <wx-lib>base</wx-lib>
25 <library>my_dll</library>
26 </exe>
27
4b59c898
VZ
28 <exe id="sdk_exe" template="common_settings"
29 cond="PLATFORM_WIN32=='1'">
40ff2729
VZ
30 <app-type>gui</app-type>
31 <sources>sdk_exe.cpp</sources>
4b59c898 32 <library>my_dll</library>
40ff2729 33 <sys-lib>user32</sys-lib>
4b59c898 34 </exe>
61aba460 35</makefile>