From ab45071f366e7851b684f2d762545d675e0c094e Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Wed, 14 Apr 2010 08:38:16 +0200 Subject: Config.in: add target platform MINGW32 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy --- Config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Config.in b/Config.in index 2a90b770d..25010cf84 100644 --- a/Config.in +++ b/Config.in @@ -18,6 +18,9 @@ choice config PLATFORM_POSIX bool "POSIX" +config PLATFORM_MINGW32 + bool "MS Windows (MinGW port)" + endchoice menu "Busybox Settings" -- cgit v1.2.3-55-g6feb