Changes between Version 19 and Version 20 of BuildingWindowsDependencies


Ignore:
Timestamp:
Mar 26, 2023, 7:50:51 PM (13 months ago)
Author:
Itms
Comment:

We must keep using the development version of gloox until 1.1.x releases start to happen

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWindowsDependencies

    v19 v20  
    9090== gloox ==
    9191
    92 On Windows, we need to use the unreleased version of gloox (future 1.0.25 if it ever gets released) to support TLS (#4705).
     92On Windows, we need to use the trunk version of gloox (future 1.1.x) to support TLS (#4705).
    9393
    9494* Checkout the latest SVN revision at `svn://svn.camaya.net/gloox/trunk`.
     
    9898  * Copy-paste the `Output directory` value from the Release project (it should be `$(SolutionDir)$(Configuration)\` instead of some hardcoded thing)
    9999  * Add the `d` suffix to the `Target name` so it becomes `$(ProjectName)d`
    100 * Use the correct compiler `v140_xp` by changing it in "All Configurations"
     100* Use the correct compiler `v141_xp` by changing it in "All Configurations"
    101101* Add all recent files to the solution by directly right-clicking the `gloox-1.0` project and clicking "Add > Add Existing Element" then adding all source files directly under `src/` (not `examples` nor `tests`).
    102102* In the 8.1 Windows Kit, SChannel does not support DTLS, so remove the cases related to it in the switches lines 324 and 327, and 742 and 747 of `tlsschannel.cpp`.