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-03-31 00:11:07 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-31 00:11:07 +0300
commit4be59c51d5ce6facd14f25b83b73f5a151b20bd8 (patch)
treec96fab1fd0868c9fc8721831bfacf9f23113a7f6 /build
parentb6571396e9d6a6e4530f142fa664e52b7062ebdc (diff)
.......... [DEV-2113] fixed Jenkins build 4
Diffstat (limited to 'build')
-rw-r--r--build/win32/project/Makefile_common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/project/Makefile_common.inc b/build/win32/project/Makefile_common.inc
index c88ae1631ce..944baa9420a 100644
--- a/build/win32/project/Makefile_common.inc
+++ b/build/win32/project/Makefile_common.inc
@@ -10,7 +10,7 @@ RESOURCE_RC = resource.rc
DESC_H = $(PROJECTNAME)_desc.h
RESOURCE_RES = $(PROJECTNAME).res
-INCS = /I $(PROJECTDIR) /I .\ /I ..\include /I ..\..\..\include /I ..\..\..\include\common
+INCS = /I $(PROJECTDIR) /I .\ /I ..\include /I ..\include\common /I ..\..\..\include /I ..\..\..\include\common
!IF "$(CPU)" == "i386" || "$(CPU)" == "x86"
COMMON_FLAGS = /D _WIN32_WINNT=0x0501