stupid fix for #7190. creating a plugins directory by default prevents

code that goes searching for old 3.0 and 4.0 plugins and loading
those. this should help with start-up times.
This commit is contained in:
cyeh%netscape.com 1999-07-01 23:32:54 +00:00
parent 7ef7ab7f49
commit 13d037ce40

View File

@ -31,3 +31,11 @@ DIRS= public nglsrc
#//
#//------------------------------------------------------------------------
include <$(DEPTH)\config\rules.mak>
export::
mkdir $(DIST)\bin\plugins
clobber::
rmdir $(DIST)\bin\plugins