diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-09-09 04:06:33 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-09-09 04:06:33 +0000 |
commit | df4fc5a5bf7bc65b610a497091f47e5ccc600874 (patch) | |
tree | 2c0b363210351aeb7109cf0fe946a2e053762423 /externals/grill/py/py.vcproj | |
parent | 585f6de9b51870f5f8d60e39979eb43fe3d0e3a7 (diff) |
""
svn path=/trunk/; revision=2020
Diffstat (limited to 'externals/grill/py/py.vcproj')
-rw-r--r-- | externals/grill/py/py.vcproj | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/externals/grill/py/py.vcproj b/externals/grill/py/py.vcproj index cbc08f0f..a6e974c0 100644 --- a/externals/grill/py/py.vcproj +++ b/externals/grill/py/py.vcproj @@ -3,6 +3,7 @@ ProjectType="Visual C++" Version="7.10" Name="py" + ProjectGUID="{98512688-BE2E-4C17-A7D4-92BC21DC6FFE}" SccProjectName="py" SccAuxPath="" SccLocalPath="." @@ -291,14 +292,14 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="pd.lib pthreadVC.lib" + AdditionalDependencies="flext_ld.lib pd.lib pthreadVC.lib" OutputFile="$(outdir)/py.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories=""f:\prog\pd\pd-cvs/bin";f:\prog\packs\pthreads;"f:\prog\packs\Python-2.3.2\PCbuild"" + AdditionalLibraryDirectories="f:\prog\max\flext\pd-msvc;"f:\prog\pd\pd-cvs/bin";f:\prog\packs\pthreads;"f:\prog\packs\Python-2.3.4\PCbuild"" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\pd-msvc\td/py.pdb" - ImportLibrary=".\pd-msvc\td/py.lib" + ImportLibrary=".\pd-msvc\sd/py.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool" @@ -341,7 +342,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads;f:\prog\max\flext\source,C:\Programme\prog\Python22\include" + AdditionalIncludeDirectories=""f:\prog\pd\pd-cvs\src";f:\prog\packs\pthreads;f:\prog\max\flext\source;C:\Programme\prog\Python23\include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED" StringPooling="TRUE" RuntimeLibrary="2" @@ -355,13 +356,13 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="pd.lib pthreadVC.lib" + AdditionalDependencies="flext_l.lib pd.lib pthreadVC.lib" OutputFile="$(outdir)\py.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="f:\prog\pd\pd-cvs/bin;f:\prog\packs\pthreads,C:\Programme\prog\Python22\libs" + AdditionalLibraryDirectories="f:\prog\max\flext\pd-msvc;"f:\prog\pd\pd-cvs/bin";f:\prog\packs\pthreads;C:\Programme\prog\Python23\libs" ProgramDatabaseFile=".\pd-msvc\tr/py.pdb" - ImportLibrary=".\pd-msvc\tr/py.lib" + ImportLibrary=".\pd-msvc\sr/py.lib" TargetMachine="1"/> <Tool Name="VCMIDLTool" |