Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50e7cdb

Browse files
author
Hirokazu Yamamoto
committed
Updated VC6 files.
* pythoncore.dsp: updated project file * readme.txt: removed dead link * tcl852.patch: fixed patch. it was doubled.
1 parent 6c60d09 commit 50e7cdb

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

PC/VC6/pythoncore.dsp

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/VC6/readme.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ Building Python using VC++ 6.0 or 5.0
22
-------------------------------------
33
This directory is used to build Python for Win32 platforms, e.g. Windows
44
2000 and XP. It requires Microsoft Visual C++ 6.x or 5.x and Platform
5-
SDK February 2003 Edition (Core SDK). You can download this SDK from
6-
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm.
5+
SDK February 2003 Edition (Core SDK).
76
(For other Windows platforms and compilers, see ../readme.txt.)
87

98
All you need to do is open the workspace "pcbuild.dsw" in MSVC++, select

PC/VC6/tcl852.patch

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@
99
typedef struct _stati64 Tcl_StatBuf;
1010
# else
1111
typedef struct _stat64 Tcl_StatBuf;
12-
--- tcl8.5.2\generic\tcl.h Fri Jun 13 03:35:39 2008
13-
+++ tcl8.5.2\generic\tcl.h Sun Jan 4 16:52:30 2009
14-
@@ -367,7 +367,7 @@
15-
typedef struct stati64 Tcl_StatBuf;
16-
# define TCL_LL_MODIFIER "L"
17-
# else /* __BORLANDC__ */
18-
-# if _MSC_VER < 1400 && !defined(_M_IX86)
19-
+# if _MSC_VER < 1400 /*&& !defined(_M_IX86)*/
20-
typedef struct _stati64 Tcl_StatBuf;
21-
# else
22-
typedef struct _stat64 Tcl_StatBuf;

0 commit comments

Comments
 (0)