Implemented XP default prefs. Thanks to seth for the makefile magic!

This commit is contained in:
mcmullen%netscape.com 1999-06-03 00:41:11 +00:00
Родитель 380e76a803
Коммит 499103721e
1 изменённых файлов: 12 добавлений и 1 удалений

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

@ -889,7 +889,18 @@ $(XPDIST)/include::
export:: $(EXPORTS) $(XPDIST)/include export:: $(EXPORTS) $(XPDIST)/include
$(INSTALL) -m 444 $^ $(INSTALL) -m 444 $^
endif endif
################################################################################
# Copy each element of PREF_JS_EXPORTS to $(DIST)/bin/components
ifneq ($(PREF_JS_EXPORTS),)
$(DIST)/bin/components::
@if test ! -d $@; then echo Creating $@; rm -rf $@; $(NSINSTALL) -D $@; else true; fi
export:: $(PREF_JS_EXPORTS) $(DIST)/bin/components
$(INSTALL) -m 444 $^
endif
################################################################################ ################################################################################
# Export the elements of $(XPIDLSRCS), generating .h and .xpt files and # Export the elements of $(XPIDLSRCS), generating .h and .xpt files and