[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40749] trunk/blender/intern/audaspace/ SConscript: Typo fix. nexYon commit caused bit-loss in the word incs.

Nathan Letwory nathan at letworyinteractive.com
Sun Oct 2 19:58:22 CEST 2011


Revision: 40749
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40749
Author:   jesterking
Date:     2011-10-02 17:58:21 +0000 (Sun, 02 Oct 2011)
Log Message:
-----------
Typo fix. nexYon commit caused bit-loss in the word incs.

Modified Paths:
--------------
    trunk/blender/intern/audaspace/SConscript

Modified: trunk/blender/intern/audaspace/SConscript
===================================================================
--- trunk/blender/intern/audaspace/SConscript	2011-10-02 17:53:52 UTC (rev 40748)
+++ trunk/blender/intern/audaspace/SConscript	2011-10-02 17:58:21 UTC (rev 40749)
@@ -3,7 +3,7 @@
 Import ('env')
 
 sources = env.Glob('intern/*.cpp') + env.Glob('FX/*.cpp') + env.Glob('SRC/*.cpp')
-ncs = '. intern FX SRC ' + env['BF_PTHREADS_INC']
+incs = '. intern FX SRC ' + env['BF_PTHREADS_INC']
 defs = []
 
 if env['WITH_BF_FFMPEG']:




More information about the Bf-blender-cvs mailing list