-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
1 changed files with 4 additions and 0 deletions

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