Author: tkreuzer Date: Fri Apr 2 12:19:13 2010 New Revision: 46670
URL: http://svn.reactos.org/svn/reactos?rev=46670&view=rev Log: fix mingw.rbuild
Modified: branches/header-work/lib/3rdparty/mingw/mingw.rbuild
Modified: branches/header-work/lib/3rdparty/mingw/mingw.rbuild URL: http://svn.reactos.org/svn/reactos/branches/header-work/lib/3rdparty/mingw/m... ============================================================================== --- branches/header-work/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] (original) +++ branches/header-work/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] Fri Apr 2 12:19:13 2010 @@ -3,14 +3,21 @@ <group> <module name="mingw_common" type="staticlibrary" isstartuplib="true" crt="dll"> <define name="_CRTBLD" /> + + <!-- This is to prevent from using data imports directly --> + <define name="_M_CEE_PURE" /> + <include base="ReactOS">include/reactos/mingw-w64</include> <library>kernel32</library> <file>_newmode.c</file> <file>atonexit.c</file> + <file>binmode.c</file> <file>charmax.c</file> <file>cinitexe.c</file> <file>CRT_fp10.c</file> <file>CRT_fp8.c</file> + <file>CRT_glob.c</file> + <file>crt_handler.c</file> <file>dllentry.c</file> <file>gccmain.c</file> <file>getopt.c</file> @@ -21,11 +28,16 @@ <file>pesect.c</file> <file>pseudo-reloc.c</file> <file>pseudo-reloc-list.c</file> + <file>tlsmcrt.c</file> <file>tlssup.c</file> + <file>tlsthrd.c</file> + <file>txtmode.c</file> <file>wildcard.c</file> <file>xncommod.c</file> <file>xthdloc.c</file> <file>xtxtmode.c</file> + <file>ofmt_stub.c</file> + <file>cxa_pure_virtual.c</file> </module> <module name="mingw_main" type="staticlibrary" isstartuplib="true" crt="dll"> <define name="_CRTBLD" /> @@ -50,4 +62,8 @@ <file>crtdll.c</file> <file>dllargv.c</file> </module> +<module name="oldnames" type="staticlibrary"> + <define name="_CRTBLD" /> + <importlibrary definition="moldname-msvcrt.def" dllname="msvcrt.dll" /> +</module> </group>