mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Removed very old, obsolete make variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32576 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f14cd5a450
commit
8cec097ed4
3 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,10 @@
|
|||
2011-03-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Resources/GNUmakefile
|
||||
(gui-resources_RESOURCE_FILES_INSTALL_DIR): Removed.
|
||||
* Source/GNUmakefile
|
||||
(libgui-resources_RESOURCE_FILES_INSTALL_DIR): Removed.
|
||||
|
||||
2011-03-14 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/NSLayoutManager.m: Don't draw spelling underlines
|
||||
|
|
|
@ -31,9 +31,6 @@ include ../Version
|
|||
libgnustep-gui_INTERFACE_VERSION=$(GNUSTEP_GUI_MAJOR_VERSION).$(GNUSTEP_GUI_MINOR_VERSION)
|
||||
|
||||
RESOURCE_SET_NAME = gui-resources
|
||||
# Defined twice, one for old gnustep-makes, one for new ones. In the long
|
||||
# run, keep only the new xxx_INSTALL_DIR one.
|
||||
gui-resources_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/gnustep-gui
|
||||
gui-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/gnustep-gui/Versions/$(libgnustep-gui_INTERFACE_VERSION)/Resources
|
||||
gui-resources_LANGUAGES = English Italian Lojban Esperanto German French Spanish
|
||||
gui-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
||||
|
|
|
@ -456,9 +456,6 @@ HEADERS_INSTALL = ${APPKIT_HEADERS} \
|
|||
|
||||
# Resources
|
||||
RESOURCE_SET_NAME = libgui-resources
|
||||
# Defined twice, one for old gnustep-makes, one for new ones. In the long
|
||||
# run, keep only the new xxx_INSTALL_DIR one.
|
||||
libgui-resources_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/gnustep-gui
|
||||
libgui-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/gnustep-gui/Versions/$(libgnustep-gui_INTERFACE_VERSION)/Resources
|
||||
libgui-resources_RESOURCE_DIRS =
|
||||
libgui-resources_RESOURCE_FILES = Info-gnustep.plist
|
||||
|
|
Loading…
Reference in a new issue