mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-08 03:10:39 +00:00
Use the full path with resource-set.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16574 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
51581366c9
commit
6148e67de4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-04-28 Nicola Pero <nicola@nicola.brainstorm.co.uk>
|
||||||
|
|
||||||
|
* Resources/GNUmakefile (gui-resources_RESOURCE_FILES_INSTALL_DIR): Define
|
||||||
|
using the full relative path.
|
||||||
|
|
||||||
2003-04-27 Adam Fedor <fedor@gnu.org>
|
2003-04-27 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Source/GSServicesManager.m (+newWithApplication:) Change
|
* Source/GSServicesManager.m (+newWithApplication:) Change
|
||||||
|
|
|
@ -27,7 +27,7 @@ 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
|
||||||
gui-resources_RESOURCE_FILES_INSTALL_DIR = gnustep-gui
|
gui-resources_RESOURCE_FILES_INSTALL_DIR = Library/Libraries/Resources/gnustep-gui
|
||||||
gui-resources_LANGUAGES = English Italian
|
gui-resources_LANGUAGES = English Italian
|
||||||
gui-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
gui-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue