File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -811,6 +811,9 @@ Tests
811811Build
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments