Set NO_DIST_INSTALL in sample plugin makefiles

Bug #84593 r=mcafee


git-svn-id: svn://10.0.0.236/trunk@111191 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2001-12-31 09:06:13 +00:00
parent 49646c633d
commit 1fa16c2790
3 changed files with 10 additions and 4 deletions

View File

@@ -37,6 +37,9 @@ REQUIRES = xpcom \
widget \
$(NULL)
# Make sure that it builds but don't install it
NO_DIST_INSTALL = 1
XPIDLSRCS = nsISimplePluginInstance.idl
CPPSRCS = npsimple.cpp

View File

@@ -24,9 +24,12 @@ MODULE = npsimple
REQUIRES = xpcom plugin string
LIBRARY_NAME = npsimple
MODULE_NAME = SimplePlugin
DEPTH = ..\..\..\..
# Make sure that it builds but don't install it
NO_DIST_INSTALL = 1
XPIDLSRCS = \
.\nsISimplePluginInstance.idl \
@@ -87,7 +90,3 @@ LINCS=$(LINCS) -I$(PUBLIC)\plugin -I$(PUBLIC)\xpcom -I$(PUBLIC)\java -I$(PUBLIC)
LCFLAGS = $(LCFLAGS) -DNEW_PLUGIN_STREAM_API
!endif
libs:: $(DLL)
# $(MAKE_INSTALL) $(XPDIST)\classes11\Simple.class $(DEPTH)\cmd\winfe\mkfiles32\x86dbg\plugins\simple
# $(MAKE_INSTALL) Simple.class $(DEPTH)\cmd\winfe\mkfiles32\x86dbg\plugins\simple
$(MAKE_INSTALL) $(OBJDIR)\npsimple.dll $(DIST)\bin\components