[PD-cvs] externals/tb/chaos SConstruct,1.2,1.3

Tim Blechmann timblech at users.sourceforge.net
Tue Nov 1 22:56:25 CET 2005


Update of /cvsroot/pure-data/externals/tb/chaos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9650

Modified Files:
	SConstruct 
Log Message:
small build fix


Index: SConstruct
===================================================================
RCS file: /cvsroot/pure-data/externals/tb/chaos/SConstruct,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SConstruct	1 Nov 2005 21:24:31 -0000	1.2
--- SConstruct	1 Nov 2005 21:56:23 -0000	1.3
***************
*** 65,68 ****
--- 65,71 ----
  	env.Append(CPPPATH=[env['pd_path']])
  
+ if env.Dictionary().has_key('simd') and env['simd']:
+ 	env.Append(CCFLAGS=' -mfpmath=sse -msse -mmmx -msse2')
+ 
  if env.Dictionary().has_key('optimize'):
  	if env['optimize']:
***************
*** 70,76 ****
  		env.Append(LINKFLAGS=' -O3 '+env['optimize'])
  
- if env.Dictionary().has_key('simd') and env['simd']:
- 	env.Append(CCFLAGS=' -mfpmath=sse -msse -mmmx -msse2')
- 			   
  if env.Dictionary().has_key('debug') and env['debug']:
  	env.Append(CCFLAGS=' -g ')
--- 73,76 ----





More information about the Pd-cvs mailing list