- <!-- The directory where wxWidgets is installed: -->
- <option name="WX_DIR" category="path">
- <default-value>$(DOLLAR)(WXWIN)</default-value>
- <description>
- The directory where wxWidgets library is installed
- </description>
- </option>
-
- <!-- This is a standard option that determines -->
- <!-- whether the user wants to build this library as -->
- <!-- a dll or as a static library. -->
- <option name="WX_SHARED">
- <values>0,1</values>
- <values-description>,DLL</values-description>
- <default-value>0</default-value>
- <description>
- Use DLL build of wx library to use?
- </description>
- </option>
-
- <!-- Configuration for building the bakefile with -->
- <!-- unicode strings or not (unicode or ansi). -->
- <option name="WX_UNICODE">
- <values>0,1</values>
- <values-description>,Unicode</values-description>
- <default-value>0</default-value>
- <description>
- Compile Unicode build of wxWidgets?
- </description>
- </option>
-
- <option name="WX_DEBUG">
- <values>0,1</values>
- <values-description>,Debug</values-description>
- <default-value>1</default-value>
- <description>
- Use debug build of wxWidgets (define __WXDEBUG__)?
- </description>
- </option>
-
- <option name="WX_VERSION">
- <default-value>25</default-value>
- <description>
- Version of the wx library to build against.
- </description>
- </option>