mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 03:32:24 +00:00
Add in -fpermissive to handle old pre standard C++
This commit is contained in:
parent
d0dc9dbe86
commit
b89d6294c6
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ INCLUDES = -I. -I../include
|
|||
CXXEXTRA_DEFINES = -qlanglvl=compat
|
||||
#endif
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
SRCS = buf.C filegen.C mbschr.C \
|
||||
pathcollapse.C shellscan.C strend.C \
|
||||
|
|
Loading…
Reference in a new issue