reactos/dll/win32/ufat/ufat.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

11 lines
380 B
Ruby

<module name="ufat" type="win32dll" baseaddress="${BASEADDRESS_UFAT}" installbase="system32" installname="ufat.dll">
<importlibrary definition="ufat.def" />
<include base="ufat">.</include>
<define name="_DISABLE_TIDENTS" />
<define name="_WIN32_WINNT">0x0600</define>
<library>vfatlib</library>
<library>ntdll</library>
<file>ufat.c</file>
<file>ufat.rc</file>
</module>