From 4ba6f3c5983b11e941d287847022063b0bd40623 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Fri, 4 Jun 1999 02:04:43 +0000 Subject: [PATCH] Remove unnecessary LINCS now that all headers are pushed to the same directory. Export header files because they weren't getting exported before. --- mailnews/mime/src/makefile.win | 37 +++++++++++++++++----------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/mailnews/mime/src/makefile.win b/mailnews/mime/src/makefile.win index 0cf6826d698b..39835d109607 100644 --- a/mailnews/mime/src/makefile.win +++ b/mailnews/mime/src/makefile.win @@ -41,8 +41,25 @@ DEPTH=..\..\.. MODULE = mime REQUIRES= -#EXPORTS =\ -# $(NULL) +EXPORTS =\ + nsMimeObjectClassAccess.h \ + nsMimeConverter.h \ + mimetext.h \ + mimeleaf.h \ + mimecth.h \ + mimeobj.h \ + mimei.h \ + modmimee.h \ + mimecont.h \ + mimemult.h \ + mimemsig.h \ + mimehdrs.h \ + modmime.h \ + mimepbuf.h \ + modlmime.h \ + mimerosetta.h \ + comi18n.h \ + $(NULL) #DEFINES= -DEBUG_rhp -DHAVE_MIME_DATA_SLOT -D_IMPL_NS_HTML @@ -147,22 +164,6 @@ LLIBS= \ $(DIST)\lib\xpcom.lib \ $(NULL) -LINCS=$(LINCS) -I. \ - -I$(PUBLIC)\pref \ - -I$(PUBLIC)\js \ - -I$(PUBLIC)\security \ - -I$(PUBLIC)\netlib \ - -I$(PUBLIC)\xpcom \ - -I$(PUBLIC)\raptor \ - -I$(PUBLIC)\mime \ - -I$(PUBLIC)\mailnews \ - -I$(PUBLIC)\uconv \ - -I$(PUBLIC)\netcnvts \ - -I$(PUBLIC)\plugin \ - -I$(PUBLIC)\intl \ - -I$(PUBLIC)\locale \ - $(NULL) - #//------------------------------------------------------------------------ #// #// Include the common makefile rules