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

git-svn-id: svn://10.0.0.236/trunk@64256 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com 2000-03-27 22:24:33 +00:00
parent df81ce875a
commit c80ddcea50
2 changed files with 9 additions and 9 deletions

View File

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

View File

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