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