diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-10-17 07:49:46 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-10-17 07:49:46 +0000 |
commit | d850ad2fc338d5c6e6831294a652676e4e29e7f0 (patch) | |
tree | a4691e89c254f8249d1e9a95ea9a9a405f23f561 | |
parent | a0f7a16cf681455f5dda8d0d32222657116c5617 (diff) |
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
-rw-r--r-- | src/zexy.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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" |