Add cvmime back into nglayout build. Not hooked up, though.
git-svn-id: svn://10.0.0.236/trunk@6089 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
0e61d096db
commit
6c862c7f6a
@ -63,7 +63,9 @@
|
||||
#include "xpgetstr.h"
|
||||
extern int XP_EDITOR_NON_HTML;
|
||||
|
||||
#ifndef MODULAR_NETLIB
|
||||
#include "marimurl.h"
|
||||
#endif
|
||||
|
||||
#ifdef CRAWLER
|
||||
/* crawler converters */
|
||||
@ -522,6 +524,7 @@ net_RegisterDefaultDecoders (void)
|
||||
#endif /* XP_UNIX */
|
||||
|
||||
|
||||
#ifndef MODULAR_NETLIB
|
||||
/* Set things up so that the image library gets reconnected once the
|
||||
internally-handled images have been started. */
|
||||
NET_RegisterContentTypeConverter (IMAGE_GIF, FO_INTERNAL_IMAGE,
|
||||
@ -569,6 +572,7 @@ net_RegisterDefaultDecoders (void)
|
||||
IL_ViewStream);
|
||||
NET_RegisterContentTypeConverter (IMAGE_XBM3,FO_PRESENT_INLINE,NULL,
|
||||
IL_ViewStream);
|
||||
#endif /* !MODULAR_NETLIB */
|
||||
|
||||
/* register default (non)decoders for the text printer
|
||||
*/
|
||||
@ -787,8 +791,10 @@ NET_RegisterMIMEDecoders (void)
|
||||
NET_MimeEncodingConverter);
|
||||
#endif
|
||||
|
||||
#ifndef MODULAR_NETLIB
|
||||
NET_RegisterContentTypeConverter ("*", FO_MULTIPART_IMAGE,
|
||||
(void *) 1, IL_ViewStream);
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_MAIL_NEWS
|
||||
/* Decoders for libmsg/compose.c */
|
||||
|
||||
@ -47,8 +47,8 @@ OBJS= \
|
||||
.\$(OBJDIR)\cvunzip.obj \
|
||||
.\$(OBJDIR)\cvjscfg.obj \
|
||||
.\$(OBJDIR)\txview.obj \
|
||||
!ifndef MODULAR_NETLIB
|
||||
.\$(OBJDIR)\cvmime.obj \
|
||||
!ifndef MODULAR_NETLIB
|
||||
.\$(OBJDIR)\cvpics.obj \
|
||||
!endif
|
||||
$(NULL)
|
||||
@ -57,9 +57,9 @@ OBJS= \
|
||||
TMP_CSRCS = \
|
||||
cvactive.c \
|
||||
cvchunk.c \
|
||||
!ifndef MODULAR_NETLIB
|
||||
cvcolor.c \
|
||||
cvmime.c \
|
||||
!ifndef MODULAR_NETLIB
|
||||
cvpics.c \
|
||||
!endif
|
||||
cvdisk.c \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user