Convert all Imakefile LinuxDistribution switches to LinuxArchitecture.

(programs part1)
This commit is contained in:
Peter Howkins
2012-05-31 13:40:38 +01:00
parent 837972cb69
commit 1d555edb6c
22 changed files with 22 additions and 22 deletions

View File

@@ -29,7 +29,7 @@ EXTRA_CCOPTIONS = -xF
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)
EXTRA_DEFINES = -I/usr/include/freetype2
#endif

View File

@@ -12,7 +12,7 @@ EXTRA_CCOPTIONS = -xF
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