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:
parent
13f6ea01d4
commit
fc4f30fa88
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue