added gizmos makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
38
contrib/build/gizmos/gizmos.bkl
Normal file
38
contrib/build/gizmos/gizmos.bkl
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
||||
|
||||
<set var="GIZMOS_SRC">
|
||||
dynamicsash.cpp
|
||||
editlbox.cpp
|
||||
ledctrl.cpp
|
||||
multicell.cpp
|
||||
splittree.cpp
|
||||
statpict.cpp
|
||||
</set>
|
||||
|
||||
<headers template="wx_contrib_headers">
|
||||
<files>
|
||||
wx/gizmos/dynamicsash.h
|
||||
wx/gizmos/editlbox.h
|
||||
wx/gizmos/ledctrl.h
|
||||
wx/gizmos/multicell.h
|
||||
wx/gizmos/splittree.h
|
||||
wx/gizmos/statpict.h
|
||||
</files>
|
||||
</headers>
|
||||
|
||||
<dll id="gizmosdll" template="wx_contrib_dll" cond="SHARED=='1'">
|
||||
<define>WXMAKINGDLL</define>
|
||||
<sources>$(GIZMOS_SRC)</sources>
|
||||
<wx-lib>core</wx-lib>
|
||||
</dll>
|
||||
|
||||
<lib id="gizmoslib" template="wx_contrib_lib" cond="SHARED=='0'">
|
||||
<sources>$(GIZMOS_SRC)</sources>
|
||||
</lib>
|
||||
|
||||
</makefile>
|
Reference in New Issue
Block a user