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:18:09 +00:00
parent dd2ff6b448
commit 77ed6f7ee3

View file

@ -16,6 +16,11 @@ INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../ob
DEFINES = -DHAS_EXCEPTIONS
#endif
#if defined(LinuxDistribution)
CXXEXTRA_DEFINES = -fpermissive
#endif
SRCS = DtActions.C DtApp.C DtDetailsLabel.C \
DtFindD.C DtFindSet.C DtMainW.C \
DtPrinterIcon.C DtProps.C DtPrtJobIcon.C \