Mercurial > hg > vampy
changeset 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 | |
| files | VamPy.vcproj |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/VamPy.vcproj Thu Sep 24 08:52:04 2009 +0000 +++ b/VamPy.vcproj Thu Sep 24 09:35:08 2009 +0000 @@ -113,7 +113,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories=""..\vamp-plugin-sdk";C:\Python26\include" + AdditionalIncludeDirectories=""..\vamp-plugin-sdk";C:\Python26\include;"C:\Python26\Lib\site-packages\numpy\core\include\numpy"" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPY_EXPORTS;HAVE_NUMPY" RuntimeLibrary="2" UsePrecompiledHeader="0"
