1
0
mirror of https://github.com/eclipse/mosquitto.git synced 2025-10-14 02:48:40 +08:00

Windows: Add linker lib file for broker to the installer

Closes #3269. Thanks to u19809
This commit is contained in:
Roger A. Light
2025-05-06 10:05:13 +01:00
parent 04d471193b
commit 2879012ef0
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Broker:
- Fix reporting of client disconnections being incorrectly attributed to "out
of memory". Closes #3253.
- Fix compilation when using `WITH_OLD_KEEPALIVE`. Closes #3250.
- Add Windows linker file for the broker to the installer. Closes #3269.
Client library:
- Fix C++ symbols being removed when compiled with link time optimisation.

View File

@@ -76,6 +76,7 @@ Section "Files" SecInstall
File "..\build\vcpkg_installed\x86-windows\bin\zlib1.dll"
SetOutPath "$INSTDIR\devel"
File /oname=mosquitto_broker.lib "..\build\src\Release\mosquitto.lib"
File "..\build\lib\Release\mosquitto.lib"
File "..\build\lib\cpp\Release\mosquittopp.lib"
File "..\include\mosquitto.h"

View File

@@ -77,6 +77,7 @@ Section "Files" SecInstall
File "..\build64\vcpkg_installed\x64-windows-release\bin\zlib1.dll"
SetOutPath "$INSTDIR\devel"
File /oname=mosquitto_broker.lib "..\build64\src\Release\mosquitto.lib"
File "..\build64\lib\Release\mosquitto.lib"
File "..\build64\lib\cpp\Release\mosquittopp.lib"
File "..\include\mosquitto.h"