mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Fixed CORE-3727: Support C preprocessor flags in firebird build system
This commit is contained in:
parent
c3709b35a4
commit
173db599b7
@ -29,7 +29,7 @@
|
||||
#
|
||||
ROOT=../..
|
||||
|
||||
CXXFLAGS+= -I$(FIREBIRD)/include
|
||||
CPPFLAGS+= -I$(FIREBIRD)/include
|
||||
|
||||
include $(ROOT)/gen/make.defaults
|
||||
include $(ROOT)/gen/make.platform
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
# Please don't use compiler/platform specific flags here - nmcc 02-Nov-2002
|
||||
WFLAGS:=-I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include
|
||||
WFLAGS:=-I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include $(CPPFLAGS)
|
||||
|
||||
ifeq ($(TARGET),Release)
|
||||
WFLAGS:= $(PROD_FLAGS) $(WFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user