[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19388] trunk/blender/source/creator/ Makefile: Another patch by GSR

Kent Mein mein at cs.umn.edu
Mon Mar 23 19:11:46 CET 2009


Revision: 19388
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19388
Author:   sirdude
Date:     2009-03-23 19:11:46 +0100 (Mon, 23 Mar 2009)

Log Message:
-----------
Another patch by GSR
Just some minor cleanups.

Kent

Modified Paths:
--------------
    trunk/blender/source/creator/Makefile

Modified: trunk/blender/source/creator/Makefile
===================================================================
--- trunk/blender/source/creator/Makefile	2009-03-23 18:11:10 UTC (rev 19387)
+++ trunk/blender/source/creator/Makefile	2009-03-23 18:11:46 UTC (rev 19388)
@@ -1,3 +1,5 @@
+# -*- mode: gnumakefile; tab-width: 8; indent-tabs-mode: t; -*-
+# vim: tabstop=8
 #
 # $Id$
 #
@@ -22,7 +24,7 @@
 #
 # The Original Code is: all of this file.
 #
-# Contributor(s): none yet.
+# Contributor(s): GSR
 #
 # ***** END GPL LICENSE BLOCK *****
 #
@@ -43,6 +45,7 @@
 # two needed for the kernel
 CPPFLAGS += -I../blender/imbuf
 CPPFLAGS += -I../blender/makesdna
+CPPFLAGS += -I../blender/makesrna
 CPPFLAGS += -I../blender/blenlib
 CPPFLAGS += -I../blender/include
 CPPFLAGS += -I../blender/renderconverter
@@ -56,14 +59,14 @@
 CPPFLAGS += -I$(NAN_GLEW)/include
 
 ifeq ($(WITH_QUICKTIME), true)
-	CPPFLAGS += -I$(NAN_QUICKTIME)/include -DWITH_QUICKTIME
+  CPPFLAGS += -I$(NAN_QUICKTIME)/include -DWITH_QUICKTIME
 endif
 ifeq ($(WITH_OPENJPEG), true)
-	CPPFLAGS += -DWITH_OPENJPEG
+  CPPFLAGS += -DWITH_OPENJPEG
 endif
 
 ifeq ($(WITH_BINRELOC), true)
-	CPPFLAGS += -I$(NANBLENDERHOME)/extern/binreloc/include -DWITH_BINRELOC
+  CPPFLAGS += -I$(NANBLENDERHOME)/extern/binreloc/include -DWITH_BINRELOC
 endif
 
 CPPFLAGS += -I$(OPENGL_HEADERS)





More information about the Bf-blender-cvs mailing list