8
0
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:
alexpeshkoff 2012-01-12 15:00:49 +00:00
parent c3709b35a4
commit 173db599b7
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
#
ROOT=../..
CXXFLAGS+= -I$(FIREBIRD)/include
CPPFLAGS+= -I$(FIREBIRD)/include
include $(ROOT)/gen/make.defaults
include $(ROOT)/gen/make.platform

View File

@ -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)