reactos/dll/win32/rasdlg/rasdlg.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

10 lines
336 B
Ruby

<module name="rasdlg" type="win32dll" baseaddress="${BASEADDRESS_RASDLG}" installbase="system32" installname="rasdlg.dll">
<importlibrary definition="rasdlg.spec" />
<include base="rasdlg">.</include>
<library>wine</library>
<library>ntdll</library>
<library>uuid</library>
<file>rasdlg.c</file>
<file>rasdlg.rc</file>
</module>