Mercurial > hg > vamp-plugin-sdk
comparison build/Makefile.osx @ 466:a94ab90dfd53 vampipe
Remove RequestResponse, PluginConfiguration and PluginStaticData again. I don't think they are proving general enough to be worth adding to this SDK at this point. Will try them out in piper-cpp instead.
author | Chris Cannam |
---|---|
date | Thu, 13 Oct 2016 17:06:53 +0100 |
parents | 9c25e2289faa |
children | 95b7404af6ce |
comparison
equal
deleted
inserted
replaced
465:e32815f133d6 | 466:a94ab90dfd53 |
---|---|
138 $(HOSTSDKDIR)/PluginChannelAdapter.h \ | 138 $(HOSTSDKDIR)/PluginChannelAdapter.h \ |
139 $(HOSTSDKDIR)/PluginInputDomainAdapter.h \ | 139 $(HOSTSDKDIR)/PluginInputDomainAdapter.h \ |
140 $(HOSTSDKDIR)/PluginLoader.h \ | 140 $(HOSTSDKDIR)/PluginLoader.h \ |
141 $(HOSTSDKDIR)/PluginSummarisingAdapter.h \ | 141 $(HOSTSDKDIR)/PluginSummarisingAdapter.h \ |
142 $(HOSTSDKDIR)/PluginWrapper.h \ | 142 $(HOSTSDKDIR)/PluginWrapper.h \ |
143 $(HOSTSDKDIR)/PluginConfiguration.h \ | |
144 $(HOSTSDKDIR)/PluginStaticData.h \ | |
145 $(HOSTSDKDIR)/RequestResponse.h \ | |
146 $(HOSTSDKDIR)/hostguard.h \ | 143 $(HOSTSDKDIR)/hostguard.h \ |
147 $(HOSTSDKDIR)/host-c.h \ | 144 $(HOSTSDKDIR)/host-c.h \ |
148 $(HOSTSDKDIR)/vamp-hostsdk.h | 145 $(HOSTSDKDIR)/vamp-hostsdk.h |
149 | 146 |
150 SDK_OBJECTS = \ | 147 SDK_OBJECTS = \ |