diff options
author | Trent Mick <trentm@activestate.com> | 2007-04-13 23:22:05 (GMT) |
---|---|---|
committer | Trent Mick <trentm@activestate.com> | 2007-04-13 23:22:05 (GMT) |
commit | e6bdb9be0e7db045a71d6df3c6dd8eb2994c4ab9 (patch) | |
tree | 1d855fd5017ca07060a84f876e2e095a0b1120af /PC | |
parent | 019fcbc2e8083d02b3b2ddb4ae40a861027bdbac (diff) | |
download | cpython-e6bdb9be0e7db045a71d6df3c6dd8eb2994c4ab9.zip cpython-e6bdb9be0e7db045a71d6df3c6dd8eb2994c4ab9.tar.gz cpython-e6bdb9be0e7db045a71d6df3c6dd8eb2994c4ab9.tar.bz2 |
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.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pcbuild.dsw | 3 |
1 files changed, 3 insertions, 0 deletions
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
}}}
###############################################################################
|