From d850ad2fc338d5c6e6831294a652676e4e29e7f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 17 Oct 2006 07:49:46 +0000 Subject: 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 svn path=/trunk/externals/zexy/; revision=6126 --- src/zexy.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/zexy.h') diff --git a/src/zexy.h b/src/zexy.h index 9c13963..46c6bb7 100644 --- a/src/zexy.h +++ b/src/zexy.h @@ -39,14 +39,7 @@ # endif #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 "zexyconf.h" #include "m_pd.h" -- cgit v1.2.1