diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-09 04:59:30 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-01-09 04:59:30 +0000 |
commit | 53c16e06983f9b03464f41b8c0ed3206382c5538 (patch) | |
tree | d5a54d0c089ca1e622bfd605584922ae04580017 /externals/grill/py/py.vcproj | |
parent | 66d28ea3c22decc8cc01d046f05dde113af16c70 (diff) |
support for Python threads, at last
small fixes
merged in 20041229-newdetach branch.
renamed locking functions
svn path=/trunk/; revision=2483
Diffstat (limited to 'externals/grill/py/py.vcproj')
-rw-r--r-- | externals/grill/py/py.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/py/py.vcproj b/externals/grill/py/py.vcproj index 1b04f084..c108f9a7 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\src;c:\data\pdmax\flext\source;"C:\data\prog\packs\Python-2.4\include";"C:\data\prog\packs\Python-2.4\PC"" + AdditionalIncludeDirectories="c:\data\prog\pd\pd-cvs\src;c:\data\pdmax\flext\source;"C:\data\prog\packs\Python-2.4\include";"C:\data\prog\packs\Python-2.4\PC"" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS" BasicRuntimeChecks="3" RuntimeLibrary="1" |