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>2006-02-23 02:34:12 +0300
committerChris Want <cwant@ualberta.ca>2006-02-23 02:34:12 +0300
commita30dc3866c433907a3e70da4521edb457d874840 (patch)
tree1f88517c925109ca85f6114aa7286e8daf9a8e29 /source/nan_compile.mk
parentfc9ba4b3233c1c76f1bdf8462c0e127d86cf14d0 (diff)
Some issues compiling on Irix:
+ the code in writemovie.c no longer compiles (since the renderer refactor). I have #if 0-ed it. + OpenGL on Irix doesn't have GL_ARB_vertex_program + mmap on Irix doesn't like MAP_ANON. + If using the MipsPro 7.3 compiler, the variable MIPS73_ISOHEADERS can be set to point to the directory with those weird C++ headers that don't have .h in the name
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 1201d3e546e..736a3c56ec8 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -117,7 +117,11 @@ ifeq ($(OS),irix)
CCC = CC
CFLAGS += -n32 -mips3 -Xcpluscomm
CCFLAGS += -n32 -mips3 -Xcpluscomm -LANG:std
+ifdef MIPS73_ISOHEADERS
CCFLAGS += -LANG:libc_in_namespace_std=off -I$(MIPS73_ISOHEADERS)
+else
+ CCFLAGS += -LANG:libc_in_namespace_std=off
+endif
REL_CFLAGS += -n32 -mips3 -O2 -OPT:Olimit=0
REL_CCFLAGS += -n32 -mips3 -O2 -OPT:Olimit=0
OPENGL_HEADERS = /usr/include