From 68da499d30f0d6e5d22efd863b5136618ce205a6 Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Mon, 2 Dec 2019 20:19:35 +0300 Subject: [PATCH] Windows build fixed for dashboard --- CellFrameDashboardGUI/CellFrameDashboardGUI.pro | 1 + CellFrameDashboardService/CellFrameDashboardService.pro | 1 + libdap | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro index 7c2c1bf0a..2ad5189d5 100755 --- a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro +++ b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro @@ -19,6 +19,7 @@ VER_PAT = 4 win32 { VERSION = $${VER_MAJ}.$${VER_MIN}.$$VER_PAT DEFINES += CLI_PATH=\\\"./cellframe-node-cli.exe\\\" + DEFINES += HAVE_STRNDUP } else { VERSION = $$VER_MAJ\.$$VER_MIN\-$$VER_PAT diff --git a/CellFrameDashboardService/CellFrameDashboardService.pro b/CellFrameDashboardService/CellFrameDashboardService.pro index 9832f5ebd..72ea7702d 100755 --- a/CellFrameDashboardService/CellFrameDashboardService.pro +++ b/CellFrameDashboardService/CellFrameDashboardService.pro @@ -24,6 +24,7 @@ win32 { DEFINES += CLI_PATH=\\\"./cellframe-node-cli.exe\\\" DEFINES += LOG_FILE=\\\"./opt/cellframe-node/var/log/cellframe-node_logs.txt\\\" DEFINES += CMD_LOG=\\\"./opt/cellframe-dashboard/data/cellframe-cmd_log.txt\\\" + DEFINES += HAVE_STRNDUP } else { VERSION = $$VER_MAJ\.$$VER_MIN\-$$VER_PAT diff --git a/libdap b/libdap index 1c0614797..1b1cd4e42 160000 --- a/libdap +++ b/libdap @@ -1 +1 @@ -Subproject commit 1c0614797a3a2a2f4c179630025600e177637a65 +Subproject commit 1b1cd4e42413946ab813d0eb671d7f20a9fca269 -- GitLab