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:32:08 +00:00
parent 42b737ba2a
commit 233ae141c1
2 changed files with 7 additions and 0 deletions

View file

@ -21,6 +21,10 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
DEFINES = DEFINES =
INCLUDES = -I../../../lib INCLUDES = -I../../../lib
#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 OBJS and SHARED_OBJS *** the lib/tt/lib Imakefile in OBJS and SHARED_OBJS

View file

@ -21,6 +21,9 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
DEFINES = DEFINES =
INCLUDES = -I../../lib INCLUDES = -I../../lib
#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