[PD-cvs] externals/zexy/src makefile.darwin,1.10,1.11 z_pack.c,1.3,1.4 zexy.dsp,1.2,1.3 z_count.c,1.1,NONE z_urn.c,1.3,NONE

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Wed Jan 21 19:13:51 CET 2004


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6071

Modified Files:
	makefile.darwin z_pack.c zexy.dsp 
Removed Files:
	z_count.c z_urn.c 
Log Message:
removed z_count.c (absolutely no use) and z_urn.c (is in z_random.c)


Index: makefile.darwin
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/makefile.darwin,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** makefile.darwin	20 Oct 2003 04:38:11 -0000	1.10
--- makefile.darwin	21 Jan 2004 18:13:49 -0000	1.11
***************
*** 38,42 ****
  	z_sfplay z_sfrecord \
  	z_sigpack z_wrap \
! 	z_prime z_random
  
  # ----------------------- MACOSX ----------------------------
--- 38,43 ----
  	z_sfplay z_sfrecord \
  	z_sigpack z_wrap \
! 	z_prime z_random \
! 	z_operating_system
  
  # ----------------------- MACOSX ----------------------------

Index: z_pack.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/z_pack.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** z_pack.c	18 Jun 2003 13:58:12 -0000	1.3
--- z_pack.c	21 Jan 2004 18:13:49 -0000	1.4
***************
*** 13,17 ****
  #ifdef NT
  #include <memory.h>
! #error do we need memory.h
  #endif
  
--- 13,17 ----
  #ifdef NT
  #include <memory.h>
! //#error do we need memory.h
  #endif
  

Index: zexy.dsp
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.dsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** zexy.dsp	30 Dec 2003 12:04:51 -0000	1.2
--- zexy.dsp	21 Jan 2004 18:13:49 -0000	1.3
***************
*** 40,44 ****
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEXY_EXPORTS" /YX /FD /c
! # ADD CPP /nologo /MT /W3 /GX /I "..\..\src" /D "WIN32" /D "NT" /D "_WINDOWS" /D "ZEXY" /FR /YX /FD /c
  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  # ADD MTL /nologo /win32
--- 40,44 ----
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZEXY_EXPORTS" /YX /FD /c
! # ADD CPP /nologo /MT /W3 /GX /I "..\..\..\pd\src" /D "WIN32" /D "NT" /D "_WINDOWS" /D "ZEXY" /FR /YX /FD /c
  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  # ADD MTL /nologo /win32
***************
*** 51,55 ****
  LINK32=link.exe
  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
! # ADD LINK32 kernel32.lib wsock32.lib uuid.lib libc.lib oldnames.lib pd.lib /nologo /dll /machine:I386 /nodefaultlib /out:"..\zexy.dll" /libpath:"../../bin" /export:zexy_setup
  # SUBTRACT LINK32 /pdb:none
  # Begin Target
--- 51,55 ----
  LINK32=link.exe
  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
! # ADD LINK32 kernel32.lib wsock32.lib uuid.lib libc.lib oldnames.lib pd.lib /nologo /dll /machine:I386 /nodefaultlib /out:"..\zexy.dll" /libpath:"../../bin" /libpath:"C:\Programme\pd\bin" /export:zexy_setup
  # SUBTRACT LINK32 /pdb:none
  # Begin Target
***************
*** 81,88 ****
  # Begin Source File
  
- SOURCE=.\z_down.c
- # End Source File
- # Begin Source File
- 
  SOURCE=.\z_drip.c
  # End Source File
--- 81,84 ----
***************
*** 109,116 ****
  # Begin Source File
  
- SOURCE=.\z_mtx.c
- # End Source File
- # Begin Source File
- 
  SOURCE=.\z_multiline.c
  # End Source File
--- 105,108 ----
***************
*** 129,132 ****
--- 121,128 ----
  # Begin Source File
  
+ SOURCE=.\z_operating_system.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=.\z_pack.c
  # End Source File
***************
*** 137,141 ****
  # Begin Source File
  
! SOURCE=.\z_point.c
  # End Source File
  # Begin Source File
--- 133,137 ----
  # Begin Source File
  
! SOURCE=.\z_prime.c
  # End Source File
  # Begin Source File
***************
*** 201,204 ****
--- 197,204 ----
  # Begin Source File
  
+ SOURCE=.\z_wrap.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=.\z_zdelay.c
  # End Source File

--- z_count.c DELETED ---

--- z_urn.c DELETED ---






More information about the Pd-cvs mailing list