Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
37b45442
Commit
37b45442
authored
Jan 06, 2008
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use vcbuild for VS 2009.
parent
4de377bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Tools/buildbot/buildmsi.bat
Tools/buildbot/buildmsi.bat
+2
-2
No files found.
Tools/buildbot/buildmsi.bat
View file @
37b45442
...
...
@@ -4,12 +4,12 @@ cmd /c Tools\buildbot\external.bat
@rem
build
release
versions
of
things
call
"
%VS9
0COMNTOOLS
%vsvars3
2.bat"
if
not
exist
..\db
-
4
.4.20\build_win32\release\libdb44s.lib
(
devenv
..\
db
-
4
.4.20\build_win32\Berkeley_DB.sln
/build
Release
/project
db_static
vcbuild
db
-
4
.4.20\build_win32\Berkeley_DB.sln
/build
Release
/project
db_static
)
@rem
build
Python
cmd
/q/c
Tools
\buildbot\kill_python.bat
devenv
.com
/useenv /build
Release
PCbuild
\pcbuild.sln
vcbuild
/useenv
PCbuild
\pcbuild.sln
"Release|Win32"
@rem
build
the
documentation
bash
.exe
-c
'cd Doc;make PYTHON=python2.5 update htmlhelp'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment