Author: tkreuzer
Date: Wed Jul 21 02:04:49 2010
New Revision: 48154
URL:
http://svn.reactos.org/svn/reactos?rev=48154&view=rev
Log:
[MINGW]
link mingw_common to oldnames and ntdll
Modified:
trunk/reactos/lib/3rdparty/mingw/mingw.rbuild
Modified: trunk/reactos/lib/3rdparty/mingw/mingw.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/mingw/mingw.r…
==============================================================================
--- trunk/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] (original)
+++ trunk/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] Wed Jul 21 02:04:49 2010
@@ -2,6 +2,8 @@
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="mingw_common" type="staticlibrary"
isstartuplib="true" crt="dll">
+ <library>oldnames</library>
+ <library>ntdll</library>
<define name="_CRTBLD" />
<!-- This is to prevent from using data imports directly -->