[PD-cvs] externals/zexy/src zexy.h,1.19,1.20

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Oct 17 09:49:49 CEST 2006


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17120

Modified Files:
	zexy.h 
Log Message:
always use zexyconf.h;
if someone wants to build zexy with their own build-system, they will have to provide a dummy or think of something else themselves

Index: zexy.h
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** zexy.h	30 Aug 2006 16:32:49 -0000	1.19
--- zexy.h	17 Oct 2006 07:49:46 -0000	1.20
***************
*** 40,51 ****
  #endif
  
! #ifdef ZEXY_LIBRARY
! /* some defines, which turn on special compile-options 
!  * (like parallel-port)
!  * the ifdef is here, to not break the externals/build-system
!  * (read: build-systems outside of zexy)
!  */
! # include "zexyconf.h"
! #endif
  
  #include "m_pd.h"
--- 40,44 ----
  #endif
  
! #include "zexyconf.h"
  
  #include "m_pd.h"





More information about the Pd-cvs mailing list