added wx-lib template for building static libs (no linking)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2005-01-28 22:25:08 +00:00
parent 6cab647638
commit c07e76fae4
2 changed files with 11 additions and 3 deletions

View File

@@ -73,9 +73,12 @@ Format-specific notes:
</error>
</if>
<template id="wx">
<template id="wx-lib">
<cxxflags>$(WX_CXXFLAGS)</cxxflags>
<cflags>$(WX_CFLAGS)</cflags>
</template>
<template id="wx" template="wx-lib">
<ldlibs>$(WX_LIBS)</ldlibs>
</template>