Convert all Imakefile LinuxDistribution switches to LinuxArchitecture.
(programs part1)
This commit is contained in:
@@ -30,7 +30,7 @@ UDC_INC_PATH7 = -I$(FONTEDT_PATH1)/dtgpftobdf
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user