ICU-1868 -I. is only needed by the common library. Everything else should use the source directory.
X-SVN-Rev: 9442
This commit is contained in:
parent
d3b70f9b85
commit
e031c78009
@ -45,7 +45,7 @@ DYNAMICCPPFLAGS = $(SHAREDLIBCPPFLAGS)
|
||||
DYNAMICCFLAGS = $(SHAREDLIBCFLAGS)
|
||||
DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS)
|
||||
|
||||
CPPFLAGS += -I$(srcdir) $(LIBCPPFLAGS)
|
||||
CPPFLAGS += -I. -I$(srcdir) $(LIBCPPFLAGS)
|
||||
DEFS += -DU_COMMON_IMPLEMENTATION
|
||||
|
||||
# $(LIBICUDT) is either stub data or the real DLL common data.
|
||||
|
@ -99,7 +99,7 @@ CFLAGS = @CFLAGS@
|
||||
# CXXFLAGS is for C++ only flags
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
# CPPFLAGS is for C Pre-Processor flags
|
||||
CPPFLAGS = -I. @CPPFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
# DEFAULT_LIBS are the default libraries to link against
|
||||
DEFAULT_LIBS = @LIBS@
|
||||
# LIB_M is for linking against the math library
|
||||
|
Loading…
Reference in New Issue
Block a user