-fpermissive to allow gcc to compile old C++
This commit is contained in:
@@ -23,6 +23,10 @@ all:: $(DTPRINTINFO_GEN)
|
|||||||
.NO_PARALLEL:
|
.NO_PARALLEL:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(LinuxDistribution)
|
||||||
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
|
#endif
|
||||||
|
|
||||||
INCLUDES = -I. -I./UI -I./libUI -I./util -I./libUI/MotifUI \
|
INCLUDES = -I. -I./UI -I./libUI -I./util -I./libUI/MotifUI \
|
||||||
-I./objects -I./objects/PrintObj
|
-I./objects -I./objects/PrintObj
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user