mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
Updated comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14830 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d5fa233bb5
commit
937eb6859c
1 changed files with 5 additions and 2 deletions
|
@ -36,8 +36,11 @@ include $(GNUSTEP_MAKEFILES)/resource-set.make
|
|||
|
||||
# The following code is so that by typing 'make strings', all the
|
||||
# Localizable.strings files are updated for the new localizable
|
||||
# strings in the source code. This stuff will definitely be supported
|
||||
# directly by gnustep-make itself.
|
||||
# strings in the source code. If we had the localized resources in
|
||||
# the Source directory, this would be supported automatically by
|
||||
# gnustep-make (but it would parse all files all the times ... which
|
||||
# will be reasonable when more than two files actually contain
|
||||
# something to translate :-)
|
||||
|
||||
# The list of OBJC_FILES containing localizable strings
|
||||
strings_OBJC_FILES = \
|
||||
|
|
Loading…
Reference in a new issue