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:
authorChris Want <cwant@ualberta.ca>2003-05-11 04:27:23 +0400
committerChris Want <cwant@ualberta.ca>2003-05-11 04:27:23 +0400
commitfbca17dfa7f22655a9d1781d0d1684fcf54281d8 (patch)
tree15a4fbede45e6b4467cdc850a79019c5574f6ca1 /source/nan_link.mk
parentb3c48c4d2ca2f8871fcd2612f8614bfd18cf3c40 (diff)
FTGL support for irix (I would like to say international and truetype
text object support, but I can't test too much until Monday).
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 1006bf6d9dd..1513a8cc0ab 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -80,6 +80,10 @@ endif
ifeq ($(OS),irix)
LLIBS = -lmovieGL -lGLU -lGL -lXmu -lXext -lX11 -lc -lm -ldmedia
LLIBS += -lcl -laudio -ldb -lCio -lz -woff 84,171
+ ifeq ($(INTERNATIONAL), true)
+ LLIBS += -L$(NAN_FREETYPE)/lib32 -lfreetype
+ LLIBS += -L$(NAN_ICONV)/lib32 -lintl
+ endif
DYNLDFLAGS = -shared $(LDFLAGS)
endif