Sync to trunk (r44933)
[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" crt="dll">
5 <define name="_CRTBLD" />
6 <importlibrary definition="moldname-msvcrt.def" dllname="msvcrt.dll" />
7 <include base="ReactOS">include/reactos/mingw-w64</include>
8 <if property="USERMODE" value="1">
9 <library>kernel32</library>
10 </if>
11 <file>_newmode.c</file>
12 <file>atonexit.c</file>
13 <file>binmode.c</file>
14 <file>charmax.c</file>
15 <file>cinitexe.c</file>
16 <file>CRT_fp10.c</file>
17 <file>CRT_fp8.c</file>
18 <file>CRT_glob.c</file>
19 <file>crt_handler.c</file>
20 <file>dllentry.c</file>
21 <file>dummy_mingwthrd.c</file>
22 <file>gccmain.c</file>
23 <file>getopt.c</file>
24 <file>gs_support.c</file>
25 <file>merr.c</file>
26 <!-- file>mingw_custom.c</file -->
27 <file>mingw_helpers.c</file>
28 <file>mingwthrd_nomt.c</file>
29 <file>natstart.c</file>
30 <file>pesect.c</file>
31 <file>pseudo-reloc.c</file>
32 <file>pseudo-reloc-list.c</file>
33 <file>tlssup.c</file>
34 <file>txtmode.c</file>
35 <file>wildcard.c</file>
36 <file>xncommod.c</file>
37 <file>xthdloc.c</file>
38 <file>xtxtmode.c</file>
39 </module>
40 <module name="mingw_main" type="staticlibrary" isstartuplib="true" crt="dll">
41 <define name="_CRTBLD" />
42 <include base="ReactOS">include/reactos/mingw-w64</include>
43 <compilerflag compilerset="msc">/wd4733</compilerflag>
44 <file>crt0_c.c</file>
45 <file>crtexe.c</file>
46 <file>dllargv.c</file>
47 </module>
48 <module name="mingw_wmain" type="staticlibrary" isstartuplib="true" unicode="yes" crt="dll">
49 <define name="_CRTBLD" />
50 <define name="WPRFLAG" />
51 <include base="ReactOS">include/reactos/mingw-w64</include>
52 <compilerflag compilerset="msc">/wd4733</compilerflag>
53 <file>crt0_w.c</file>
54 <file>crtexe.c</file>
55 <file>dllargv.c</file>
56 </module>
57 <module name="mingw_dllmain" type="staticlibrary" isstartuplib="true" crt="dll">
58 <define name="_CRTBLD" />
59 <include base="ReactOS">include/reactos/mingw-w64</include>
60 <file>crtdll.c</file>
61 <file>dllargv.c</file>
62 </module>
63 </group>