diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-10-17 02:47:01 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-10-17 02:47:01 +0000 |
commit | 0d28c65db3a665bcc5045c8885a83ba83ae46f4a (patch) | |
tree | b36ef7edf31f6950a03a9a0a5e54905dbb6de054 /externals/grill/py/py.vcproj | |
parent | 5ef85160f748c0963030a30868c6c23183f7a14b (diff) |
""
svn path=/trunk/; revision=1100
Diffstat (limited to 'externals/grill/py/py.vcproj')
-rw-r--r-- | externals/grill/py/py.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/externals/grill/py/py.vcproj b/externals/grill/py/py.vcproj index 2f841fc6..dad3f95d 100644 --- a/externals/grill/py/py.vcproj +++ b/externals/grill/py/py.vcproj @@ -42,7 +42,7 @@ OutputFile=".\pd-msvc\d/py.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="c:/programme/audio/pd/bin,..\flext\pd-msvc,f:\prog\packs\Python-2.2.1\PCbuild" + AdditionalLibraryDirectories="c:/programme/audio/pd/bin;"..\flext\pd-msvc"" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\pd-msvc\d/py.pdb" ImportLibrary=".\pd-msvc\d/py.lib" @@ -152,7 +152,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="c:\programme\audio\pd\src,f:\prog\max\flext\source,C:\Programme\prog\Python22\include" + AdditionalIncludeDirectories="c:\programme\audio\pd\src,f:\prog\max\flext\source,C:\Programme\prog\Python23\include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS" StringPooling="TRUE" RuntimeLibrary="0" @@ -170,7 +170,7 @@ OutputFile="pd-msvc\py.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="c:/programme/audio/pd/bin,..\flext\pd-msvc,C:\Programme\prog\Python22\libs" + AdditionalLibraryDirectories="c:/programme/audio/pd/bin;"..\flext\pd-msvc";C:\Programme\prog\Python23\libs" ProgramDatabaseFile=".\pd-msvc\tr/py.pdb" ImportLibrary=".\pd-msvc\tr/py.lib" TargetMachine="1"/> @@ -228,7 +228,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="pd.lib" + AdditionalDependencies="pd.lib python23.lib" OutputFile=".\pd-msvc\r/py.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" |