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>2008-10-22 03:07:09 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2008-10-22 03:07:09 +0400
commit71206c9337ec88d8711fa66c128fe464cf27e451 (patch)
tree570102e52ff79db06f050a208c3aec667f9290dc /intern
parent7a4e9d97fff0a795a3ab076702d8b856b2e5bf62 (diff)
Patch from Timothy Baldridge
* add irix6 to GHOST windowing system (same as linux2 et al) * fix faulty return lines in shrinkwrap.c
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 40968e816a9..f6283cfc0f2 100644
--- a/intern/ghost/SConscript
+++ b/intern/ghost/SConscript
@@ -10,7 +10,7 @@ sources = env.Glob('intern/*.cpp')
pf = ['GHOST_DisplayManager', 'GHOST_System', 'GHOST_Window']
-if window_system in ('linux2', 'openbsd3', 'sunos5', 'freebsd6'):
+if window_system in ('linux2', 'openbsd3', 'sunos5', 'freebsd6', 'irix6'):
for f in pf:
sources.remove('intern' + os.sep + f + 'Win32.cpp')
sources.remove('intern' + os.sep + f + 'Carbon.cpp')