From 899a12a5cb043839ce1ae497ea4a3dec824e1867 Mon Sep 17 00:00:00 2001 From: Florian Eggenberger Date: Wed, 16 Jul 2003 19:53:48 +0000 Subject: -SDL links now on windows for cygwin-msvc and cygwin-gcc. --- source/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 2709fe9a107..b4fd889adb2 100644 --- a/source/Makefile +++ b/source/Makefile @@ -158,12 +158,14 @@ ifeq ($(INTERNATIONAL), true) ifeq ($(FREE_WINDOWS), true) COMLIB += $(NAN_GETTEXT)/lib/freegettext.a COMLIB += $(NAN_FTGL)/lib/libftgl.a + COMLIB += $(NAN_SDL)/lib/libSDL.a #COMLIB += $(NAN_ICONV)/lib/freeiconv.a else COMLIB += $(NAN_GETTEXT)/lib/gnu_gettext.lib COMLIB += $(NAN_FTGL)/lib/ftgl_static_ST.lib COMLIB += $(NAN_FREETYPE)/lib/freetype2ST.lib COMLIB += $(NAN_ICONV)/lib/iconv.lib + COMLIB += $(NAN_SDL)/lib/SDL.lib endif else COMLIB += $(NAN_FTGL)/lib/libftgl.a -- cgit v1.2.3