[PD-cvs] pd SConstruct,1.1.4.14,1.1.4.15

Mathieu Bouchard matju at users.sourceforge.net
Mon Sep 4 04:31:33 CEST 2006


Update of /cvsroot/pure-data/pd
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28349

Modified Files:
      Tag: devel_0_39
	SConstruct 
Log Message:
installing desire.h


Index: SConstruct
===================================================================
RCS file: /cvsroot/pure-data/pd/Attic/SConstruct,v
retrieving revision 1.1.4.14
retrieving revision 1.1.4.15
diff -C2 -d -r1.1.4.14 -r1.1.4.15
*** SConstruct	30 Aug 2006 20:32:22 -0000	1.1.4.14
--- SConstruct	4 Sep 2006 02:31:31 -0000	1.1.4.15
***************
*** 137,142 ****
  	except:
  		pass
! 		
! for header in Split("m_pd.h m_imp.h g_canvas.h"):
  	installs.append(env.Install(prefix+'/include', 'src/'+header))
  
--- 137,147 ----
  	except:
  		pass
! 
! if env['desire']:
! 	headers = Split("m_pd.h m_imp.h desire.h")
! else:
! 	headers = Split("m_pd.h m_imp.h g_canvas.h")
! 
! for header in headers:
  	installs.append(env.Install(prefix+'/include', 'src/'+header))
  





More information about the Pd-cvs mailing list