Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2007-03-30 08:06:06 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2007-03-30 08:06:06 +0400
commit3b4a4c32dc37b4f4abffd13a0d06f3ea54be63ca (patch)
tree50022c4152f73e76796217707b76f6df58ff74f9 /source/blender/nodes/SConscript
parentb11a55d9001cd752903b4a91730ac4d123f52612 (diff)
* dos2unix (from now on patches shouldn't break on this file).
Diffstat (limited to 'source/blender/nodes/SConscript')
-rw-r--r--source/blender/nodes/SConscript10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/nodes/SConscript b/source/blender/nodes/SConscript
index 578f62dc152..0460848b4a5 100644
--- a/source/blender/nodes/SConscript
+++ b/source/blender/nodes/SConscript
@@ -21,15 +21,15 @@ incs += ' ' + env['BF_SDL_INC']
defs = ''
if env['WITH_BF_INTERNATIONAL']:
- defs += 'WITH_FREETYPE2'
+ defs += 'WITH_FREETYPE2'
if env['WITH_BF_VERSE']:
- defs += ' WITH_VERSE'
- incs += ' ' + env['BF_VERSE_INCLUDE']
+ defs += ' WITH_VERSE'
+ incs += ' ' + env['BF_VERSE_INCLUDE']
if env['WITH_BF_VERSE']:
- defs += ' WITH_VERSE'
-
+ defs += ' WITH_VERSE'
+
if env['WITH_BF_OPENEXR'] == 1:
defs += ' WITH_OPENEXR'