[Python-checkins] r54816 - python/trunk/PC/VC6/pcbuild.dsw (original) (raw)
trent.mick python-checkins at python.org
Sat Apr 14 01:22:07 CEST 2007
- Previous message: [Python-checkins] r54815 - python/branches/release25-maint/PC/getpathp.c
- Next message: [Python-checkins] buildbot warnings in alpha Tru64 5.1 trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: trent.mick Date: Sat Apr 14 01:22:05 2007 New Revision: 54816
Modified: python/trunk/PC/VC6/pcbuild.dsw Log: 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.
Modified: python/trunk/PC/VC6/pcbuild.dsw
--- python/trunk/PC/VC6/pcbuild.dsw (original) +++ python/trunk/PC/VC6/pcbuild.dsw Sat Apr 14 01:22:05 2007 @@ -26,6 +26,9 @@
Package=<4> {{{
- Begin Project Dependency
- Project_Dep_Name pythoncore
- End Project Dependency
}}}
###############################################################################
- Previous message: [Python-checkins] r54815 - python/branches/release25-maint/PC/getpathp.c
- Next message: [Python-checkins] buildbot warnings in alpha Tru64 5.1 trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]