aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-17 07:49:46 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-10-17 07:49:46 +0000
commitd850ad2fc338d5c6e6831294a652676e4e29e7f0 (patch)
treea4691e89c254f8249d1e9a95ea9a9a405f23f561 /src/zexy.h
parenta0f7a16cf681455f5dda8d0d32222657116c5617 (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
Diffstat (limited to 'src/zexy.h')
-rw-r--r--src/zexy.h9
1 files changed, 1 insertions, 8 deletions
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"