Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by Bjoern Thiel.
This commit is contained in:
parent
d669b6bd0a
commit
d3722e7b6f
|
@ -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.2g.
|
||||
|
||||
- Issue #24421: Compile Modules/_math.c once, before building extensions.
|
||||
|
|
|
@ -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) == 'v140'">$(BuildDirTop)_VC13</BuildDirTop>
|
||||
<BuildDirTop Condition="$(PlatformToolset) == 'v120'">$(BuildDirTop)_VC12</BuildDirTop>
|
||||
<BuildDirTop Condition="$(PlatformToolset) == 'v110'">$(BuildDirTop)_VC11</BuildDirTop>
|
||||
<BuildDirTop Condition="$(PlatformToolset) == 'v100'">$(BuildDirTop)_VC10</BuildDirTop>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue