mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
-fpermissive to allos GCC to compile old C++
This commit is contained in:
parent
5948300301
commit
c3dc5b47a1
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ INCLUDES = -I../../lib
|
|||
CXXEXTRA_DEFINES = -D_ILS_MACROS
|
||||
#endif
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue