The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / lib / 3rdparty / mingw / mingw.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="mingw_common" type="staticlibrary" isstartuplib="true" underscoresymbols="true">
5 <importlibrary definition="moldname-msvcrt.def" dllname="msvcrt.dll" />
6 <include base="mingw_common">include</include>
7 <file>cpu_features.c</file>
8 <file>CRTfmode.c</file>
9 <file>CRTglob.c</file>
10 <file>CRTinit.c</file>
11 <file>gccmain.c</file>
12 <file>getopt.c</file>
13 <file>isascii.c</file>
14 <file>iscsym.c</file>
15 <file>iscsymf.c</file>
16 <file>strcasecmp.c</file>
17 <file>strncasecmp.c</file>
18 <file>toascii.c</file>
19 <file>wcscmpi.c</file>
20 <file>_wgetopt.c</file>
21 <if property="ARCH" value="i386">
22 <file>pseudo-reloc.c</file>
23 </if>
24 </module>
25 <module name="mingw_main" type="staticlibrary" isstartuplib="true" allowwarnings="true">
26 <include base="mingw_common">include</include>
27 <file>binmode.c</file>
28 <file>crt1.c</file>
29 <file>main.c</file>
30 </module>
31 <module name="mingw_wmain" type="staticlibrary" isstartuplib="true" allowwarnings="true">
32 <include base="mingw_common">include</include>
33 <file>wbinmode.c</file>
34 <file>wcrt1.c</file>
35 <file>wmain.c</file>
36 </module>
37 <module name="mingw_dllmain" type="staticlibrary" isstartuplib="true">
38 <include base="mingw_common">include</include>
39 <file>dllcrt1.c</file>
40 </module>
41 </group>