changing location and name of the language name string bundle,
r=erik, ftang
This commit is contained in:
jbetak%netscape.com 2000-05-07 21:45:41 +00:00
Родитель ffd2a8d54b
Коммит 11d51239ad
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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