[PD-cvs] pd/src SConscript,1.1.4.54,1.1.4.55

Tim Blechmann timblech at users.sourceforge.net
Tue Aug 22 21:11:44 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	SConscript 
Log Message:
using absolute lib path

Index: SConscript
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/SConscript,v
retrieving revision 1.1.4.54
retrieving revision 1.1.4.55
diff -C2 -d -r1.1.4.54 -r1.1.4.55
*** SConscript	20 Aug 2006 20:07:45 -0000	1.1.4.54
--- SConscript	22 Aug 2006 19:11:42 -0000	1.1.4.55
***************
*** 654,658 ****
  
      pdlib = envint.SharedLibrary('../bin/pd', sources)
!     pd = pdenv.Program('../bin/pd', 's_entry.c', LIBS=pdlib)
      Default(pdsend, pdreceive, pdgui, pdlib, pd, pdtk)
  else:
--- 654,658 ----
  
      pdlib = envint.SharedLibrary('../bin/pd', sources)
!     pd = pdenv.Program('../bin/pd', 's_entry.c', LIBS=['./bin/pd'])
      Default(pdsend, pdreceive, pdgui, pdlib, pd, pdtk)
  else:





More information about the Pd-cvs mailing list