-fpermissive to allow gcc to compile old C++
This commit is contained in:
@@ -19,6 +19,10 @@ DEFINES =
|
|||||||
INCLUDES = -I../../lib
|
INCLUDES = -I../../lib
|
||||||
ISAM_INCLUDES = -I../../mini_isam
|
ISAM_INCLUDES = -I../../mini_isam
|
||||||
|
|
||||||
|
#if defined(LinuxDistribution)
|
||||||
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
|
#endif
|
||||||
|
|
||||||
/*** NOTE!
|
/*** NOTE!
|
||||||
*** Every time a .o is added below it needs to be added to
|
*** 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
|
*** the lib/tt/lib Imakefile in DB_OBJS and SHARED_DB_OBJS
|
||||||
|
|||||||
Reference in New Issue
Block a user