added animate contrib bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a4174c8674
commit
54007a983a
29
contrib/build/animate/animate.bkl
Normal file
29
contrib/build/animate/animate.bkl
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
||||
|
||||
<set var="ANIMATE_SRC">
|
||||
animate.cpp
|
||||
</set>
|
||||
|
||||
<headers template="wx_contrib_headers">
|
||||
<files>
|
||||
wx/animate/animate.h
|
||||
</files>
|
||||
</headers>
|
||||
|
||||
<dll id="animatedll" template="wx_contrib_dll" cond="SHARED=='1'">
|
||||
<define>WXMAKINGDLL_ANIMATE</define>
|
||||
<sources>$(ANIMATE_SRC)</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
</dll>
|
||||
|
||||
<lib id="animatelib" template="wx_contrib_lib" cond="SHARED=='0'">
|
||||
<sources>$(ANIMATE_SRC)</sources>
|
||||
</lib>
|
||||
|
||||
</makefile>
|
Loading…
Reference in New Issue
Block a user