[PD-cvs] externals/grill/flext/buildsys/mac/max gnumake-gcc-ext.inc, 1.5, 1.6 gnumake-gcc-flext.inc, 1.4, 1.5 gnumake-gcc.inc, 1.2, 1.3

Thomas Grill xovo at users.sourceforge.net
Wed Feb 14 00:05:24 CET 2007


Update of /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12365/buildsys/mac/max

Modified Files:
	gnumake-gcc-ext.inc gnumake-gcc-flext.inc gnumake-gcc.inc 
Log Message:
adding PD to defs for 3rd party externals, fixing name clashes in Max/MSP externals by using -bundle


Index: gnumake-gcc.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/gnumake-gcc.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** gnumake-gcc.inc	20 Jan 2007 14:26:02 -0000	1.2
--- gnumake-gcc.inc	13 Feb 2007 23:05:22 -0000	1.3
***************
*** 4,7 ****
  
  LDFLAGS += -framework MaxAPI -framework MaxAudioAPI
- LDFLAGS += -dynamiclib
  
--- 4,6 ----

Index: gnumake-gcc-ext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/gnumake-gcc-ext.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gnumake-gcc-ext.inc	12 Sep 2005 10:27:40 -0000	1.5
--- gnumake-gcc-ext.inc	13 Feb 2007 23:05:22 -0000	1.6
***************
*** 3,6 ****
--- 3,10 ----
  ##############################################
  
+ LDFLAGS += -bundle
+ 
+ ##############################################
+ 
  OBJPATH=$(OUTPATH)/$(OUTSUB)
  

Index: gnumake-gcc-flext.inc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/mac/max/gnumake-gcc-flext.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** gnumake-gcc-flext.inc	13 Apr 2005 00:24:18 -0000	1.4
--- gnumake-gcc-flext.inc	13 Feb 2007 23:05:22 -0000	1.5
***************
*** 7,10 ****
--- 7,14 ----
  ##############################################
  
+ LDFLAGS += -dynamiclib
+ 
+ ##############################################
+ 
  OBJPATH=$(OUTPATH)/$(OUTSUB)
  TARGETPATH=$(OBJPATH)





More information about the Pd-cvs mailing list