[PD-cvs] externals/build/darwin makefile,1.15,1.16

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 26 06:38:47 CEST 2005


Update of /cvsroot/pure-data/externals/build/darwin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12737/darwin

Modified Files:
	makefile 
Log Message:
added more objects which don't compile on Darwin

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/darwin/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** makefile	12 Apr 2005 15:59:02 -0000	1.15
--- makefile	26 Apr 2005 04:38:45 -0000	1.16
***************
*** 60,67 ****
  link.stamp:
  	cp ../src/*.c .
! #	rm vst.c 
! # MacOSX exceptions that don't work just yet
! 	-rm ossmixer.c plugin~.c cdplayer.c promiscous~.c serialctl.c 
! 	-rm serial_bird.c serial_ms.c proc.c streamin~.c streamout~.c rhythm_*
  	touch link.stamp
  	make
--- 60,67 ----
  link.stamp:
  	cp ../src/*.c .
! # MacOSX exceptions that don't work just yet (if ever)
! 	-rm ossmixer.c plugin~.c cdplayer.c promiscous~.c serialctl.c \
! 		serial_bird.c serial_ms.c proc.c streamin~.c streamout~.c rhythm_* \
! 		piperead~.c pipewrite~.c
  	touch link.stamp
  	make





More information about the Pd-cvs mailing list