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/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-03-11 16:15:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-11 16:15:39 +0300
commit595b4158ba5b0b865c9c1e65123eb1da7edc0dd7 (patch)
tree5c459d9719949c2ae2b5089cd86dab296cdd1666 /config
parent85ac48c7828e8749c6dac8e5fc938909c7e87389 (diff)
==SCons==
* a comma was missing from a list :S
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index b2996cea28a..dd6302e0788 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -123,7 +123,7 @@ BF_OPENGL_LIB_STATIC = [ '${BF_OPENGL}/lib/libGL.a', '${BF_OPENGL}/lib/libGLU.a'
##ifeq ($CPU),alpha)
## CFLAGS += -pipe -fPIC -funsigned-char -fno-strict-aliasing -mieee
-CCFLAGS = [ '-pipe' '-funsigned-char', '-fno-strict-aliasing' ]
+CCFLAGS = [ '-pipe', '-funsigned-char', '-fno-strict-aliasing' ]
CPPFLAGS = [ '-DXP_UNIX', '-DWIN32', '-DFREE_WINDOWS' ]
CXXFLAGS = ['-pipe', '-mwindows', '-funsigned-char', '-fno-strict-aliasing' ]