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:
authorKent Mein <mein@cs.umn.edu>2003-07-17 18:47:19 +0400
committerKent Mein <mein@cs.umn.edu>2003-07-17 18:47:19 +0400
commit8a02f82636dda1932594bf240c046c16f476dba7 (patch)
tree587e7e6b197eac6b57b4de3b265caf0827bf8e94 /source/blender/src/Makefile
parentd0c6cf775888b9d367a63e94a14de1ca2367a6fc (diff)
Added $(NAN_SDLCFLAGS) to CPPFLAGS so that my machine
could find the SDL headers (SDL.h) Kent
Diffstat (limited to 'source/blender/src/Makefile')
-rw-r--r--source/blender/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index be76b28da29..7bf75126752 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -59,7 +59,7 @@ endif
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
CPPFLAGS += -I$(NAN_GHOST)/include
CPPFLAGS += -I$(NAN_BMFONT)/include
-CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include
+CPPFLAGS += -I$(NAN_SOUNDSYSTEM)/include $(NAN_SDLCFLAGS)
# External interfaces of modules:
CPPFLAGS += -I../render/extern/include