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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2208 by persson, Mon Jul 18 08:18:21 2011 UTC revision 2347 by persson, Sun Jun 10 15:47:32 2012 UTC
# Line 18  if HAVE_WINDOWS Line 18  if HAVE_WINDOWS
18  LinuxSampler_la_LDFLAGS += -Wl,$(srcdir)/PluginVst.def -Wl,-s  LinuxSampler_la_LDFLAGS += -Wl,$(srcdir)/PluginVst.def -Wl,-s
19  LinuxSampler_la_LIBADD += -lws2_32  LinuxSampler_la_LIBADD += -lws2_32
20  else  else
21  LinuxSampler_la_CPPFLAGS = -D__cdecl=  LinuxSampler_la_CPPFLAGS = -D__cdecl= -DDATADIR=\""$(datadir)"\"
22  if LINUX  if LINUX
23  LinuxSampler_la_LDFLAGS += -Wl,--defsym -Wl,main=VSTPluginMain -Wl,-s  LinuxSampler_la_LDFLAGS += -Wl,--defsym -Wl,main=VSTPluginMain -Wl,-s
24  endif  endif

Legend:
Removed from v.2208  
changed lines
  Added in v.2347

  ViewVC Help
Powered by ViewVC