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
d3722e7b
Commit
d3722e7b
authored
Mar 12, 2016
by
Steve Dower
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
parent
d669b6bd
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 @
d3722e7b
...
...
@@ -306,6 +306,9 @@ Tests
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.2
g
.
-
Issue
#
24421
:
Compile
Modules
/
_math
.
c
once
,
before
building
extensions
.
...
...
PCbuild/tcltk.props
View file @
d3722e7b
...
...
@@ -37,9 +37,9 @@
<BuildDirTop>
Release
</BuildDirTop>
<BuildDirTop
Condition=
"$(Configuration) == 'Debug'"
>
Debug
</BuildDirTop>
<BuildDirTop
Condition=
"$(TclMachine) != 'IX86'"
>
$(BuildDirTop)_$(TclMachine)
</BuildDirTop>
<BuildDirTop
Condition=
"$(
VisualStudioVersion) == '14.
0'"
>
$(BuildDirTop)_VC13
</BuildDirTop>
<BuildDirTop
Condition=
"$(
VisualStudioVersion) == '12.
0'"
>
$(BuildDirTop)_VC12
</BuildDirTop>
<BuildDirTop
Condition=
"$(
VisualStudioVersion) == '11.
0'"
>
$(BuildDirTop)_VC11
</BuildDirTop>
<BuildDirTop
Condition=
"$(
VisualStudioVersion) == '10.
0'"
>
$(BuildDirTop)_VC10
</BuildDirTop>
<BuildDirTop
Condition=
"$(
PlatformToolset) == 'v14
0'"
>
$(BuildDirTop)_VC13
</BuildDirTop>
<BuildDirTop
Condition=
"$(
PlatformToolset) == 'v12
0'"
>
$(BuildDirTop)_VC12
</BuildDirTop>
<BuildDirTop
Condition=
"$(
PlatformToolset) == 'v11
0'"
>
$(BuildDirTop)_VC11
</BuildDirTop>
<BuildDirTop
Condition=
"$(
PlatformToolset) == 'v10
0'"
>
$(BuildDirTop)_VC10
</BuildDirTop>
</PropertyGroup>
</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