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
57e27a68
Commit
57e27a68
authored
Mar 12, 2016
by
Steve Dower
Browse files
Options
Browse Files
Download
Plain Diff
Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
parents
77f44db2
e24f65da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
Misc/NEWS
Misc/NEWS
+3
-0
PCbuild/tcltk.props
PCbuild/tcltk.props
+4
-4
No files found.
Misc/NEWS
View file @
57e27a68
...
@@ -811,6 +811,9 @@ Tests
...
@@ -811,6 +811,9 @@ Tests
Build
Build
-----
-----
- Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by
Bjoern Thiel.
- Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
- Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
- Issue #25348: Added ``--pgo`` and ``--pgo-job`` arguments to
- Issue #25348: Added ``--pgo`` and ``--pgo-job`` arguments to
...
...
PCbuild/tcltk.props
View file @
57e27a68
...
@@ -37,9 +37,9 @@
...
@@ -37,9 +37,9 @@
<BuildDirTop>
Release
</BuildDirTop>
<BuildDirTop>
Release
</BuildDirTop>
<BuildDirTop
Condition=
"$(Configuration) == 'Debug'"
>
Debug
</BuildDirTop>
<BuildDirTop
Condition=
"$(Configuration) == 'Debug'"
>
Debug
</BuildDirTop>
<BuildDirTop
Condition=
"$(TclMachine) != 'IX86'"
>
$(BuildDirTop)_$(TclMachine)
</BuildDirTop>
<BuildDirTop
Condition=
"$(TclMachine) != 'IX86'"
>
$(BuildDirTop)_$(TclMachine)
</BuildDirTop>
<BuildDirTop
Condition=
"$(
VisualStudioVersion) == '14.
0'"
>
$(BuildDirTop)_VC13
</BuildDirTop>
<BuildDirTop
Condition=
"$(
PlatformToolset) == 'v14
0'"
>
$(BuildDirTop)_VC13
</BuildDirTop>
<BuildDirTop
Condition=
"$(
VisualStudioVersion) == '12.
0'"
>
$(BuildDirTop)_VC12
</BuildDirTop>
<BuildDirTop
Condition=
"$(
PlatformToolset) == 'v12
0'"
>
$(BuildDirTop)_VC12
</BuildDirTop>
<BuildDirTop
Condition=
"$(
VisualStudioVersion) == '11.
0'"
>
$(BuildDirTop)_VC11
</BuildDirTop>
<BuildDirTop
Condition=
"$(
PlatformToolset) == 'v11
0'"
>
$(BuildDirTop)_VC11
</BuildDirTop>
<BuildDirTop
Condition=
"$(
VisualStudioVersion) == '10.
0'"
>
$(BuildDirTop)_VC10
</BuildDirTop>
<BuildDirTop
Condition=
"$(
PlatformToolset) == 'v10
0'"
>
$(BuildDirTop)_VC10
</BuildDirTop>
</PropertyGroup>
</PropertyGroup>
</Project>
</Project>
\ No newline at end of file
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