~ubuntu-branches/ubuntu/maverick/poedit/maverick

« back to all changes in this revision

Viewing changes to win32/presets/wx.bkl

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2007-11-26 21:58:00 UTC
  • mfrom: (0.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071126215800-x4p16ysb2la158fu
Tags: 1.3.8~pre1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" ?>
2
 
<!-- $Id: wx.bkl,v 1.15 2007/04/08 21:45:11 VZ Exp $ -->
 
2
<!-- $Id: wx.bkl 49352 2007-10-23 13:40:27Z VZ $ -->
3
3
 
4
4
<!--
5
5
    Presets for building wxWidgets applications.
89
89
        <wx-lib>aui</wx-lib>
90
90
        <wx-lib>stc</wx-lib>
91
91
        <wx-lib>qa</wx-lib>
92
 
        <wx-lib>dbgrid</wx-lib>
93
92
        <wx-lib>gl</wx-lib>
94
 
        <wx-lib>odbc</wx-lib>
95
93
        <wx-lib>xrc</wx-lib>
96
94
        <wx-lib>html</wx-lib>
97
95
        <wx-lib>media</wx-lib>
119
117
                         tag definitions.
120
118
    -->
121
119
    <set var="WX_LIB_LIST">
122
 
        base core net xml odbc xrc html adv media gl dbgrid qa aui richtext stc
 
120
        base core net xml xrc html adv media gl qa aui richtext stc
123
121
    </set>
124
122
 
125
123
    <!-- if you define this variable to 0 before including wx presets, the
247
245
    <!-- The directory where wxWidgets is installed: -->
248
246
    <if cond="not isdefined('WX_DIR')">
249
247
        <set var="WX_DIR_DEFAULT" overwrite="0">$(DOLLAR)($(ENV_VAR)WXWIN)</set>
250
 
        <option name="WX_DIR" category="path">
 
248
        <option name="WX_DIR" category="path" never_empty="1">
251
249
            <default-value>$(WX_DIR_DEFAULT)</default-value>
252
250
            <description>
253
251
                The directory where wxWidgets library is installed