merge branch to tip. This directory is not in the build yet

This commit is contained in:
montulli 1998-06-17 21:27:01 +00:00
parent ae688b89c3
commit dd0db83c04
3 changed files with 6 additions and 3 deletions

View File

@ -26,7 +26,8 @@ CSRCS = \
EXPORTS= cstream.h strmutil.h
REQUIRES = network nspr2 dbm util pref js java fileurl security layer img jtools
REQUIRES = network nspr2 dbm util pref js java fileurl security \
layer img jtools netcnvts
include $(DEPTH)/config/rules.mk

View File

@ -96,7 +96,7 @@ struct _NET_StreamClass {
* are printed out.
*/
extern char *
XP_ListNextPresentationType(XP_Bool first);
XP_ListNextPresentationType(PRBool first);
/* prints out all encoding mime types during successive calls
* call with first equal true to reset to the beginning
@ -105,7 +105,7 @@ XP_ListNextPresentationType(XP_Bool first);
* are printed out.
*/
extern char *
XP_ListNextEncodingType(XP_Bool first);
XP_ListNextEncodingType(PRBool first);
/* register a mime type and a command to be executed
*/

View File

@ -79,6 +79,8 @@ LINCS= \
include <$(DEPTH)\config\rules.mak>
libs:: $(LIBRARY)
install::
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib