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/intern
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-11-02 02:17:58 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2010-11-02 02:17:58 +0300
commit2cef9203bab2526540b9a07fb63f9ea4a9ba0644 (patch)
tree0094ac0aee2b856ccb8c9d89861a068f52c815cc /intern
parentaef7d52ea7bbe6a3e330e8fe8d7230e0c3ac71ae (diff)
Add PREFIX support to makefiles.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/Makefile b/intern/ghost/intern/Makefile
index 2f5e088f4fe..a251ce26b31 100644
--- a/intern/ghost/intern/Makefile
+++ b/intern/ghost/intern/Makefile
@@ -71,4 +71,4 @@ CPPFLAGS += -I..
CPPFLAGS += -I$(OPENGL_HEADERS)
CPPFLAGS += -I../../../source/blender/imbuf
CPPFLAGS += -I../../../source/blender/makesdna
-
+CPPFLAGS += -DPREFIX=\"$(BF_PREFIX)\"