[PD-cvs] pd/src SConscript,1.1.4.48,1.1.4.49

Thomas Grill xovo at users.sourceforge.net
Sun Jul 30 22:58:16 CEST 2006


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

Modified Files:
      Tag: devel_0_39
	SConscript 
Log Message:
fixed typo and portmidipath option

Index: SConscript
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/SConscript,v
retrieving revision 1.1.4.48
retrieving revision 1.1.4.49
diff -C2 -d -r1.1.4.48 -r1.1.4.49
*** SConscript	28 Jul 2006 14:59:11 -0000	1.1.4.48
--- SConscript	30 Jul 2006 20:58:14 -0000	1.1.4.49
***************
*** 18,21 ****
--- 18,22 ----
      BoolOption('portaudio', 'Build with portaudio', True),
      ('portaudiopath', 'Path to portaudio','../portaudio'),
+     ('portmidipath', 'Path to portmidi','../portmidi_osx'),
      BoolOption('threadedsf', 'Build with threaded soundfiler', False),
      BoolOption('atomic', 'Build with atomic operations', False),
***************
*** 528,532 ****
          	cflags += " -O3"
          else:
!         	cflags =+ " -Os"
  
  if pdenv.Dictionary().has_key('optimize'):
--- 529,533 ----
          	cflags += " -O3"
          else:
!         	cflags += " -Os"
  
  if pdenv.Dictionary().has_key('optimize'):





More information about the Pd-cvs mailing list