Move headers to own directory.

This commit is contained in:
Roger A. Light
2020-10-07 22:06:01 +01:00
parent 908b33c0bd
commit a65f946e83
15 changed files with 44 additions and 34 deletions
+8 -4
View File
@@ -61,11 +61,13 @@ Section "Files" SecInstall
File "..\epl-v10"
SetOutPath "$INSTDIR\devel"
File "..\lib\mosquitto.h"
File "..\build\lib\Release\mosquitto.lib"
File "..\lib\cpp\mosquittopp.h"
File "..\build\lib\cpp\Release\mosquittopp.lib"
File "..\src\mosquitto_plugin.h"
File "..\include\mosquitto.h"
File "..\include\mosquitto_broker.h"
File "..\include\mosquitto_plugin.h"
File "..\include\mqtt_protocol.h"
File "..\lib\cpp\mosquittopp.h"
WriteUninstaller "$INSTDIR\Uninstall.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto" "DisplayName" "Eclipse Mosquitto MQTT broker"
@@ -108,9 +110,11 @@ Section "Uninstall"
Delete "$INSTDIR\devel\mosquitto.h"
Delete "$INSTDIR\devel\mosquitto.lib"
Delete "$INSTDIR\devel\mosquitto_broker.h"
Delete "$INSTDIR\devel\mosquitto_plugin.h"
Delete "$INSTDIR\devel\mosquittopp.h"
Delete "$INSTDIR\devel\mosquittopp.lib"
Delete "$INSTDIR\devel\mosquitto_plugin.h"
Delete "$INSTDIR\devel\mqtt_protocol.h"
Delete "$INSTDIR\Uninstall.exe"
RMDir "$INSTDIR"
+9 -4
View File
@@ -62,11 +62,13 @@ Section "Files" SecInstall
File "..\epl-v10"
SetOutPath "$INSTDIR\devel"
File "..\lib\mosquitto.h"
File "..\build64\lib\Release\mosquitto.lib"
File "..\lib\cpp\mosquittopp.h"
File "..\build64\lib\cpp\Release\mosquittopp.lib"
File "..\src\mosquitto_plugin.h"
File "..\include\mosquitto.h"
File "..\include\mosquitto_broker.h"
File "..\include\mosquitto_plugin.h"
File "..\include\mqtt_protocol.h"
File "..\lib\cpp\mosquittopp.h"
WriteUninstaller "$INSTDIR\Uninstall.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Mosquitto64" "DisplayName" "Eclipse Mosquitto MQTT broker (64 bit)"
@@ -109,9 +111,12 @@ Section "Uninstall"
Delete "$INSTDIR\devel\mosquitto.h"
Delete "$INSTDIR\devel\mosquitto.lib"
Delete "$INSTDIR\devel\mosquitto_broker.h"
Delete "$INSTDIR\devel\mosquitto_plugin.h"
Delete "$INSTDIR\devel\mosquitto_plugin.h"
Delete "$INSTDIR\devel\mosquittopp.h"
Delete "$INSTDIR\devel\mosquittopp.lib"
Delete "$INSTDIR\devel\mosquitto_plugin.h"
Delete "$INSTDIR\devel\mqtt_protocol.h"
Delete "$INSTDIR\Uninstall.exe"
RMDir "$INSTDIR"