+ <option name="DEBUG_FLAG">
+ <values>0,1,default</values>
+ <default-value>default</default-value>
+ <description>
+Should __WXDEBUG__ be defined? The default value "default" means that it will
+be defined if BUILD=debug and not defined if BUILD=release.
+ </description>
+ </option>
+
+ <if cond="FORMAT=='msvc'">
+ <option name="DEBUG_RUNTIME_LIBS">
+ <values>0,1,default</values>
+ <default-value>default</default-value>
+ <description>
+Should link against debug RTL (msvcrtd.dll) or release (msvcrt.dll)?
+Acts according to DEBUG_INFO by default.
+ </description>
+ </option>
+ </if>
+ <if cond="FORMAT!='msvc'">
+ <set var="DEBUG_RUNTIME_LIBS">default</set>
+ </if>
+