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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-10-25 19:52:54 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-10-25 19:52:54 +0400
commit85c889108d0b656e3d6f6193b4d11c41f6798e49 (patch)
tree847fb618f8f3fafe81b129c497561922e59e1015 /source/gameengine/GamePlayer/common/SConscript
parente4d22a8021576fd846c9718506098653f98cfdf4 (diff)
add necessary include paths for scons needed after fix for screenshot. NOTE: GPC_Canvas.cpp doesn't compile with msvc7 currently!
Diffstat (limited to 'source/gameengine/GamePlayer/common/SConscript')
-rw-r--r--source/gameengine/GamePlayer/common/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/common/SConscript b/source/gameengine/GamePlayer/common/SConscript
index 09a3e2f9b17..b074c3659ee 100644
--- a/source/gameengine/GamePlayer/common/SConscript
+++ b/source/gameengine/GamePlayer/common/SConscript
@@ -64,6 +64,8 @@ gp_common_env.Append( CPPPATH = ['.',
gp_common_env.Append (CPPPATH = user_options_dict['PYTHON_INCLUDE'])
gp_common_env.Append (CPPPATH = user_options_dict['SOLID_INCLUDE'])
+gp_common_env.Append (CPPPATH = user_options_dict['PNG_INCLUDE'])
+gp_common_env.Append (CPPPATH = user_options_dict['Z_INCLUDE'])
if sys.platform=='win32':
gp_common_env.Append (CXXFLAGS = ['/GR'])