diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 15:05:26 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 15:05:26 +0100 |
commit | 15e948bdabe8fc69d821a20dfe2bf00b56eb99f3 (patch) | |
tree | 34375189e2091646ed6f4d55ab0aad172dc471f2 /Makefile.flags | |
parent | 7543523a11fbc3b8835a334651a3a8084c8a65b7 (diff) | |
download | busybox-w32-15e948bdabe8fc69d821a20dfe2bf00b56eb99f3.tar.gz busybox-w32-15e948bdabe8fc69d821a20dfe2bf00b56eb99f3.tar.bz2 busybox-w32-15e948bdabe8fc69d821a20dfe2bf00b56eb99f3.zip |
win32: support fancy prompts and (limited) tilde expansion
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index 0eb495c60..4cbef0597 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -108,6 +108,7 @@ ifeq ($(CONFIG_PLATFORM_MINGW32),y) | |||
108 | # These defintions are not strictly needed, but they help shut up fnmatch.c warnings | 108 | # These defintions are not strictly needed, but they help shut up fnmatch.c warnings |
109 | CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy | 109 | CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy |
110 | EXEEXT = .exe | 110 | EXEEXT = .exe |
111 | LDLIBS += userenv | ||
111 | ifeq ($(CONFIG_WIN32_NET),y) | 112 | ifeq ($(CONFIG_WIN32_NET),y) |
112 | LDLIBS += ws2_32 | 113 | LDLIBS += ws2_32 |
113 | endif | 114 | endif |