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
f6b1b9b2
Commit
f6b1b9b2
authored
May 13, 2012
by
Brian Curtin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct PlatformTarget->Platform usage for building the solution
parent
638f6c14
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Tools/buildbot/build-amd64.bat
Tools/buildbot/build-amd64.bat
+1
-1
Tools/buildbot/build.bat
Tools/buildbot/build.bat
+1
-1
No files found.
Tools/buildbot/build-amd64.bat
View file @
f6b1b9b2
...
...
@@ -4,4 +4,4 @@ call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
cmd
/c
Tools
\buildbot\clean
-amd
64
.bat
msbuild
/p
:useenv
=
true
PCbuild
\kill_python.vcxproj
/p
:Configuration
=
Debug
/p
:PlatformTarget
=
x64
PCbuild
\amd64\kill_python_d.exe
msbuild
/p
:useenv
=
true
PCbuild
\pcbuild.sln
/p
:Configuration
=
Debug
/p
:Platform
Target
=
x64
msbuild
/p
:useenv
=
true
PCbuild
\pcbuild.sln
/p
:Configuration
=
Debug
/p
:Platform
=
x64
Tools/buildbot/build.bat
View file @
f6b1b9b2
...
...
@@ -4,5 +4,5 @@ call "%VS100COMNTOOLS%vsvars32.bat"
cmd
/c
Tools
\buildbot\clean.bat
msbuild
/p
:useenv
=
true
PCbuild
\kill_python.vcxproj
/p
:Configuration
=
Debug
/p
:PlatformTarget
=
x86
PCbuild
\kill_python_d.exe
msbuild
/p
:useenv
=
true
PCbuild
\pcbuild.sln
/p
:Configuration
=
Debug
/p
:Platform
Target
=
x86
msbuild
/p
:useenv
=
true
PCbuild
\pcbuild.sln
/p
:Configuration
=
Debug
/p
:Platform
=
Win32
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