convert all Imakefile LinuxDistribution to LinuxArchitecture.
(programs part 2)
This commit is contained in:
@@ -34,7 +34,7 @@ EXTRA_C++OPTIONS = -xF +p +w $(SPRO_V3_OPTIONS)
|
||||
|
||||
#endif /* SunArchitecture */
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ DEFINES = -DRELEASE_NOTES -DDTMAIL_TOOLTALK -DDTEDITOR DtMailDefines
|
||||
DEPLIBS = ../MotifApp/libMotifApp.a ../libDtMail/libDtMail.a DepDtClientLibs
|
||||
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a ../MotifApp/libMotifApp.a DtClientLibs
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ MT_LIBS = -i $(C++_LIB) -lm -lw -lc
|
||||
SYS_LIBRARIES = -lintl -lnsl $(MT_LIBS) -lC
|
||||
#endif /* SunArchitecture */
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
||||
|
||||
INCLUDES = -I. -I../../include -I../../include/utils -I$(CDELIBSRC)
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
||||
|
||||
INCLUDES = -I. -I../Common -I../../include -I../../include/utils -I$(CDELIBSRC)
|
||||
|
||||
#if defined(LinuxDistribution)
|
||||
#if defined(LinuxArchitecture)
|
||||
CXXEXTRA_DEFINES = -fpermissive
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user