Create a branch for cmake bringup.
[reactos.git] / dll / win32 / getuname / getuname.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="getuname" type="win32dll" baseaddress="${BASEADDRESS_GETUNAME}" installbase="system32" installname="getuname.dll" unicode="yes">
4 <importlibrary definition="getuname.spec" />
5 <include base="getuname">.</include>
6 <library>ntdll</library>
7 <file>getuname.c</file>
8 <file>getuname.rc</file>
9 </module>