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>2011-08-02 13:07:24 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2011-08-02 13:07:24 +0400
commit28ed1b6745eae712a097442f40949d7ff0e879e3 (patch)
tree43bdac5b29b9aa30fbfabf15ff23f27159b4e912 /intern/ghost/SConscript
parent9e0113890eae1876f05904848f88cd14a8fd9686 (diff)
tabs -> spaces
Diffstat (limited to 'intern/ghost/SConscript')
-rw-r--r--intern/ghost/SConscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index d65eb0caab6..1ed8ea9706e 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -76,10 +76,11 @@ else:
if env['BF_GHOST_DEBUG']:
defs.append('WITH_GHOST_DEBUG')
else:
- sources.remove('intern' + os.sep + 'GHOST_EventPrinter.cpp')
+ sources.remove('intern' + os.sep + 'GHOST_EventPrinter.cpp')
if env['WITH_BF_3DMOUSE']:
- defs.append('WITH_INPUT_NDOF')
+ defs.append('WITH_INPUT_NDOF')
+
if window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross', 'win64-vc'):
incs = env['BF_WINTAB_INC'] + ' ' + incs