From e6bdb9be0e7db045a71d6df3c6dd8eb2994c4ab9 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 13 Apr 2007 23:22:05 +0000 Subject: Add the necessary dependency for the Windows VC6 build to ensure 'pythoncore' is built before '_ctypes' is attempted. Will backport to 2.5 once it is unfrozen for 2.5.1. --- PC/VC6/pcbuild.dsw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PC/VC6/pcbuild.dsw b/PC/VC6/pcbuild.dsw index daf1535..bd3718d 100644 --- a/PC/VC6/pcbuild.dsw +++ b/PC/VC6/pcbuild.dsw @@ -26,6 +26,9 @@ Package=<5> Package=<4> {{{ + Begin Project Dependency + Project_Dep_Name pythoncore + End Project Dependency }}} ############################################################################### -- cgit v0.12