1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

-fpermissive to allow GCC to compile old C++

This commit is contained in:
Peter Howkins 2012-03-12 00:06:34 +00:00
parent 13f6ea01d4
commit fc4f30fa88

View file

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