[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20567] branches/bb_dev/source: Fix Makefiles, missing include paths.

Diego Borghetti bdiego at gmail.com
Mon Jun 1 22:19:15 CEST 2009


Revision: 20567
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20567
Author:   bdiego
Date:     2009-06-01 22:19:15 +0200 (Mon, 01 Jun 2009)

Log Message:
-----------
Fix Makefiles, missing include paths.

Modified Paths:
--------------
    branches/bb_dev/source/blender/gpu/intern/Makefile
    branches/bb_dev/source/gameengine/Rasterizer/Makefile

Modified: branches/bb_dev/source/blender/gpu/intern/Makefile
===================================================================
--- branches/bb_dev/source/blender/gpu/intern/Makefile	2009-06-01 19:44:22 UTC (rev 20566)
+++ branches/bb_dev/source/blender/gpu/intern/Makefile	2009-06-01 20:19:15 UTC (rev 20567)
@@ -47,6 +47,7 @@
 CPPFLAGS += -I../../makesdna
 CPPFLAGS += -I../../imbuf
 CPPFLAGS += -I../../blenkernel
+CPPFLAGS += -I../../include
 CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
 CPPFLAGS += -I$(NAN_GLEW)/include
 CPPFLAGS += -I../

Modified: branches/bb_dev/source/gameengine/Rasterizer/Makefile
===================================================================
--- branches/bb_dev/source/gameengine/Rasterizer/Makefile	2009-06-01 19:44:22 UTC (rev 20566)
+++ branches/bb_dev/source/gameengine/Rasterizer/Makefile	2009-06-01 20:19:15 UTC (rev 20567)
@@ -44,6 +44,7 @@
 CPPFLAGS += -I../SceneGraph
 CPPFLAGS += -I../BlenderRoutines
 CPPFLAGS += -I../Expressions
+CPPFLAGS += -I.
 
 CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
 





More information about the Bf-blender-cvs mailing list