KJK::Hyperion is proud to present "dllimport purity", another landmark commit that...
[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 <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>toascii.c</file>
17 <file>_wgetopt.c</file>
18 <if property="ARCH" value="i386">
19 <file>pseudo-reloc.c</file>
20 </if>
21 </module>
22 <module name="mingw_main" type="staticlibrary" isstartuplib="true" allowwarnings="true" crt="dll">
23 <include base="mingw_common">include</include>
24 <file>binmode.c</file>
25 <file>crt1.c</file>
26 <file>main.c</file>
27 </module>
28 <module name="mingw_wmain" type="staticlibrary" isstartuplib="true" allowwarnings="true" crt="dll">
29 <include base="mingw_common">include</include>
30 <file>wbinmode.c</file>
31 <file>wcrt1.c</file>
32 <file>wmain.c</file>
33 </module>
34 <module name="mingw_dllmain" type="staticlibrary" isstartuplib="true" crt="dll">
35 <include base="mingw_common">include</include>
36 <file>dllcrt1.c</file>
37 </module>
38 </group>