/[svn]/linuxsampler/trunk/src/hostplugins/vst/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/hostplugins/vst/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1897 - (show annotations) (download)
Sun May 10 09:31:51 2009 UTC (14 years, 11 months ago) by persson
File size: 740 byte(s)
* Windows: look for editor plugins and Fantasia using base directory
  of liblinuxsampler dll
* lscp bugfix: SET CHANNEL MIDI_INPUT_TYPE didn't work with the MME
  driver

1 if HAVE_VST
2
3 plugindir = $(libdir)/vst
4 plugin_LTLIBRARIES = LinuxSampler.la
5 INCLUDES = -I@VSTSDK_DIR@ -I@VSTSDK_DIR@/public.sdk/source/vst2.x $(GIG_CFLAGS)
6
7 LinuxSampler_la_SOURCES = PluginVst.cpp PluginVst.h
8 nodist_LinuxSampler_la_SOURCES = \
9 @VSTSDK_DIR@/public.sdk/source/vst2.x/audioeffectx.cpp \
10 @VSTSDK_DIR@/public.sdk/source/vst2.x/audioeffect.cpp \
11 @VSTSDK_DIR@/public.sdk/source/vst2.x/vstplugmain.cpp
12
13 LinuxSampler_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,-s
14 LinuxSampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
15
16 EXTRA_DIST = PluginVst.def
17
18 if HAVE_WINDOWS
19 LinuxSampler_la_LDFLAGS += -Wl,$(srcdir)/PluginVst.def
20 LinuxSampler_la_LIBADD += -lws2_32
21 else
22 LinuxSampler_la_CPPFLAGS = -D__cdecl=
23 endif
24
25 endif

  ViewVC Help
Powered by ViewVC