Skip to content

Commit

Permalink
Fixed CORE-3727: Support C preprocessor flags in firebird build system
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPeshkoff committed Jan 12, 2012
1 parent c3709b3 commit 173db59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/posix/Makefile.in.plugins_examples
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#
ROOT=../..

CXXFLAGS+= -I$(FIREBIRD)/include
CPPFLAGS+= -I$(FIREBIRD)/include

include $(ROOT)/gen/make.defaults
include $(ROOT)/gen/make.platform
Expand Down
2 changes: 1 addition & 1 deletion builds/posix/make.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 173db59

Please sign in to comment.