Extract WINE resources at compile-time

svn path=/branches/xmlbuildsystem/; revision=15280
This commit is contained in:
Casper Hornstrup
2005-05-14 17:57:31 +00:00
parent 1732348d39
commit e44380e9a3
53 changed files with 249 additions and 44 deletions
+7
View File
@@ -14,6 +14,13 @@
<define name="DBG" value="1" />
<property name="DBG_OR_KDBG" value="true" />
</if>
<if property="DBG" value="0">
<compilerflag>-O2</compilerflag>
<compilerflag>-Wno-strict-aliasing</compilerflag>
<compilerflag>-ftracer</compilerflag>
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
<compilerflag>-mpreferred-stack-boundary=2</compilerflag>
</if>
<if property="KDBG" value="1">
<define name="KDBG" value="1" />
<property name="DBG_OR_KDBG" value="true" />