Mercurial > hg > vamp-plugin-sdk
changeset 211:caa9d07bb9bd
* Update VC project file to handle proper export of
  plugin lookup function, and use the right dll name
  to match the other platforms and the .cat file
| author | cannam | 
|---|---|
| date | Sat, 18 Oct 2008 16:51:51 +0000 | 
| parents | a5187dad96cd | 
| children | d643927816aa | 
| files | VampExamplePlugins.vcproj | 
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/VampExamplePlugins.vcproj Fri Oct 17 21:59:35 2008 +0000 +++ b/VampExamplePlugins.vcproj Sat Oct 18 16:51:51 2008 +0000 @@ -49,6 +49,7 @@ WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" @@ -61,6 +62,8 @@ /> <Tool Name="VCLinkerTool" + AdditionalOptions="/EXPORT:vampGetPluginDescriptor" + OutputFile="$(OutDir)\vamp-example-plugins.dll" LinkIncremental="2" GenerateDebugInformation="true" SubSystem="2" @@ -111,12 +114,14 @@ /> <Tool Name="VCCLCompilerTool" + AdditionalIncludeDirectories="$(ProjectDir)" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" @@ -129,6 +134,8 @@ /> <Tool Name="VCLinkerTool" + AdditionalOptions="/EXPORT:vampGetPluginDescriptor" + OutputFile="$(OutDir)\vamp-example-plugins.dll" LinkIncremental="2" GenerateDebugInformation="true" SubSystem="2"
