[PD-cvs] pd SConstruct,1.1.4.5,1.1.4.6

Tim Blechmann timblech at users.sourceforge.net
Mon Jul 25 20:21:30 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	SConstruct 
Log Message:
miller's list objects / message box extensions
scons improvements
minor changes

Index: SConstruct
===================================================================
RCS file: /cvsroot/pure-data/pd/Attic/SConstruct,v
retrieving revision 1.1.4.5
retrieving revision 1.1.4.6
diff -C2 -d -r1.1.4.5 -r1.1.4.6
*** SConstruct	16 Jul 2005 21:18:22 -0000	1.1.4.5
--- SConstruct	25 Jul 2005 18:21:28 -0000	1.1.4.6
***************
*** 53,55 ****
--- 53,58 ----
  	pass
  
+ for header in Split("m_pd.h m_imp.h g_canvas.h"):
+ 	env.Install(prefix+'/include', 'src/'+header)
+ 
  env.Alias('install', prefix)





More information about the Pd-cvs mailing list