mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
* Source/GNUmakefile.preamble: Add filter out flags for
compilation of some files on Solaris. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e391ee77e
commit
137396c189
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-10-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/GNUmakefile.preamble: Add filter out flags for
|
||||
compilation of some files on Solaris.
|
||||
|
||||
2004-09-27 17:49 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/GSServicesManager.m (NSPerformService): Check whether the
|
||||
|
|
|
@ -70,6 +70,14 @@ ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions -I../Headers \
|
|||
# Additional library directories the linker should search
|
||||
# ADDITIONAL_LIB_DIRS =
|
||||
|
||||
#
|
||||
# Solaris [7,8] systems cannot load tiff files due to some problem compiling
|
||||
# this file with optimization
|
||||
#
|
||||
ifeq ($(findstring solaris, $(GNUSTEP_TARGET_OS)), solaris)
|
||||
NSBitmapImageRep+JPEG.m_FILE_FILTER_OUT_FLAGS = -O%
|
||||
endif
|
||||
|
||||
#
|
||||
# Flags dealing with installing and uninstalling
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue