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