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
5c2725d7
Commit
5c2725d7
authored
May 22, 2012
by
Brian Curtin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build.bat for VS2010
parent
f0bf135c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
PCbuild/build.bat
PCbuild/build.bat
+4
-3
No files found.
PCbuild/build.bat
View file @
5c2725d7
...
...
@@ -5,14 +5,15 @@ rem just for convenience.
setlocal
set
platf
=
Win32
set
conf
=
Release
set
build
=
set
target
=
build
set
dir
=
%~dp0
:CheckOpts
if
"
%
1"
==
"-c"
(
set
conf
=
%
2
)
&
shift
&
shift
&
goto
CheckOpts
if
"
%
1"
==
"-p"
(
set
platf
=
%
2
)
&
shift
&
shift
&
goto
CheckOpts
if
"
%
1"
==
"-r"
(
set
build
=
/
rebuild
)
&
shift
&
goto
CheckOpts
if
"
%
1"
==
"-r"
(
set
target
=
rebuild
)
&
shift
&
goto
CheckOpts
if
"
%
1"
==
"-d"
(
set
conf
=
Debug
)
&
shift
&
goto
CheckOpts
set
cmd
=
vcbuild
/useenv
pcbuild
.sln
%build%
"
%conf%
|
%platf%
"
set
cmd
=
msbuild
/p
:useenv
=
true
%dir%
pcbuild
.sln
/t
:
%target%
/p
:Configuration
=
%conf%
/p
:Platform
=
%platf%
echo
%cmd%
%cmd%
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