Fix static build bustage.

This commit is contained in:
cathleen%netscape.com 2001-10-24 01:13:51 +00:00
parent 399b39705e
commit 140f4fbdf5
2 changed files with 4 additions and 13 deletions

View File

@ -21,8 +21,9 @@
DEPTH=..\..\..
MODULE=editor
LIBRARY_NAME=composer
MODULE_NAME=nsComposerModule
CPPSRCS = \
nsEditorShell.cpp \
@ -77,11 +78,6 @@ REQUIRES = xpcom \
include <$(DEPTH)/config/config.mak>
MAKE_OBJ_TYPE = DLL
DLLNAME = composer
DLL=.\$(OBJDIR)\$(DLLNAME).dll
LCFLAGS = \
$(LCFLAGS) \
$(DEFINES) \
@ -95,10 +91,3 @@ LLIBS = \
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).dll $(DIST)\bin\components
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
clobber::
rm -f $(DIST)\bin\components\$(DLLNAME).dll
rm -f $(DIST)\lib\$(DLLNAME).lib

View File

@ -22,6 +22,8 @@
DEPTH=..\..
REQUIRES = xpcom
include <$(DEPTH)/config/config.mak>
MAKE_OBJ_TYPE = DLL