aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/py.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-11-03 20:36:42 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-11-03 20:36:42 +0000
commit5376005e3c82ab7a3464ca6405696916f8f2e6bd (patch)
tree8151165e254dad75ec3da1e4dc97cecfbd36cd04 /externals/grill/py/py.vcproj
parent0f833c72de82b8d9fdcd53b4f10ffdb986382c85 (diff)
display error messages if calling __init__ or _del caused an exception
updated docs compiler flag to exclude DSP objects pyext: fix for missing __init__ attribute some ASSERTs for explicitly created pyext classes (should be runtime checks i guess) let _inlets and _outlets default to 0 svn path=/trunk/; revision=3829
Diffstat (limited to 'externals/grill/py/py.vcproj')
-rw-r--r--externals/grill/py/py.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/py/py.vcproj b/externals/grill/py/py.vcproj
index d82a132f..5ad7f1bf 100644
--- a/externals/grill/py/py.vcproj
+++ b/externals/grill/py/py.vcproj
@@ -85,7 +85,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="c:\programme\audio\pd-0.39-0\src;..\flext\source;c:\programme\prog\Python24\include"
+ AdditionalIncludeDirectories="c:\programme\audio\pd-0.39-1\src;..\flext\source;c:\programme\prog\Python24\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PY_EXPORTS;FLEXT_SYS=2;FLEXT_THREADS;PY_NUMARRAY"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -105,7 +105,7 @@
OutputFile="$(outdir)/py.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="&quot;C:\data\prog\packs\Python-2.4\PCbuild&quot;;&quot;c:/data/pd/pd-cvs/bin&quot;"
+ AdditionalLibraryDirectories="&quot;C:\data\prog\packs\Python-2.4\PCbuild&quot;;&quot;c:/programme/audio/pd-0.39-1/bin&quot;"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(outdir)/py.pdb"
SubSystem="2"