convert all Imakefile LinuxDistribution to LinuxArchitecture.

(programs part 2)
This commit is contained in:
Peter Howkins
2012-05-31 13:47:41 +01:00
parent 1d555edb6c
commit a34f78b798
16 changed files with 16 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../ob
DEFINES = -DHAS_EXCEPTIONS
#endif
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif