[PD-cvs] externals/grill/py config-pd-msvc.txt,1.5,1.6 makefile.pd-msvc,1.3,1.4 readme.txt,1.17,1.18

Thomas Grill xovo at users.sourceforge.net
Wed Jun 23 00:45:55 CEST 2004


Update of /cvsroot/pure-data/externals/grill/py
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11752

Modified Files:
	config-pd-msvc.txt makefile.pd-msvc readme.txt 
Log Message:
 ""

Index: makefile.pd-msvc
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/makefile.pd-msvc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** makefile.pd-msvc	2 Oct 2003 02:38:04 -0000	1.3
--- makefile.pd-msvc	22 Jun 2004 22:45:53 -0000	1.4
***************
*** 1,4 ****
  # py/pyext - python script object for PD and Max/MSP
! # Copyright (C)2002,03 Thomas Grill (xovo at gmx.net)
  #
  # Makefile for MSVC++ 6 and 7
--- 1,4 ----
  # py/pyext - python script object for PD and Max/MSP
! # Copyright (C)2002-04 Thomas Grill (xovo at gmx.net)
  #
  # Makefile for MSVC++ 6 and 7
***************
*** 25,29 ****
  
  !ifdef FLEXT_SHARED
! LIBS=$(LIBS) flext_t-pdwin.lib
  DEFS=$(DEFS) /DFLEXT_SHARED
  !else
--- 25,29 ----
  
  !ifdef FLEXT_SHARED
! LIBS=$(LIBS) flext.lib
  DEFS=$(DEFS) /DFLEXT_SHARED
  !else

Index: config-pd-msvc.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/config-pd-msvc.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** config-pd-msvc.txt	13 Dec 2003 03:38:19 -0000	1.5
--- config-pd-msvc.txt	22 Jun 2004 22:45:53 -0000	1.6
***************
*** 1,4 ****
  # py/pyext - python script objects for PD and Max/MSP
! # Copyright (c)2002,03 Thomas Grill (xovo at gmx.net)
  #
  
--- 1,4 ----
  # py/pyext - python script objects for PD and Max/MSP
! # Copyright (c)2002-04 Thomas Grill (xovo at gmx.net)
  #
  

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** readme.txt	21 Jun 2004 14:04:14 -0000	1.17
--- readme.txt	22 Jun 2004 22:45:53 -0000	1.18
***************
*** 151,153 ****
--- 151,154 ----
  bugs:
  - named (keyword) arguments are not supported
+ - currently no support for Python threads
  





More information about the Pd-cvs mailing list