reactos/dll/win32/getuname/getuname.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

10 lines
397 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="getuname" type="win32dll" baseaddress="${BASEADDRESS_GETUNAME}" installbase="system32" installname="getuname.dll" unicode="yes">
<importlibrary definition="getuname.spec" />
<include base="getuname">.</include>
<library>ntdll</library>
<file>getuname.c</file>
<file>getuname.rc</file>
</module>