From: Trent Mick Date: Fri, 13 Apr 2007 23:22:05 +0000 (+0000) Subject: Add the necessary dependency for the Windows VC6 build to ensure 'pythoncore' X-Git-Tag: v2.6a1~1836 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6bdb9be0e7db045a71d6df3c6dd8eb2994c4ab9;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/PC/VC6/pcbuild.dsw b/PC/VC6/pcbuild.dsw index daf1535dd2d8..bd3718d11e98 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 }}} ###############################################################################