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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-06-27 14:10:18 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-06-27 14:10:18 +0300
commit3605ae4e8f93adea2ea8a040048398a99e2efd98 (patch)
tree49591e43c695ca34c5148a60454dbf19f37ffd85 /build
parent3e6b70451ebb1fd7f92310e48a6332d1fe75ca52 (diff)
.......... [DEV-2113] added various sender fixes
Diffstat (limited to 'build')
-rw-r--r--build/mingw/Makefile3
-rw-r--r--build/win32/project/Makefile_sender5
2 files changed, 5 insertions, 3 deletions
diff --git a/build/mingw/Makefile b/build/mingw/Makefile
index 1867edd1734..06b433878c8 100644
--- a/build/mingw/Makefile
+++ b/build/mingw/Makefile
@@ -144,9 +144,6 @@ $(OUTPUTDIR)\components_strings_representations.o: $(TOPDIR)\src\libs\zbxcommon\
$(OUTPUTDIR)\param.o: $(TOPDIR)\src\libs\zbxparam\param.c
$(CC) $(CFLAGS) -DUNICODE -c $^ -o $@
-$(OUTPUTDIR)\tls_version.o: $(TOPDIR)\src\libs\zbxcrypto\tls_version.c
- $(CC) $(CFLAGS) -DUNICODE -c $^ -o $@
-
$(OUTPUTDIR)\tls_version.o: $(TOPDIR)\src\libs\zbxcomms\tls_version.c
$(CC) $(CFLAGS) -DUNICODE -c $^ -o $@
diff --git a/build/win32/project/Makefile_sender b/build/win32/project/Makefile_sender
index cc97cca4104..54039c78a38 100644
--- a/build/win32/project/Makefile_sender
+++ b/build/win32/project/Makefile_sender
@@ -28,13 +28,18 @@ ADD_RFLAGS = /d "ZABBIX_SENDER"
# the main object file must be already added in master Makefile
OBJS = \
+ ..\..\..\src\libs\zbxstr\str.o \
+ ..\..\..\src\libs\zbxnum\num.o \
+ ..\..\..\src\libs\zbxparam\param.o \
..\..\..\src\libs\zbxcommon\comms.o \
+ ..\..\..\src\libs\zbxip\ip.o \
..\..\..\src\libs\zbxip\iprange.o \
..\..\..\src\libs\zbxcommon\misc.o \
..\..\..\src\libs\zbxstr\str.o \
..\..\..\src\libs\zbxcommon\temp_str.o \
..\..\..\src\libs\zbxparam\param.o \
..\..\..\src\libs\zbxtime\time.o \
+ ..\..\..\src\libs\zbxexpr\expr.o \
..\..\..\src\libs\zbxexpr\token.o \
..\..\..\src\libs\zbxcommon\components_strings_representations.o \
..\..\..\src\libs\zbxcommshigh\commshigh.o \