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:
@@ -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.
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user