-fpermissive to allow GCC to compile old C++
This commit is contained in:
@@ -17,6 +17,10 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
|||||||
DEFINES =
|
DEFINES =
|
||||||
INCLUDES = -I. -I../lib
|
INCLUDES = -I. -I../lib
|
||||||
|
|
||||||
|
#if defined(LinuxDistribution)
|
||||||
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
|
#endif
|
||||||
|
|
||||||
SRCS = \
|
SRCS = \
|
||||||
mp_ce_attrs.C mp_observer.C mp_observer_utils.C \
|
mp_ce_attrs.C mp_observer.C mp_observer_utils.C \
|
||||||
mp_otype.C mp_otype_utils.C mp_ptype.C \
|
mp_otype.C mp_otype_utils.C mp_ptype.C \
|
||||||
|
|||||||
Reference in New Issue
Block a user