mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
Fix static build bustage.
This commit is contained in:
parent
399b39705e
commit
140f4fbdf5
@ -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
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
DEPTH=..\..
|
||||
|
||||
REQUIRES = xpcom
|
||||
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
|
||||
MAKE_OBJ_TYPE = DLL
|
||||
|
Loading…
x
Reference in New Issue
Block a user