aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-04-23 15:05:26 +0100
committerRon Yorston <rmy@pobox.com>2012-04-23 15:05:26 +0100
commit15e948bdabe8fc69d821a20dfe2bf00b56eb99f3 (patch)
tree34375189e2091646ed6f4d55ab0aad172dc471f2 /Makefile.flags
parent7543523a11fbc3b8835a334651a3a8084c8a65b7 (diff)
downloadbusybox-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.flags1
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
109CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy 109CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0 -fno-builtin-stpcpy
110EXEEXT = .exe 110EXEEXT = .exe
111LDLIBS += userenv
111ifeq ($(CONFIG_WIN32_NET),y) 112ifeq ($(CONFIG_WIN32_NET),y)
112LDLIBS += ws2_32 113LDLIBS += ws2_32
113endif 114endif