Update crt headers and mingw lib from mingw64. Update crt a bit. 4 msvcrt time tests...
[reactos.git] / reactos / 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" crt="dll">
5 <importlibrary definition="moldname-msvcrt.def" dllname="msvcrt.dll" />
6 <include base="mingw_common">include</include>
7 <library>kernel32</library>
8 <file>_newmode.c</file>
9 <file>_wgetopt.c</file>
10 <file>argv.c</file>
11 <file>atonexit.c</file>
12 <file>binmode.c</file>
13 <file>charmax.c</file>
14 <file>cinitexe.c</file>
15 <file>CRT_fp10.c</file>
16 <file>CRT_fp8.c</file>
17 <file>dllentry.c</file>
18 <file>gccmain.c</file>
19 <file>getopt.c</file>
20 <file>gs_support.c</file>
21 <file>merr.c</file>
22 <file>mingw_helpers.c</file>
23 <file>natstart.c</file>
24 <file>pesect.c</file>
25 <file>pseudo-reloc.c</file>
26 <file>pseudo-reloc-list.c</file>
27 <file>tlssup.c</file>
28 <file>wildcard.c</file>
29 <file>xncommod.c</file>
30 <file>xthdloc.c</file>
31 <file>xtxtmode.c</file>
32 </module>
33 <module name="mingw_main" type="staticlibrary" isstartuplib="true" allowwarnings="true" crt="dll">
34 <include base="mingw_common">include</include>
35 <file>crt0_c.c</file>
36 <file>crtexe.c</file>
37 <file>dllargv.c</file>
38 </module>
39 <module name="mingw_wmain" type="staticlibrary" isstartuplib="true" allowwarnings="true" unicode="yes" crt="dll">
40 <include base="mingw_common">include</include>
41 <define name="WPRFLAG"/>
42 <file>crt0_w.c</file>
43 <file>crtexe.c</file>
44 <file>dllargv.c</file>
45 </module>
46 <module name="mingw_dllmain" type="staticlibrary" isstartuplib="true" crt="dll">
47 <include base="mingw_common">include</include>
48 <file>dllargv.c</file>
49 <file>crtdll.c</file>
50 </module>
51 </group>