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
e8111929
Commit
e8111929
authored
Jul 04, 2007
by
Mark Hammond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copy built files to the PCBuild directory, where tools like
distutils or external build processes can find them.
parent
152ff5f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
PCbuild8/build.bat
PCbuild8/build.bat
+12
-1
No files found.
PCbuild8/build.bat
View file @
e8111929
...
...
@@ -14,4 +14,15 @@ if "%1"=="-r" (set build=/rebuild) & shift & goto CheckOpts
set
cmd
=
devenv
pcbuild
.sln
%build%
"
%conf%
|
%platf%
"
echo
%cmd%
%cmd%
\ No newline at end of file
%cmd%
rem Copy whatever was built to the canonical 'PCBuild' directory.
rem This helps extensions which use distutils etc.
rem (Don't check if the build was successful - we expect a few failures
rem due to missing libs)
echo
Copying
built
files
to
..\PCBuild
if
not
exist
%platf%%
conf
%
\.
(
echo
%platf%%
conf
%
does
not
exist
-
nothing
copied
&
goto
xit
)
if
not
exist
..\PCBuild\.
(
echo
..\PCBuild
does
not
exist
-
nothing
copied
&
goto
xit
)
xcopy
/q/y
%platf%%
conf
%
\
*
..\PCBuild\.
:xit
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