A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2008-February/077313.html below:

[Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows

[Python-Dev] Fixing buildbot/external(-amd64).bat files on Windows [Python-Dev] Fixing buildbot/external(-amd64).bat files on WindowsTrent Nelson tnelson at onresolve.com
Fri Feb 29 15:18:20 CET 2008
Christian Heimes:
> Trent Nelson wrote:
> > -   vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Debug
> /project db_static
> > +   devenv /upgrade db-4.4.20\build_win32\Berkeley_DB.sln
> > +   devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug
> /project db_static
>
> The upgrade is requires only once. It probably belongs next to the
> checkout or svn up and not in the build section.

Makes sense.  So we're looking at something like:

@rem Sleepycat db
if not exist db-4.4.20 (
    svn export http://svn.python.org/projects/external/db-4.4.20
    devenv /upgrade db-4.4.20\build_win32\Berkeley_DB.sln
)
if not exist db-4.4.20\build_win32\debug\libdb44sd.lib (
    devenv db-4.4.20\build_win32\Berkeley_DB.sln /build Debug
)

I'll test this when I get to work and report back.

        Trent.


--
http://www.onresolve.com

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4