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 15:19:36 +00:00
parent 77ed6f7ee3
commit baf772785b

View file

@ -23,6 +23,10 @@ all:: $(DTPRINTINFO_GEN)
.NO_PARALLEL:
#endif
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
INCLUDES = -I. -I./UI -I./libUI -I./util -I./libUI/MotifUI \
-I./objects -I./objects/PrintObj