<if cond="FORMAT=='msvc'">
<option name="TARGET_CPU">
- <values>AMD64,IA64</values>
<default-value>$(DOLLAR)(CPU)</default-value>
<description>
The target processor architecture must be specified when it is not X86.
your environment is set up appropriately with the correct compiler in the
PATH. Rather it affects some options passed to some of the common build
utilities such as the resource compiler and the linker.
+
+Accepted values: AMD64, IA64.
</description>
</option>
</if>
</description>
</option>
+ <option name="USE_MEDIA">
+ <values>0,1</values>
+ <default-value>1</default-value>
+ <description>
+ Build multimedia library (USE_GUI must be 1)?
+ </description>
+ </option>
+
<option name="USE_XRC">
<values>0,1</values>
<default-value>1</default-value>
</set>
<option name="USE_QA">
<values>0,1</values>
- <default-value>USE_QA_DEFAULT</default-value>
+ <default-value>$(USE_QA_DEFAULT)</default-value>
<description>
Build quality assurance classes library (USE_GUI must be 1)?
</description>
<!-- ================================================================== -->
<if cond="FORMAT=='autoconf'">
- <option name="REZ"/>
<option name="DEREZ"/>
<option name="TOOLKIT"/>
<option name="TOOLKIT_LOWERCASE"/>
<set var="RUNTIME_LIBS">dynamic</set>
<set var="OFFICIAL_BUILD">0</set>
<set var="USE_HTML">1</set>
+ <set var="USE_MEDIA">1</set>
<set var="USE_XRC">1</set>
<set var="USE_OPENGL">1</set>
<set var="USE_ODBC">1</set>