* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / dll / win32 / msvcrt40 / msvcrt40.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="msvcrt40" type="win32dll" baseaddress="${BASEADDRESS_MSVCRT40}" installbase="system32" installname="msvcrt40.dll" iscrt="yes">
5 <importlibrary definition="msvcrt40.spec" />
6 <include base="msvcrt40">.</include>
7 <include base="ReactOS">include/reactos/wine</include>
8 <define name="__WINESRC__" />
9 <define name="CRTDLL" />
10 <file>msvcrt40.c</file>
11 <library>wine</library>
12 </module>
13 </group>