Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Eggenberger <florian.eggenberger@o-x.ch>2003-07-16 23:53:48 +0400
committerFlorian Eggenberger <florian.eggenberger@o-x.ch>2003-07-16 23:53:48 +0400
commit899a12a5cb043839ce1ae497ea4a3dec824e1867 (patch)
treed9912bd6dd53109cc49692da5f6d4aaa2847d545 /source/Makefile
parent8dd015e9b085c227aeacf9989356c8c0243b34a8 (diff)
-SDL links now on windows for cygwin-msvc and cygwin-gcc.
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 2 insertions, 0 deletions
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