From 19ddf7c9a49b52a1ceaef4ec837b8544a334c44d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 14 Dec 2018 16:25:35 +0100 Subject: configure: rework uacpp library source structure the system expects unix-like -lxxx syntax even on windows. also split out the common dependencies from the build-specific ones. Change-Id: Ie1778bfcd64e7916b049f129ad854c4f22588344 Reviewed-by: Rainer Keller --- src/opcua/configure.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/opcua/configure.json b/src/opcua/configure.json index 5cdc63e..7efa618 100644 --- a/src/opcua/configure.json +++ b/src/opcua/configure.json @@ -28,9 +28,10 @@ { "type": "uacpp", "builds": { - "debug": "uaclientd.lib uabased.lib coremoduled.lib uastackd.lib uapkid.lib xmlparserd.lib Crypt32.lib Ole32.lib OleAut32.lib ws2_32.lib libeay32.lib libxml2.lib", - "release": "uaclient.lib uabase.lib coremodule.lib uastack.lib uapki.lib xmlparser.lib Crypt32.lib Ole32.lib OleAut32.lib ws2_32.lib libeay32.lib libxml2.lib" + "debug": "-luaclientd -luabased -lcoremoduled -luastackd -luapkid -lxmlparserd", + "release": "-luaclient -luabase -lcoremodule -luastack -luapki -lxmlparser" }, + "libs": "-lCrypt32 -lOle32 -lOleAut32 -lws2_32 -llibeay32 -llibxml2", "condition": "config.win32 && var.QT_EDITION != 'OpenSource'" }, { -- cgit v1.2.3