Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d9bcb5

Browse files
committed
Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
2 parents 6d6b986 + d3722e7 commit 8d9bcb5

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,9 @@ Tests
811811
Build
812812
-----
813813

814+
- Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by
815+
Bjoern Thiel.
816+
814817
- Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.
815818

816819
- Issue #25348: Added ``--pgo`` and ``--pgo-job`` arguments to

PCbuild/tcltk.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<BuildDirTop>Release</BuildDirTop>
3838
<BuildDirTop Condition="$(Configuration) == 'Debug'">Debug</BuildDirTop>
3939
<BuildDirTop Condition="$(TclMachine) != 'IX86'">$(BuildDirTop)_$(TclMachine)</BuildDirTop>
40-
<BuildDirTop Condition="$(VisualStudioVersion) == '14.0'">$(BuildDirTop)_VC13</BuildDirTop>
41-
<BuildDirTop Condition="$(VisualStudioVersion) == '12.0'">$(BuildDirTop)_VC12</BuildDirTop>
42-
<BuildDirTop Condition="$(VisualStudioVersion) == '11.0'">$(BuildDirTop)_VC11</BuildDirTop>
43-
<BuildDirTop Condition="$(VisualStudioVersion) == '10.0'">$(BuildDirTop)_VC10</BuildDirTop>
40+
<BuildDirTop Condition="$(PlatformToolset) == 'v140'">$(BuildDirTop)_VC13</BuildDirTop>
41+
<BuildDirTop Condition="$(PlatformToolset) == 'v120'">$(BuildDirTop)_VC12</BuildDirTop>
42+
<BuildDirTop Condition="$(PlatformToolset) == 'v110'">$(BuildDirTop)_VC11</BuildDirTop>
43+
<BuildDirTop Condition="$(PlatformToolset) == 'v100'">$(BuildDirTop)_VC10</BuildDirTop>
4444
</PropertyGroup>
4545
</Project>

0 commit comments

Comments
 (0)