Kaydet (Commit) 50e7cdb6 authored tarafından Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Updated VC6 files.

* pythoncore.dsp: updated project file
* readme.txt: removed dead link
* tcl852.patch: fixed patch. it was doubled.
üst 6c60d099
...@@ -133,6 +133,10 @@ SOURCE=..\..\Modules\_csv.c ...@@ -133,6 +133,10 @@ SOURCE=..\..\Modules\_csv.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Modules\_datetimemodule.c
# End Source File
# Begin Source File
SOURCE=..\..\Modules\_functoolsmodule.c SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -185,6 +189,10 @@ SOURCE=..\..\Modules\_threadmodule.c ...@@ -185,6 +189,10 @@ SOURCE=..\..\Modules\_threadmodule.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Modules\_time.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\_warnings.c SOURCE=..\..\Python\_warnings.c
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -309,7 +317,7 @@ SOURCE=..\..\Modules\zlib\crc32.c ...@@ -309,7 +317,7 @@ SOURCE=..\..\Modules\zlib\crc32.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Modules\datetimemodule.c SOURCE=..\..\Python\dynamic_annotations.c
# End Source File # End Source File
# Begin Source File # Begin Source File
...@@ -635,6 +643,10 @@ SOURCE=..\..\Python\pythonrun.c ...@@ -635,6 +643,10 @@ SOURCE=..\..\Python\pythonrun.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Python\pytime.c
# End Source File
# Begin Source File
SOURCE=..\..\Objects\rangeobject.c SOURCE=..\..\Objects\rangeobject.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -2,8 +2,7 @@ Building Python using VC++ 6.0 or 5.0 ...@@ -2,8 +2,7 @@ Building Python using VC++ 6.0 or 5.0
------------------------------------- -------------------------------------
This directory is used to build Python for Win32 platforms, e.g. Windows This directory is used to build Python for Win32 platforms, e.g. Windows
2000 and XP. It requires Microsoft Visual C++ 6.x or 5.x and Platform 2000 and XP. It requires Microsoft Visual C++ 6.x or 5.x and Platform
SDK February 2003 Edition (Core SDK). You can download this SDK from SDK February 2003 Edition (Core SDK).
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm.
(For other Windows platforms and compilers, see ../readme.txt.) (For other Windows platforms and compilers, see ../readme.txt.)
All you need to do is open the workspace "pcbuild.dsw" in MSVC++, select All you need to do is open the workspace "pcbuild.dsw" in MSVC++, select
......
...@@ -9,14 +9,3 @@ ...@@ -9,14 +9,3 @@
typedef struct _stati64 Tcl_StatBuf; typedef struct _stati64 Tcl_StatBuf;
# else # else
typedef struct _stat64 Tcl_StatBuf; typedef struct _stat64 Tcl_StatBuf;
--- tcl8.5.2\generic\tcl.h Fri Jun 13 03:35:39 2008
+++ tcl8.5.2\generic\tcl.h Sun Jan 4 16:52:30 2009
@@ -367,7 +367,7 @@
typedef struct stati64 Tcl_StatBuf;
# define TCL_LL_MODIFIER "L"
# else /* __BORLANDC__ */
-# if _MSC_VER < 1400 && !defined(_M_IX86)
+# if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/
typedef struct _stati64 Tcl_StatBuf;
# else
typedef struct _stat64 Tcl_StatBuf;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment