[PD-cvs] externals/build/win m_pd.h,NONE,1.1 netclient.libs,NONE,1.1 netdist.libs,NONE,1.1 netrec.libs,NONE,1.1 netserver.libs,NONE,1.1 oggamp~.libs,NONE,1.1 oggcast~.libs,NONE,1.1 oggread~.libs,NONE,1.1 oggwrite~.libs,NONE,1.1 streamin13~.libs,NONE,1.1 streamin~.libs,NONE,1.1 streamout13~.libs,NONE,1.1 streamout~.libs,NONE,1.1 makefile,1.6,1.7

carmen rocco ix9 at users.sourceforge.net
Wed Jul 7 16:34:57 CEST 2004


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

Modified Files:
	makefile 
Added Files:
	m_pd.h netclient.libs netdist.libs netrec.libs netserver.libs 
	oggamp~.libs oggcast~.libs oggread~.libs oggwrite~.libs 
	streamin13~.libs streamin~.libs streamout13~.libs 
	streamout~.libs 
Log Message:

momgviisthesuck



--- NEW FILE: oggread~.libs ---
-logg -lvorbis -lvorbisenc -lvorbisfile

--- NEW FILE: oggcast~.libs ---
-logg -lvorbis -lvorbisenc -lvorbisfile

--- NEW FILE: streamout~.libs ---
-lwsock32

--- NEW FILE: oggwrite~.libs ---
-logg -lvorbis -lvorbisenc -lvorbisfile

--- NEW FILE: netdist.libs ---
-lwsock32 -lpthreadGC

Index: makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/build/win/makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** makefile	1 Apr 2004 03:03:19 -0000	1.6
--- makefile	7 Jul 2004 14:34:54 -0000	1.7
***************
*** 7,19 ****
  .SUFFIXES: .dll
  
! CFLAGS = -DPD -DWINDOWS -Wall -W -Wshadow -Wstrict-prototypes \
      -Wno-unused -Wno-parentheses -Wno-switch
  
! INCLUDE = -I. -I.. -I../include
  
  %.dll: ../src/%.c
  	$(CC) $(CFLAGS) $(INCLUDE) -o "$*.o" -c "../src/$*.c"
  	gcc -shared -o "$*.dll" "$*.o" $(prefix)/bin/pd.dll \
! 	`test -f $*.libs && cat $*.libs`
  clean:
  	-rm *.a *.def *.dll *.o
--- 7,19 ----
  .SUFFIXES: .dll
  
! CFLAGS = -DPD -DMSW -DNT -Wall -W -Wshadow -Wstrict-prototypes \
      -Wno-unused -Wno-parentheses -Wno-switch
  
! INCLUDE = -I. -I.. -I../include -I/usr/local/include
  
  %.dll: ../src/%.c
  	$(CC) $(CFLAGS) $(INCLUDE) -o "$*.o" -c "../src/$*.c"
  	gcc -shared -o "$*.dll" "$*.o" $(prefix)/bin/pd.dll \
! 	`test -f $*.libs && cat $*.libs` -L/usr/local/lib
  clean:
  	-rm *.a *.def *.dll *.o

--- NEW FILE: netrec.libs ---
-lwsock32 -lpthreadGC

--- NEW FILE: m_pd.h ---
/* windows compatibility stuff - cr 2004 */

#include "../../../src/m_pd.h"

#define setenv(a,b,c) _putenv(a)
#define drand48() ((double)rand()/RAND_MAX)
#define srand48(n) srand((n));
#define expm1(e) exp(e)-1
#define bzero(p,n) memset(p,0,n)
#define O_NONBLOCK 0

--- NEW FILE: streamin~.libs ---
-lwsock32

--- NEW FILE: oggamp~.libs ---
-logg -lvorbisenc -lvorbisfile -lvorbis -lpthreadGC -lwsock32

--- NEW FILE: netclient.libs ---
-lwsock32 -lpthreadGC

--- NEW FILE: streamin13~.libs ---
-lwsock32

--- NEW FILE: netserver.libs ---
-lwsock32 -lpthreadGC

--- NEW FILE: streamout13~.libs ---
-lwsock32





More information about the Pd-cvs mailing list