[PD-cvs] pd/src SConscript,1.1.4.42,1.1.4.43

Thomas Grill xovo at users.sourceforge.net
Mon Dec 12 01:09:09 CET 2005


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

Modified Files:
      Tag: devel_0_39
	SConscript 
Log Message:
fixed debugging info for MSVC

Index: SConscript
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/SConscript,v
retrieving revision 1.1.4.42
retrieving revision 1.1.4.43
diff -C2 -d -r1.1.4.42 -r1.1.4.43
*** SConscript	5 Dec 2005 15:46:26 -0000	1.1.4.42
--- SConscript	12 Dec 2005 00:09:06 -0000	1.1.4.43
***************
*** 614,618 ****
  
  if pdenv['pdlib']:
! 	envint.Append(LINKFLAGS=["/EXPORT:sys_main"])
  
  	pdlib = envint.SharedLibrary('../bin/pd', sources)
--- 614,619 ----
  
  if pdenv['pdlib']:
! 	if pdenv['PLATFORM'] == 'win32':
! 		envint.Append(LINKFLAGS=["/EXPORT:sys_main","/PDB:./bin/pd-dll.pdb"])
  
  	pdlib = envint.SharedLibrary('../bin/pd', sources)





More information about the Pd-cvs mailing list