From ca9e196050fd9a4da51134a0c72bcf4db6d8b39d Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 22 Jul 2010 09:20:03 +0000 Subject: [PATCH] [MINGW] - Remove getopt from mingw lib and put it into it's own static library - change crt="dll" to crt="static" for the mingw startup libs, to avoid things like importing from itself. svn path=/trunk/; revision=48181 --- reactos/dll/3rdparty/libtiff/libtiff.rbuild | 1 + reactos/lib/3rdparty/mingw/mingw.rbuild | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/reactos/dll/3rdparty/libtiff/libtiff.rbuild b/reactos/dll/3rdparty/libtiff/libtiff.rbuild index 1f37bc479f2..ce7027cbd95 100644 --- a/reactos/dll/3rdparty/libtiff/libtiff.rbuild +++ b/reactos/dll/3rdparty/libtiff/libtiff.rbuild @@ -9,6 +9,7 @@ . include/reactos/libs/zlib include/reactos/libs/libtiff + getopt user32 zlib mkg3states.c diff --git a/reactos/lib/3rdparty/mingw/mingw.rbuild b/reactos/lib/3rdparty/mingw/mingw.rbuild index b85147376de..737810cca13 100644 --- a/reactos/lib/3rdparty/mingw/mingw.rbuild +++ b/reactos/lib/3rdparty/mingw/mingw.rbuild @@ -1,7 +1,7 @@ - + oldnames ntdll @@ -22,7 +22,6 @@ crt_handler.c dllentry.c gccmain.c - getopt.c gs_support.c merr.c mingw_helpers.c @@ -49,7 +48,7 @@ crtexe.c dllargv.c - + include/reactos/mingw-w64 @@ -58,7 +57,7 @@ crtexe.c dllargv.c - + include/reactos/mingw-w64 crtdll.c @@ -68,4 +67,7 @@ + + getopt.c + -- 2.17.1