Fix for accessing environment variable with Watcom format.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-03-22 12:59:41 +00:00
parent 7b4a652a8b
commit 438eb6502b

View File

@@ -42,9 +42,17 @@ FIXME: this template has (at least) the following bugs:
<!-- is not constant, i.e. if it cannot be determined -->
<!-- by bakefile itself. -->
<!-- this is a temporary variable until there is non general -->
<!-- function in bakefiles for returning native markup for -->
<!-- reading envrionment variables -->
<set var="ENV_VAR">
<if cond="FORMAT=='watcom'">%</if>
<if cond="FORMAT!='watcom'"></if>
</set>
<!-- The directory where wxWidgets is installed: -->
<option name="WX_DIR" category="path">
<default-value>$(DOLLAR)(WXWIN)</default-value>
<default-value>$(DOLLAR)($(ENV_VAR)WXWIN)</default-value>
<description>
The directory where wxWidgets library is installed
</description>