remove IGNORE_MANIFEST and remove LCFLAGS since we don't have any.

This commit is contained in:
mscott%netscape.com 1999-06-07 20:43:50 +00:00
Родитель 26fdcb06d3
Коммит b6690b3896
2 изменённых файлов: 0 добавлений и 13 удалений

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

@ -13,8 +13,6 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
IGNORE_MANIFEST=1
DEPTH=..\..\..
MODULE=msgbase
@ -35,9 +33,6 @@ CPP_OBJS= \
.\$(OBJDIR)\nsMsgFactory.obj \
$(NULL)
LCFLAGS=-DNETSCAPE
# These are the libraries we need to link with to create the dll
LLIBS= \
$(DIST)\lib\xpcom.lib \
$(DIST)\lib\plc3.lib \

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

@ -15,8 +15,6 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
IGNORE_MANIFEST=1
DEPTH=..\..\..
MODULE= msgbase
@ -51,12 +49,6 @@ EXPORTS= \
LIBRARY_NAME=msgbase_s
LCFLAGS = \
$(LCFLAGS) \
$(DEFINES) \
$(NULL)
CPP_OBJS= \
.\$(OBJDIR)\nsMessenger.obj \
.\$(OBJDIR)\nsMessengerBootstrap.obj \