mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 14:10:47 +00:00
Update for new gnustep-make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24550 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
034ba7d08f
commit
a140b18bbe
3 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||||
|
|
||||||
|
* Source/GNUmakefile (libgui-resources_INSTALL_DIR): New variable
|
||||||
|
for newer gnustep-makes.
|
||||||
|
* Resources/GNUmakefile (gui-resources_INSTALL_DIR): Same change.
|
||||||
|
|
||||||
2007-02-09 Adam Fedor <fedor@gnu.org>
|
2007-02-09 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* TextConverters/RTF/GNUmakefile.preamble: Add BUNDLE_LIBS.
|
* TextConverters/RTF/GNUmakefile.preamble: Add BUNDLE_LIBS.
|
||||||
|
|
|
@ -27,7 +27,10 @@ GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
|
||||||
include $(GNUSTEP_MAKEFILES)/common.make
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||||||
|
|
||||||
RESOURCE_SET_NAME = gui-resources
|
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_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/gnustep-gui
|
||||||
|
gui-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/Resources/gnustep-gui
|
||||||
gui-resources_LANGUAGES = English Italian Lojban Esperanto German
|
gui-resources_LANGUAGES = English Italian Lojban Esperanto German
|
||||||
gui-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
gui-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
||||||
|
|
||||||
|
|
|
@ -411,7 +411,10 @@ HEADERS_INSTALL = ${APPKIT_HEADERS} \
|
||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
RESOURCE_SET_NAME = libgui-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_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/gnustep-gui
|
||||||
|
libgui-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/Resources/gnustep-gui
|
||||||
libgui-resources_RESOURCE_DIRS =
|
libgui-resources_RESOURCE_DIRS =
|
||||||
libgui-resources_RESOURCE_FILES = Info-gnustep.plist
|
libgui-resources_RESOURCE_FILES = Info-gnustep.plist
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue