[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17472] branches/blender2.5/blender/source /gameengine/VideoTexture/Makefile: 2.5 branch: Makefile for videotexture pointed to wrong include path (BIF_gl.h)

Ton Roosendaal ton at blender.org
Sun Nov 16 12:13:19 CET 2008


Revision: 17472
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17472
Author:   ton
Date:     2008-11-16 12:13:19 +0100 (Sun, 16 Nov 2008)

Log Message:
-----------
2.5 branch: Makefile for videotexture pointed to wrong include path (BIF_gl.h)

Modified Paths:
--------------
    branches/blender2.5/blender/source/gameengine/VideoTexture/Makefile

Modified: branches/blender2.5/blender/source/gameengine/VideoTexture/Makefile
===================================================================
--- branches/blender2.5/blender/source/gameengine/VideoTexture/Makefile	2008-11-15 16:55:37 UTC (rev 17471)
+++ branches/blender2.5/blender/source/gameengine/VideoTexture/Makefile	2008-11-16 11:13:19 UTC (rev 17472)
@@ -51,7 +51,7 @@
 CPPFLAGS += -I.
 CPPFLAGS += -I../../blender/blenkernel
 CPPFLAGS += -I../../blender/blenlib
-CPPFLAGS += -I../../blender/include
+CPPFLAGS += -I../../blender/editors/include
 CPPFLAGS += -I../../blender/makesdna
 CPPFLAGS += -I../../blender/imbuf
 CPPFLAGS += -I../../blender/gpu





More information about the Bf-blender-cvs mailing list