diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2006-03-23 01:42:05 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2006-03-23 01:42:05 +0000 |
commit | 22eaba4518f85902489a35dbac0fd97654b59d43 (patch) | |
tree | 4b2ad06255e972b5fe1ddf813a1a2d8b135048a7 /externals/grill/py/py.vcproj | |
parent | 246f98cb45a3e3e63eaf99dfed5a35bd1254ec13 (diff) |
added message bundle functionality (pyext.Bundle class)
enable compiled-only scripts (without .py)
small optimizations and fixes
some optimizations and py reload fix
better error message for reload with invalid args
enable module packages (module/__init__.py[co]), now also for Max
svn path=/trunk/; revision=4750
Diffstat (limited to 'externals/grill/py/py.vcproj')
-rw-r--r-- | externals/grill/py/py.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/grill/py/py.vcproj b/externals/grill/py/py.vcproj index 25b2ec33..021edc52 100644 --- a/externals/grill/py/py.vcproj +++ b/externals/grill/py/py.vcproj @@ -86,7 +86,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="C:\data\prog\packs\pthreads\include;"c:\data\pd\pd-cvs\src";..\flext\source;c:\programme\prog\Python24\include" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PY_EXPORTS;FLEXT_SYS=2;FLEXT_THREADS;PY_NUMARRAY" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PY_EXPORTS;FLEXT_SYS=2;FLEXT_THREADS;PY_NUMARRAY;xFLEXT_USECMEM" BasicRuntimeChecks="3" RuntimeLibrary="1" RuntimeTypeInfo="TRUE" @@ -488,7 +488,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="maxapi.lib maxaudio.lib pthreadVC.lib" + AdditionalDependencies="maxapi.lib maxaudio.lib" OutputFile=""C:\Programme\Gemeinsame Dateien\Cycling '74\externals\flext\py.mxe"" LinkIncremental="1" SuppressStartupBanner="TRUE" @@ -556,7 +556,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="maxapi.lib maxaudio.lib pthreadVC.lib" + AdditionalDependencies="maxapi.lib maxaudio.lib" OutputFile="./max-msvc/py.mxe" LinkIncremental="1" SuppressStartupBanner="TRUE" |