This commit is contained in:
law%netscape.com 1999-06-10 01:35:04 +00:00
Родитель f7ed6776db
Коммит 282c365c52
5 изменённых файлов: 14 добавлений и 8 удалений

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

@ -503,6 +503,8 @@ sub BuildClientDist()
# XPFE COMPONENTS
InstallFromManifest(":mozilla:xpfe:components:public:MANIFEST", "$distdirectory:xpfe:components");
InstallFromManifest(":mozilla:xpfe:components:public:MANIFEST_IDL", "$distdirectory:idl:");
BuildIDLProject(":mozilla:xpfe:components:macbuild:mozcompsIDL.mcp", "mozcomps");
# find
InstallFromManifest(":mozilla:xpfe:components:find:public:MANIFEST", "$distdirectory:xpfe:components");

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

@ -1,6 +0,0 @@
#
# This is a list of local files which get copied to the mozilla:dist directory
#
nsIAppShellComponent.h
nsIAppShellComponentImpl.h

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

@ -23,10 +23,15 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORTS= \
nsIAppShellComponent.h \
nsIAppShellComponentImpl.h \
$(NULL)
XPIDL_MODULE=mozcomps
XPIDLSRCS=\
nsIAppShellComponent.idl \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

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

@ -22,8 +22,13 @@ MODULE=xpfe\components
DEPTH=..\..\..
EXPORTS=\
nsIAppShellComponent.h \
nsIAppShellComponentImpl.h \
$(NULL)
XPIDL_MODULE=mozcomps
XPIDLSRCS=\
.\nsIAppShellComponent.idl \
$(NULL)
include <$(DEPTH)\config\rules.mak>

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