32477 Accept-Language UI,
changing location and name of the language name string bundle, r=erik, ftang
This commit is contained in:
Родитель
ffd2a8d54b
Коммит
11d51239ad
|
@ -53,6 +53,7 @@ EXPORTS = \
|
|||
|
||||
EXPORT_RESOURCE = \
|
||||
$(srcdir)/langGroups.properties \
|
||||
$(srcdir)/language.properties \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
|
|
@ -72,7 +72,8 @@ install:: $(DLL)
|
|||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
|
||||
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
|
||||
$(MAKE_INSTALL) langGroups.properties $(DIST)\bin\res
|
||||
|
||||
$(MAKE_INSTALL) language.properties $(DIST)\bin\res
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\bin\components\$(DLLNAME).dll
|
||||
rm -f $(DIST)\lib\$(DLLNAME).lib
|
||||
|
|
Загрузка…
Ссылка в новой задаче