diff options
Diffstat (limited to 'PCbuild9')
-rw-r--r-- | PCbuild9/pythoncore.vcproj | 7 | ||||
-rw-r--r-- | PCbuild9/readme.txt | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/PCbuild9/pythoncore.vcproj b/PCbuild9/pythoncore.vcproj index 7601d48..8431f31 100644 --- a/PCbuild9/pythoncore.vcproj +++ b/PCbuild9/pythoncore.vcproj @@ -61,6 +61,7 @@ /> <Tool Name="VCLinkerTool" + AdditionalDependencies="getbuildinfo.o" OutputFile="./python30.dll" IgnoreDefaultLibraryNames="libc" ProgramDatabaseFile="python30.pdb" @@ -137,6 +138,7 @@ /> <Tool Name="VCLinkerTool" + AdditionalDependencies="getbuildinfo.o" OutputFile="./python30.dll" IgnoreDefaultLibraryNames="libc" ProgramDatabaseFile="python30.pdb" @@ -213,6 +215,7 @@ /> <Tool Name="VCLinkerTool" + AdditionalDependencies="getbuildinfo.o" OutputFile="$(PyDllName)_d.dll" IgnoreDefaultLibraryNames="libc" ProgramDatabaseFile="python30_d.pdb" @@ -1181,10 +1184,6 @@ > </File> <File - RelativePath="..\PCBuild9_old\getbuildinfo.c" - > - </File> - <File RelativePath="..\PC\getpathp.c" > </File> diff --git a/PCbuild9/readme.txt b/PCbuild9/readme.txt index 62c2192..1fd8cc3 100644 --- a/PCbuild9/readme.txt +++ b/PCbuild9/readme.txt @@ -227,7 +227,7 @@ _ssl Get the source code through - svn export http://svn.python.org/projects/external/openssl-0.9.8a + svn export http://svn.python.org/projects/external/openssl-0.9.8g Alternatively, get the latest version from http://www.openssl.org. You can (theoretically) use any version of OpenSSL you like - the |