Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> --- Config.in | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Config.in b/Config.in index 0d9f005..8cf6a22 100644 --- a/Config.in +++ b/Config.in @@ -18,6 +18,9 @@ choice config TARGET_POSIX bool "POSIX" +config TARGET_WIN32 + bool "MS Windows" + endchoice menu "Busybox Settings"
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
