Mercurial > hg > vampy
comparison VamPy.vcproj @ 36:03b10edc5f78 vampy2
* Update VC++ project file to build with NumPy -- appears to work.
author | cannam |
---|---|
date | Thu, 24 Sep 2009 09:35:08 +0000 |
parents | 2ba482378038 |
children | af9c4cee95a8 |
comparison
equal
deleted
inserted
replaced
35:2ba482378038 | 36:03b10edc5f78 |
---|---|
111 <Tool | 111 <Tool |
112 Name="VCMIDLTool" | 112 Name="VCMIDLTool" |
113 /> | 113 /> |
114 <Tool | 114 <Tool |
115 Name="VCCLCompilerTool" | 115 Name="VCCLCompilerTool" |
116 AdditionalIncludeDirectories=""..\vamp-plugin-sdk";C:\Python26\include" | 116 AdditionalIncludeDirectories=""..\vamp-plugin-sdk";C:\Python26\include;"C:\Python26\Lib\site-packages\numpy\core\include\numpy"" |
117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;HAVE_NUMPY" | 117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;HAVE_NUMPY" |
118 RuntimeLibrary="2" | 118 RuntimeLibrary="2" |
119 UsePrecompiledHeader="0" | 119 UsePrecompiledHeader="0" |
120 WarningLevel="3" | 120 WarningLevel="3" |
121 Detect64BitPortabilityProblems="true" | 121 Detect64BitPortabilityProblems="true" |