зеркало из https://github.com/mozilla/gecko-dev.git
Win32 only makefile changes to get mccabe's JS console code to compile. Not yet part of the build
This commit is contained in:
Родитель
d0b388f6c1
Коммит
b40c2bc8fb
|
@ -34,10 +34,10 @@ EXPORTS = \
|
|||
$(NULL)
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIConsoleService.idl \
|
||||
nsIConsoleMessage.idl \
|
||||
nsIConsoleListener.idl \
|
||||
nsIScriptError.idl \
|
||||
.\nsIConsoleService.idl \
|
||||
.\nsIConsoleMessage.idl \
|
||||
.\nsIConsoleListener.idl \
|
||||
.\nsIScriptError.idl \
|
||||
$(NULL)
|
||||
|
||||
|
||||
|
@ -51,9 +51,9 @@ LLIBS = \
|
|||
|
||||
|
||||
OBJS = \
|
||||
nsConsoleMessage.obj \
|
||||
nsConsoleService.obj \
|
||||
nsConsoleServiceModule.cpp \
|
||||
.\$(OBJDIR)\nsConsoleMessage.obj \
|
||||
.\$(OBJDIR)\nsConsoleService.obj \
|
||||
.\$(OBJDIR)\nsConsoleServiceModule.obj \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
#
|
||||
# Contributor(s):
|
||||
|
||||
DEPTH=..\..\..\..
|
||||
DEPTH=..\..\..\..\..
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
DISTBROWSWER=$(DIST)\bin\chrome\global\content\default
|
||||
DISTBROWSER=$(DIST)\bin\chrome\global\content\default
|
||||
|
||||
install::
|
||||
$(MAKE_INSTALL) console.js $(DISTBROWSER)
|
||||
|
|
Загрузка…
Ссылка в новой задаче