Modify all Imakefile files to use LinuxArchitecture instead of LinuxDistribution
for Linux specific changes. (lib directory)
This commit is contained in:
@@ -19,7 +19,7 @@ SYS_LIBRARIES =
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ SYS_LIBRARIES =
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ INCLUDES = -I. -I../../slib -I../../lib
|
||||
|
||||
XCOMM On Linux once you link against a C++ library the whole program
|
||||
XCOMM has to be linked with the C++ linker
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CCLINK = $(CXX)
|
||||
#endif
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ SYS_LIBRARIES =
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ SYS_LIBRARIES =
|
||||
EXTRA_LIBRARIES = TtClientExtraLibs
|
||||
#endif
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user