[NTOS]: Fix "fail". Dedicated to Timo.
[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 <library>oldnames</library>
6 <library>ntdll</library>
7 <define name="_CRTBLD" />
8
9 <!-- This is to prevent from using data imports directly -->
10 <define name="_M_CEE_PURE" />
11
12 <include base="ReactOS">include/reactos/mingw-w64</include>
13 <library>kernel32</library>
14 <file>_newmode.c</file>
15 <file>atonexit.c</file>
16 <file>binmode.c</file>
17 <file>charmax.c</file>
18 <file>cinitexe.c</file>
19 <file>CRT_fp10.c</file>
20 <file>CRT_fp8.c</file>
21 <file>CRT_glob.c</file>
22 <file>crt_handler.c</file>
23 <file>dllentry.c</file>
24 <file>gccmain.c</file>
25 <file>getopt.c</file>
26 <file>gs_support.c</file>
27 <file>merr.c</file>
28 <file>mingw_helpers.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>tlsmcrt.c</file>
34 <file>tlssup.c</file>
35 <file>tlsthrd.c</file>
36 <file>txtmode.c</file>
37 <file>wildcard.c</file>
38 <file>xncommod.c</file>
39 <file>xthdloc.c</file>
40 <file>xtxtmode.c</file>
41 <file>ofmt_stub.c</file>
42 <file>cxa_pure_virtual.c</file>
43 </module>
44 <module name="mingw_main" type="staticlibrary" isstartuplib="true" crt="dll">
45 <define name="_CRTBLD" />
46 <include base="ReactOS">include/reactos/mingw-w64</include>
47 <compilerflag compilerset="msc">/wd4733</compilerflag>
48 <file>crt0_c.c</file>
49 <file>crtexe.c</file>
50 <file>dllargv.c</file>
51 </module>
52 <module name="mingw_wmain" type="staticlibrary" isstartuplib="true" unicode="yes" crt="dll">
53 <define name="_CRTBLD" />
54 <define name="WPRFLAG" />
55 <include base="ReactOS">include/reactos/mingw-w64</include>
56 <compilerflag compilerset="msc">/wd4733</compilerflag>
57 <file>crt0_w.c</file>
58 <file>crtexe.c</file>
59 <file>dllargv.c</file>
60 </module>
61 <module name="mingw_dllmain" type="staticlibrary" isstartuplib="true" crt="dll">
62 <define name="_CRTBLD" />
63 <include base="ReactOS">include/reactos/mingw-w64</include>
64 <file>crtdll.c</file>
65 <file>dllargv.c</file>
66 </module>
67 <module name="oldnames" type="staticlibrary">
68 <define name="_CRTBLD" />
69 <importlibrary definition="moldname-msvcrt.def" dllname="msvcrt.dll" />
70 </module>
71 </group>