Mercurial > hg > vamp-plugin-sdk
changeset 314:a1be2e4a5d22
Use g++-4.0 if using 10.4 SDK
author | Chris Cannam |
---|---|
date | Tue, 05 Apr 2011 11:00:44 +0100 |
parents | b570254e70a0 |
children | 2351610cd3b0 |
files | skeleton/Makefile.skeleton |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/skeleton/Makefile.skeleton Mon Mar 07 13:59:27 2011 +0000 +++ b/skeleton/Makefile.skeleton Tue Apr 05 11:00:44 2011 +0100 @@ -36,6 +36,7 @@ ## Uncomment these for an OS/X universal binary (PPC and 32- and ## 64-bit Intel) supporting 10.4 or newer (if you have the 10.4 SDK): +# CXX := g++-4.0 # CXXFLAGS := -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -arch i386 -arch x86_64 -arch ppc -I$(VAMP_SDK_DIR) -Wall -fPIC # PLUGIN_EXT := .dylib # LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN) $(VAMP_SDK_DIR)/libvamp-sdk.a -exported_symbols_list vamp-plugin.list