Author: tkreuzer Date: Tue Mar 30 11:34:28 2010 New Revision: 46589
URL: http://svn.reactos.org/svn/reactos?rev=46589&view=rev Log: [OLDNAMES] Add a proper oldnames lib, instead of implicitly including it with mingw.
Modified: branches/ros-amd64-bringup/reactos/base/applications/network/ftp/ftp.rbuild branches/ros-amd64-bringup/reactos/base/services/dhcp/dhcp.rbuild branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild
Modified: branches/ros-amd64-bringup/reactos/base/applications/network/ftp/ftp.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/a... ============================================================================== --- branches/ros-amd64-bringup/reactos/base/applications/network/ftp/ftp.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/base/applications/network/ftp/ftp.rbuild [iso-8859-1] Tue Mar 30 11:34:28 2010 @@ -6,6 +6,7 @@
<library>ws2_32</library> <library>iphlpapi</library> + <library>oldnames</library> <file>cmds.c</file> <file>cmdtab.c</file> <file>domacro.c</file>
Modified: branches/ros-amd64-bringup/reactos/base/services/dhcp/dhcp.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/s... ============================================================================== --- branches/ros-amd64-bringup/reactos/base/services/dhcp/dhcp.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/base/services/dhcp/dhcp.rbuild [iso-8859-1] Tue Mar 30 11:34:28 2010 @@ -8,6 +8,7 @@ <library>ws2_32</library> <library>iphlpapi</library> <library>advapi32</library> + <library>oldnames</library> <file>adapter.c</file> <file>alloc.c</file> <file>api.c</file>
Modified: branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/3r... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] Tue Mar 30 11:34:28 2010 @@ -7,7 +7,6 @@ <!-- This is to prevent from using data imports directly --> <define name="_M_CEE_PURE" />
- <importlibrary definition="moldname-msvcrt.def" dllname="msvcrt.dll" /> <include base="ReactOS">include/reactos/mingw-w64</include> <if property="USERMODE" value="1"> <library>kernel32</library> @@ -63,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>