]> granicus.if.org Git - python/commitdiff
Updated VC6 files.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 9 Sep 2010 06:08:36 +0000 (06:08 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 9 Sep 2010 06:08:36 +0000 (06:08 +0000)
* pythoncore.dsp: updated project file
* readme.txt: removed dead link
* tcl852.patch: fixed patch. it was doubled.

PC/VC6/pythoncore.dsp
PC/VC6/readme.txt
PC/VC6/tcl852.patch

index 4e598ffa28d79a8690d994dd02e3310defb35fa1..34ad169f2d6ffa9ec126dbd215216618b51f87ec 100644 (file)
@@ -133,6 +133,10 @@ SOURCE=..\..\Modules\_csv.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\..\Modules\_datetimemodule.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\..\Modules\_functoolsmodule.c\r
 # End Source File\r
 # Begin Source File\r
@@ -185,6 +189,10 @@ SOURCE=..\..\Modules\_threadmodule.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\..\Modules\_time.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\..\Python\_warnings.c\r
 # End Source File\r
 # Begin Source File\r
@@ -309,7 +317,7 @@ SOURCE=..\..\Modules\zlib\crc32.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=..\..\Modules\datetimemodule.c\r
+SOURCE=..\..\Python\dynamic_annotations.c\r
 # End Source File\r
 # Begin Source File\r
 \r
@@ -635,6 +643,10 @@ SOURCE=..\..\Python\pythonrun.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\..\Python\pytime.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\..\Objects\rangeobject.c\r
 # End Source File\r
 # Begin Source File\r
index 98b33153035dc399ba6e9ee8aaea57061d531788..d3d3681882eb91039efe2fd4193f0246a5b9c34a 100644 (file)
@@ -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
 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
-http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm.
+SDK February 2003 Edition (Core SDK).
 (For other Windows platforms and compilers, see ../readme.txt.)
 
 All you need to do is open the workspace "pcbuild.dsw" in MSVC++, select
index 0b6c4662b85b141882e18a422321e11c0702c150..ed6780ad934c8dc872c26c69b7d560f8994457b7 100644 (file)
@@ -9,14 +9,3 @@
  typedef struct _stati64       Tcl_StatBuf;
  #         else
  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;