[PD-cvs] externals/build/win makefile, 1.13, 1.14 oggamp~.libs, 1.2, 1.3 oggcast~.libs, 1.2, 1.3 oggread~.libs, 1.1, NONE oggwrite~.libs, 1.1, NONE

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sun Nov 27 06:02:01 CET 2005


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

Modified Files:
	makefile oggamp~.libs oggcast~.libs 
Removed Files:
	oggread~.libs oggwrite~.libs 
Log Message:
lots of build bug fixes and additions, including pixeltango and lots of binary files, including many flext externals. this will probably be pd-0.38.4-extended-RC5

--- oggread~.libs DELETED ---

Index: oggcast~.libs
===================================================================
RCS file: /cvsroot/pure-data/externals/build/win/oggcast~.libs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** oggcast~.libs	26 Nov 2005 06:58:59 -0000	1.2
--- oggcast~.libs	27 Nov 2005 05:01:59 -0000	1.3
***************
*** 1 ****
! -logg -lvorbis -lvorbisenc -lvorbisfile -lwsock32 -lpthreadGC2
--- 1 ----
! -lwsock32 -lpthreadGC2

--- oggwrite~.libs DELETED ---

Index: oggamp~.libs
===================================================================
RCS file: /cvsroot/pure-data/externals/build/win/oggamp~.libs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** oggamp~.libs	26 Nov 2005 06:58:59 -0000	1.2
--- oggamp~.libs	27 Nov 2005 05:01:59 -0000	1.3
***************
*** 1 ****
! -logg -lvorbisenc -lvorbisfile -lvorbis -lpthreadGC2 -lwsock32
--- 1 ----
! -lwsock32 -lpthreadGC2

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/win/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** makefile	26 Nov 2005 06:58:34 -0000	1.13
--- makefile	27 Nov 2005 05:01:59 -0000	1.14
***************
*** 49,54 ****
  	 -Wno-switch $(OPTIM_FLAGS)
  
! INCLUDE = -I. -I.. -I$(PD_PATH)/src -IC:/msys/1.0/local/include
! LDFLAGS = -shared -LC:/msys/1.0/local/lib -L$(PD_PATH)/bin -lpd
  
  all: externals
--- 49,54 ----
  	 -Wno-switch $(OPTIM_FLAGS)
  
! INCLUDE = -I. -I.. -I$(PD_PATH)/src -IC:/msys/1.0/include
! LDFLAGS = -shared -LC:/msys/1.0/lib -L$(PD_PATH)/bin -lpd
  
  all: externals
***************
*** 66,70 ****
  		`test -f ../src/$*.libs && cat ../src/$*.libs` 
  	$(STRIP) "$*.dll"
- #	strip --strip-all "$*.dll"
  	rm "$*.o"
  
--- 66,69 ----





More information about the Pd-cvs mailing list