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
0ce783f018
commit
50465f5a87
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ SYS_LIBRARIES =
|
||||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(LinuxDistribution)
|
||||||
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
|
#endif
|
||||||
|
|
||||||
SRCS = binkey.C binkey_utils.C common.C \
|
SRCS = binkey.C binkey_utils.C common.C \
|
||||||
options.C options_tt.C prop.C \
|
options.C options_tt.C prop.C \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue