reactos/dll/win32/ufatx/ufatx.rbuild

8 lines
300 B
Plaintext
Raw Normal View History

<module name="ufatx" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_UFAT}" installbase="system32" installname="ufatx.dll">
<importlibrary definition="ufatx.spec" />
<include base="ufatx">.</include>
<library>vfatxlib</library>
<library>ntdll</library>
<file>ufatx.rc</file>
</module>