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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-11-25 02:24:56 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-11-25 02:24:56 +0300
commit7b6bc0225d1bcddbd3a8958c87b8be688b4f8699 (patch)
treecc657148230a97fd84db9a5494ba3a9588815054 /source/gameengine
parent5b722b1e8755c2d3b0c981087f3016f16a2b891a (diff)
Add guardealloc for RAS_MeshObject.cpp (and clean whitespace).
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Rasterizer/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/gameengine/Rasterizer/Makefile b/source/gameengine/Rasterizer/Makefile
index eafa2ded2f2..d4cc6ab2652 100644
--- a/source/gameengine/Rasterizer/Makefile
+++ b/source/gameengine/Rasterizer/Makefile
@@ -37,8 +37,9 @@ CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
CPPFLAGS += -I$(NAN_GLEW)/include
CPPFLAGS += -I$(OPENGL_HEADERS)
-CPPFLAGS += -I$(NAN_STRING)/include
+CPPFLAGS += -I$(NAN_STRING)/include
CPPFLAGS += -I$(NAN_MOTO)/include
+CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
CPPFLAGS += -I../../kernel/gen_system
CPPFLAGS += -I../../blender/makesdna
CPPFLAGS += -I../SceneGraph
@@ -48,7 +49,7 @@ CPPFLAGS += -I../Expressions
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
ifeq ($(OS),darwin)
- CPPFLAGS += -fpascal-strings
+ CPPFLAGS += -fpascal-strings
endif
###############