]> git.saurik.com Git - wxWidgets.git/blob - build/bakefiles/common_contrib.bkl
fixed include paths to our copies of 3rd party libs
[wxWidgets.git] / build / bakefiles / common_contrib.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4 <include file="common.bkl"/>
5
6 <set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../include</set>
7
8 <!-- =============================================================== -->
9 <!-- Contrib lib helpers: -->
10 <!-- =============================================================== -->
11
12 <template id="wx_contrib_lib" template="wx_lib_b">
13 <include>$(CONTRIB_HDR_DIR)</include>
14 </template>
15
16 <template id="wx_contrib_dll"
17 template="wx_dll_b" template_append="wx_append">
18 <include>$(CONTRIB_HDR_DIR)</include>
19 <!-- Always link against the wxWin library in monolithic build: -->
20 <sys-lib>$(WXLIB_MONO)</sys-lib>
21 </template>
22
23 <template id="wx_contrib_headers">
24 <srcdir>$(CONTRIB_HDR_DIR)</srcdir>
25 </template>
26
27 </makefile>