[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27177] trunk/blender/source/blender/ blenlib/intern/Makefile: Fix include path for GHOST include.

gsr b3d gsr.b3d at infernal-iceberg.com
Sun Feb 28 01:48:06 CET 2010


Revision: 27177
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27177
Author:   gsrb3d
Date:     2010-02-28 01:48:05 +0100 (Sun, 28 Feb 2010)

Log Message:
-----------
Fix include path for GHOST include.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/Makefile

Modified: trunk/blender/source/blender/blenlib/intern/Makefile
===================================================================
--- trunk/blender/source/blender/blenlib/intern/Makefile	2010-02-27 23:22:10 UTC (rev 27176)
+++ trunk/blender/source/blender/blenlib/intern/Makefile	2010-02-28 00:48:05 UTC (rev 27177)
@@ -52,7 +52,7 @@
 
 CPPFLAGS += -I../../gpu
 
-CPPFLAGS += -I../../../intern/ghost
+CPPFLAGS += -I$(NAN_GHOST)/include
 
 ifdef NAN_PTHREADS
   CPPFLAGS += -I$(NAN_PTHREADS)/include





More information about the Bf-blender-cvs mailing list