Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2018-10-31 13:14:08 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2018-10-31 13:14:08 +0300
commitb25795463768e8243af9cde24c28aa34772d5c36 (patch)
tree15f0aff450ea3f9910c374f8468b7e3346352719 /build
parent7775b6396ea510248d5f2b20de55124afbaccbba (diff)
...G...... [ZBXNEXT-3047] fixed compilation errors on Windows platform with static OpenSSL libraries
[merge ^/branches/4.0 -c r86200]
Diffstat (limited to 'build')
-rw-r--r--build/win32/project/Makefile_get2
-rw-r--r--build/win32/project/Makefile_sender2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/project/Makefile_get b/build/win32/project/Makefile_get
index ad3aba7f06c..b161d06fe7a 100644
--- a/build/win32/project/Makefile_get
+++ b/build/win32/project/Makefile_get
@@ -45,7 +45,7 @@ OBJS = \
..\..\..\src\zabbix_get\zabbix_get.o \
..\..\..\src\libs\zbxwin32\fatal.o
-LIBS = ws2_32.lib psapi.lib pdh.lib Wldap32.lib advapi32.lib uuid.lib Iphlpapi.lib
+LIBS = ws2_32.lib psapi.lib pdh.lib Wldap32.lib advapi32.lib uuid.lib Iphlpapi.lib user32.lib
!INCLUDE Makefile_pcre.inc
!INCLUDE Makefile_tls.inc
diff --git a/build/win32/project/Makefile_sender b/build/win32/project/Makefile_sender
index add87ca2859..14af7166f58 100644
--- a/build/win32/project/Makefile_sender
+++ b/build/win32/project/Makefile_sender
@@ -48,7 +48,7 @@ OBJS = \
..\..\..\src\libs\zbxwin32\fatal.o \
..\..\..\src\zabbix_sender\zabbix_sender.o
-LIBS = ws2_32.lib psapi.lib pdh.lib Wldap32.lib advapi32.lib uuid.lib Iphlpapi.lib
+LIBS = ws2_32.lib psapi.lib pdh.lib Wldap32.lib advapi32.lib uuid.lib Iphlpapi.lib user32.lib
!INCLUDE Makefile_pcre.inc
!INCLUDE Makefile_tls.inc