* Sync to trunk HEAD (r53298).
[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="crt">include</include>
8 <define name="USE_MSVCRT_PREFIX" />
9 <define name="_MSVCRT_" />
10 <define name="_MSVCRT_LIB_" />
11 <define name="_MT" />
12 <define name="_CTYPE_DISABLE_MACROS" />
13 <define name="_NO_INLINING" />
14 <define name="CRTDLL" />
15 <file>msvcrt40.c</file>
16 <file>stubs.c</file>
17 <library>wine</library>
18 <library>crt</library>
19 <library>pseh</library>
20 </module>
21 </group>