-fpermissive to allow GCC to compile old C++
This commit is contained in:
@@ -16,6 +16,11 @@ INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../ob
|
|||||||
DEFINES = -DHAS_EXCEPTIONS
|
DEFINES = -DHAS_EXCEPTIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(LinuxDistribution)
|
||||||
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
SRCS = DtActions.C DtApp.C DtDetailsLabel.C \
|
SRCS = DtActions.C DtApp.C DtDetailsLabel.C \
|
||||||
DtFindD.C DtFindSet.C DtMainW.C \
|
DtFindD.C DtFindSet.C DtMainW.C \
|
||||||
DtPrinterIcon.C DtProps.C DtPrtJobIcon.C \
|
DtPrinterIcon.C DtProps.C DtPrtJobIcon.C \
|
||||||
|
|||||||
Reference in New Issue
Block a user