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-08-17 00:16:40 +0400
committerChris Want <cwant@ualberta.ca>2003-08-17 00:16:40 +0400
commit15c996b4715fcf00fe033a665de8b6ea79d25544 (patch)
treed0920f47875cc2a0d782a3d4734e3ce9fd96c4ff /source/nan_definitions.mk
parent9d9ee107c3aa9464b4acc6f4e521d76bda9204de (diff)
Making Hans' mods to sdl in nan_definition.mk work under irix.
Diffstat (limited to 'source/nan_definitions.mk')
-rw-r--r--source/nan_definitions.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 55ca0b99d49..40c7e2d78f2 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -227,10 +227,10 @@ all debug::
export NAN_NSPR ?= $(LCGDIR)/nspr
export NAN_FREETYPE ?= /usr/freeware
export NAN_GETTEXT ?= /usr/freeware
- export NAN_SDL ?= $(shell sdl-config --prefix)
- export NAN_SDLLIBS ?= $(shell sdl-config --libs)
- export NAN_SDLCFLAGS ?= $(shell sdl-config --cflags)
-
+ export NAN_SDL ?= $(LCGDIR)/sdl
+ export NAN_SDLLIBS ?= -L$(NAN_SDL)/lib -lSDL
+ export NAN_SDLCFLAGS ?= -I$(NAN_SDL)/include/SDL
+
# Uncomment the following line to use Mozilla inplace of netscape
# CPPFLAGS +=-DMOZ_NOT_NET
# Location of MOZILLA/Netscape header files...