Mercurial > hg > vamp-plugin-sdk
comparison skeleton/Makefile.skeleton @ 314:a1be2e4a5d22
Use g++-4.0 if using 10.4 SDK
| author | Chris Cannam | 
|---|---|
| date | Tue, 05 Apr 2011 11:00:44 +0100 | 
| parents | 2ad57dd004ba | 
| children | dba435f9b283 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 313:b570254e70a0 | 314:a1be2e4a5d22 | 
|---|---|
| 34 | 34 | 
| 35 | 35 | 
| 36 ## Uncomment these for an OS/X universal binary (PPC and 32- and | 36 ## Uncomment these for an OS/X universal binary (PPC and 32- and | 
| 37 ## 64-bit Intel) supporting 10.4 or newer (if you have the 10.4 SDK): | 37 ## 64-bit Intel) supporting 10.4 or newer (if you have the 10.4 SDK): | 
| 38 | 38 | 
| 39 # CXX := g++-4.0 | |
| 39 # 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 | 40 # 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 | 
| 40 # PLUGIN_EXT := .dylib | 41 # PLUGIN_EXT := .dylib | 
| 41 # LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN) $(VAMP_SDK_DIR)/libvamp-sdk.a -exported_symbols_list vamp-plugin.list | 42 # LDFLAGS := $(CXXFLAGS) -dynamiclib -install_name $(PLUGIN) $(VAMP_SDK_DIR)/libvamp-sdk.a -exported_symbols_list vamp-plugin.list | 
| 42 | 43 | 
| 43 | 44 | 
