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-11 23:33:09 +00:00
parent 233ae141c1
commit 7d5d17251d

View file

@ -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