a576b6baf48e990cda687a6acd06d31701daf199
[reactos.git] / reactos / 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 <define name="_WIN32_IE">0x600</define>
7 <define name="WINVER">0x600</define>
8 <define name="_WIN32_WINNT">0x600</define>
9 <library>ntdll</library>
10 <file>getuname.c</file>
11 <file>getuname.rc</file>
12 <file>getuname.spec</file>
13 </module>