/[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 1842 by persson, Sat Feb 21 16:11:17 2009 UTC revision 1908 by persson, Mon Jun 1 18:50:06 2009 UTC
# Line 16  LinuxSampler_la_LIBADD = $(top_builddir) Line 16  LinuxSampler_la_LIBADD = $(top_builddir)
16  EXTRA_DIST = PluginVst.def  EXTRA_DIST = PluginVst.def
17    
18  if HAVE_WINDOWS  if HAVE_WINDOWS
19  LinuxSampler_la_LDFLAGS += -Wl,PluginVst.def  LinuxSampler_la_LDFLAGS += -Wl,$(srcdir)/PluginVst.def
20  LinuxSampler_la_LIBADD += -lws2_32  LinuxSampler_la_LIBADD += -lws2_32
21  else  else
22  LinuxSampler_la_CPPFLAGS = -D__cdecl=  LinuxSampler_la_CPPFLAGS = -D__cdecl=
23    LinuxSampler_la_LDFLAGS += -Wl,--defsym -Wl,main=VSTPluginMain
24  endif  endif
25    
26  endif  endif

Legend:
Removed from v.1842  
changed lines
  Added in v.1908

  ViewVC Help
Powered by ViewVC