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
233ae141c1
commit
7d5d17251d
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ DEFINES =
|
|||
INCLUDES = -I../../lib
|
||||
ISAM_INCLUDES = -I../../mini_isam
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
/*** NOTE!
|
||||
*** Every time a .o is added below it needs to be added to
|
||||
*** the lib/tt/lib Imakefile in DB_OBJS and SHARED_DB_OBJS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue