aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-14 02:01:15 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-10 18:39:17 +1000
commit3a9514cceca86f1c33c82fb879396789defb8f51 (patch)
treebedd1a5c54943a805a5515220118122f9c7f5edb /Makefile.flags
parentb20cb1eb2037673a74a99649984901fc14ac7ad8 (diff)
downloadbusybox-w32-3a9514cceca86f1c33c82fb879396789defb8f51.tar.gz
busybox-w32-3a9514cceca86f1c33c82fb879396789defb8f51.tar.bz2
busybox-w32-3a9514cceca86f1c33c82fb879396789defb8f51.zip
win32: Import fnmatch source
This was extracted from commit e56b799d6ad8afba4168fffa7218d44c041a72d2 in Git repository.
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 0b5eea43b..920fee322 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -98,7 +98,8 @@ CFLAGS += $(strip $(subst ",,$(CONFIG_EXTRA_CFLAGS)))
98endif 98endif
99 99
100ifeq ($(CONFIG_PLATFORM_MINGW32),y) 100ifeq ($(CONFIG_PLATFORM_MINGW32),y)
101CFLAGS += -Iwin32 101# These defintions are not strictly needed, but they help shut up fnmatch.c warnings
102CFLAGS += -Iwin32 -DHAVE_STRING_H=1 -DHAVE_CONFIG_H=0
102EXEEXT = .exe 103EXEEXT = .exe
103else 104else
104LDLIBS += m crypt 105LDLIBS += m crypt