Modify all Imakefile files to use LinuxArchitecture instead of LinuxDistribution

for Linux specific changes. (lib directory)
This commit is contained in:
Peter Howkins
2012-05-31 12:41:33 +01:00
parent 262171d25f
commit 837972cb69
13 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
DEFINES =
INCLUDES = -I. -I../lib
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif