mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 11:31:56 +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
971e7ec3fa
commit
2659d34144
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>
|
2004-09-27 17:49 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
* Source/GSServicesManager.m (NSPerformService): Check whether the
|
* 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 library directories the linker should search
|
||||||
# ADDITIONAL_LIB_DIRS =
|
# 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
|
# Flags dealing with installing and uninstalling
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue