Bug 70699. Fix windows makefile to create .obj files in win32_x.obj. Tip o' the cap to gverdun@acm.org. r=jst, sr=shaver

This commit is contained in:
waterson%netscape.com 2001-03-07 00:43:11 +00:00
Родитель 2447a9a873
Коммит 7a6cf95a43
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -35,10 +35,10 @@ CPPSRCS = \
$(NULL)
CPP_OBJS= \
nsJSXULCommandDispatcher.obj \
nsJSXULDocument.obj \
nsJSXULElement.obj \
nsJSXULTreeElement.obj \
.\$(OBJDIR)\nsJSXULCommandDispatcher.obj \
.\$(OBJDIR)\nsJSXULDocument.obj \
.\$(OBJDIR)\nsJSXULElement.obj \
.\$(OBJDIR)\nsJSXULTreeElement.obj \
$(NULL)
LINCS=-I$(XPDIST)\public\xpcom -I$(XPDIST)\public\raptor -I$(XPDIST)\public\dom -I$(XPDIST)\public\js