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
path: root/intern
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-27 03:32:59 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-27 03:32:59 +0400
commitf875777212efb7e1a59f8ccf2e76d50898d605e4 (patch)
treef20357e281ef4f4eeb39c52958e20bf6b9caabda /intern
parente3f8bcbe88543244ae0d06c53bb5f5f18fed03cb (diff)
Change /WX away for now, some odd thing going on between cloned environments. Need to check after release.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/SConscript b/intern/ghost/SConscript
index c71402b352b..25880e9679b 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -62,6 +62,6 @@ if window_system in ('win32-vc', 'win32-mingw', 'cygwin', 'linuxcross', 'win64-v
incs = env['BF_WINTAB_INC'] + ' ' + incs
if window_system in ('win32-vc', 'win64-vc'):
- env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15], cc_compileflags=['/WX'] )
+ env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15]) #, cc_compileflags=env['CCFLAGS'].append('/WX') )
else:
env.BlenderLib ('bf_intern_ghost', sources, Split(incs), defines=defs, libtype=['intern','player'], priority = [40,15] )