From b895b2e48f3910c2ff4b971ce57fc4fe48e2c24a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Nov 2009 11:49:42 +0000 Subject: - remove CPPFLAG XP_UNIX from CMake, Scons and Irix make, checked our own code and /usr/include, its only used in our netscape plugin. - CMake on unix default OpenMP to enabled. - Scons on linux default OpenMP to enabled. - copying python is slow, for scons only copy if the directory has not been created. --- config/irix6-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/irix6-config.py') diff --git a/config/irix6-config.py b/config/irix6-config.py index 085d1dd1e62..ab2ef02c977 100644 --- a/config/irix6-config.py +++ b/config/irix6-config.py @@ -161,7 +161,7 @@ CXX = 'CC' CCFLAGS = ['-pipe','-fPIC', '-n32'] -CPPFLAGS = ['-DXP_UNIX'] +CPPFLAGS = [] CXXFLAGS = ['-pipe','-fPIC', '-n32'] REL_CFLAGS = ['-O2'] REL_CCFLAGS = ['-O2'] -- cgit v1.2.3