summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-11 14:41:58 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-11 14:41:58 +0100
commit9ed19a7176862e1b7cebc844d2d2422179588ebf (patch)
tree57fadad557187f271d2a3a7fcc42ccfa598dde70 /makefiles
parent4bfac940a3a453c78ba41d417f9c4a50ea8a7584 (diff)
downloadwolfbones-9ed19a7176862e1b7cebc844d2d2422179588ebf.tar.gz
wolfbones-9ed19a7176862e1b7cebc844d2d2422179588ebf.tar.bz2
gettext on Cygwin
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/platform.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefiles/gmake/platform.mk b/makefiles/gmake/platform.mk
index cef1eeb..06f0847 100644
--- a/makefiles/gmake/platform.mk
+++ b/makefiles/gmake/platform.mk
@@ -83,6 +83,12 @@ LDFLAGS_LT = -L/usr/local/lib
LIBS_LT = -lintl -liconv
endif
+ifeq "$(PLATFORM)" "CYGWIN"
+INCLUDE_FLAGS_LT =
+LDFLAGS_LT =
+LIBS_LT = -lintl
+endif
+
ifeq "$(PLATFORM)" "NETBSD"
INCLUDE_FLAGS_LT =
LDFLAGS_LT =