diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-17 19:08:41 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-17 19:08:41 (GMT) |
commit | bce52be4916fe817cf2f08aa00ee1cc224e3513f (patch) | |
tree | 8e01b10aa0a69bbfc27ade3debe5e8fcb68a5b3d /PCbuild9 | |
parent | d157e6977784c9483bdffc5d8ccd108c3cd4f94f (diff) | |
download | cpython-bce52be4916fe817cf2f08aa00ee1cc224e3513f.zip cpython-bce52be4916fe817cf2f08aa00ee1cc224e3513f.tar.gz cpython-bce52be4916fe817cf2f08aa00ee1cc224e3513f.tar.bz2 |
Fixed some build issues and updated docs.
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 |