diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-06 19:43:07 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-06 19:43:07 +0200 |
commit | 8cacd4e097bb969fe6de20d88e98763deef658e6 (patch) | |
tree | 19b5a9895e8c110f5ee9c6e01915f7622c94b4c0 | |
parent | e0c56549d404efdee32874c4ea8ee73e9b654a83 (diff) |
Remove debug output from vst.v0.9.3
-rw-r--r-- | vst/Makefile.mingw32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vst/Makefile.mingw32 b/vst/Makefile.mingw32 index 2c06add..9d3f2f8 100644 --- a/vst/Makefile.mingw32 +++ b/vst/Makefile.mingw32 @@ -30,7 +30,7 @@ DG_SRC = \ ${DG_BASE}/src/semaphore.cc \ ${DG_BASE}/src/thread.cc \ ${DG_BASE}/src/velocity.cc -DG_CFLAGS = -I../include -I../src -DSSE -msse -msse2 +DG_CFLAGS = -DDISABLE_HUGIN -I../include -I../src -DSSE -msse -msse2 GUI_SRC = \ $(DG_BASE)/plugingui/plugingui.cc \ @@ -70,7 +70,7 @@ DBG_SRC = \ $(top_srcdir)/hugin/hugin.c \ $(top_srcdir)/hugin/hugin_syslog.c -DBG_CFLAGS=-I../hugin -DWITH_HUG_SYSLOG -DWITH_HUG_MUTEX +DBG_CFLAGS=-DDISABLE_HUGIN -I../hugin -DWITH_HUG_SYSLOG -DWITH_HUG_MUTEX # # http://old.nabble.com/using-VC%2B%2B-.lib-with-mingw-td23151303.html # Given `-lfoo', the win32 build of GNU ld will search for libfoo.a and foo.lib |