reactos/dll/win32/inseng/inseng.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

15 lines
622 B
Ruby

<module name="inseng" type="win32dll" baseaddress="${BASEADDRESS_INSENG}" installbase="system32" installname="inseng.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="inseng.spec" />
<include base="inseng">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<redefine name="_WIN32_WINNT">0x600</redefine>
<file>inseng_main.c</file>
<file>regsvr.c</file>
<library>wine</library>
<library>uuid</library>
<library>ole32</library>
<library>advapi32</library>
<library>ntdll</library>
</module>