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
77ed6f7ee3
commit
baf772785b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue