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-13 07:30:26 +0400
committerChris Want <cwant@ualberta.ca>2003-05-13 07:30:26 +0400
commit769d724d8369497e465871c074fdd90dbc9637fe (patch)
treea256899548502febb552f6a4060b700eda3efd1b /source/nan_link.mk
parentb9f6d66328b8b96d4f1fe29f761a99fbe531c4de (diff)
Static linking of freetype, libintl from sgi freeware for irix
and made WITH_FREETYPE2 independent of INTERNATIONAL (please test).
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 1513a8cc0ab..1006bf6d9dd 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -80,10 +80,6 @@ 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