diff build/Makefile.mingw32 @ 298:5940dd0a399f

* Add NoShift option to PluginInputDomainAdapter as well, for completeness * Minor & doc updates
author cannam
date Tue, 22 Sep 2009 13:01:56 +0000
parents 38c638894360
children 7d4aeb0d0d6c
line wrap: on
line diff
--- a/build/Makefile.mingw32	Tue Sep 22 11:40:14 2009 +0000
+++ b/build/Makefile.mingw32	Tue Sep 22 13:01:56 2009 +0000
@@ -68,7 +68,7 @@
 
 # Compile flags
 #
-CXXFLAGS	= $(CXXFLAGS) -O2 -Wall -I. -I../include -fpic
+CXXFLAGS	= -O2 -Wall -I. -I../include
 
 # Libraries required for the plugins.
 #
@@ -80,7 +80,7 @@
 
 # Libraries required for the host.
 #
-HOST_LIBS	= ./libvamp-hostsdk.a -l../lib -lsndfile
+HOST_LIBS	= ./libvamp-hostsdk.a -L../lib -lsndfile
 
 # Libraries required for the RDF template generator.
 #