Win32 only makefile changes to get mccabe's JS console code to compile. Not yet part of the build

This commit is contained in:
jband%netscape.com 2000-03-27 22:24:33 +00:00
Родитель d0b388f6c1
Коммит b40c2bc8fb
2 изменённых файлов: 9 добавлений и 9 удалений

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

@ -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)