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
path: root/source
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2008-02-04 18:52:47 +0300
committerKent Mein <mein@cs.umn.edu>2008-02-04 18:52:47 +0300
commit43bfcd70a3039bbb8501f96e2cb6c67505919e55 (patch)
tree8f8fcce03333c26f2fcfda5f5f678b58e86eaea9 /source
parent7da9a441b269eda6100d6d59fbe318d017fa7756 (diff)
Added missing include dir so it builds again.
Kent
Diffstat (limited to 'source')
-rw-r--r--source/gameengine/GameLogic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/GameLogic/Makefile b/source/gameengine/GameLogic/Makefile
index eab4e7faa7e..aea1e463146 100644
--- a/source/gameengine/GameLogic/Makefile
+++ b/source/gameengine/GameLogic/Makefile
@@ -42,6 +42,7 @@ include nan_compile.mk
CCFLAGS += $(LEVEL_1_CPP_WARNINGS)
CPPFLAGS += -I../Expressions
+CPPFLAGS += -I../Rasterizer
CPPFLAGS += -I$(NAN_STRING)/include
CPPFLAGS += -I$(NAN_MOTO)/include
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)