[PD-cvs] externals/zexy/src zexy.h,1.11,1.12

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Dec 6 23:00:19 CET 2005


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

Modified Files:
	zexy.h 
Log Message:
include zexyconf.h only when ZEXY_LIBRARY is defined
(so there is a good chance that zexy's configure has generated zexyconf.h)


Index: zexy.h
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** zexy.h	29 Nov 2005 17:29:04 -0000	1.11
--- zexy.h	6 Dec 2005 22:00:17 -0000	1.12
***************
*** 40,44 ****
  #endif
  
! #include "zexyconf.h"
  
  #include "m_pd.h"
--- 40,50 ----
  #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
!  */
! # include "zexyconf.h"
! #endif
  
  #include "m_pd.h"





More information about the Pd-cvs mailing list