[PD-cvs] pd/extra/expr~ makefile,1.11,1.12

Miller Puckette millerpuckette at users.sourceforge.net
Wed Oct 4 21:35:08 CEST 2006


Update of /cvsroot/pure-data/pd/extra/expr~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17103/pd/extra/expr~

Modified Files:
	makefile 
Log Message:
release 0.40-0



Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/pd/extra/expr~/makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** makefile	24 Aug 2006 15:40:28 -0000	1.11
--- makefile	4 Oct 2006 19:35:06 -0000	1.12
***************
*** 78,82 ****
  .SUFFIXES: .pd_linux_o
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC \
      -Wall -W -Wshadow -Wstrict-prototypes \
      -Wno-unused -Wno-parentheses -Wno-switch 
--- 78,82 ----
  .SUFFIXES: .pd_linux_o
  
! LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer -fPIC -m32 \
      -Wall -W -Wshadow -Wstrict-prototypes \
      -Wno-unused -Wno-parentheses -Wno-switch 
***************
*** 88,92 ****
  
  expr.pd_linux: $(LINUXOBJ)
! 	ld -export_dynamic  -shared -o expr.pd_linux $(LINUXOBJ) -lc -lm
  	strip --strip-unneeded expr.pd_linux
  
--- 88,92 ----
  
  expr.pd_linux: $(LINUXOBJ)
! 	$(CC) -m32 -export_dynamic  -shared -o expr.pd_linux $(LINUXOBJ) -lc -lm
  	strip --strip-unneeded expr.pd_linux
  





More information about the Pd-cvs mailing list