mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Convert all Imakefile LinuxDistribution switches to LinuxArchitecture.
(programs part1)
This commit is contained in:
parent
837972cb69
commit
1d555edb6c
22 changed files with 22 additions and 22 deletions
|
@ -14,7 +14,7 @@ EXTRA_LIBRARIES = -lm
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ SYS_LIBRARIES = -lgen
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue