Files
reactos/reactos/lib/dsound/dsound.xml
T
Casper Hornstrup 6349cfaf50 Set base address of modules
svn path=/branches/xmlbuildsystem/; revision=13757
2005-02-26 19:29:51 +00:00

9 lines
292 B
XML

<module name="dsound" type="win32dll" baseaddress="${BASEADDRESS_DSOUND}">
<importlibrary definition="dsound.def" />
<include base="dsound">.</include>
<define name="_DISABLE_TIDENTS" />
<define name="__USE_W32API" />
<library>kernel32</library>
<file>dsound.c</file>
</module>