From c3af801eaabbdcd757491cb1c0ebb5d83c7e7877 Mon Sep 17 00:00:00 2001 From: "jband%netscape.com" Date: Sat, 24 Jul 1999 21:57:34 +0000 Subject: [PATCH] include of config.mak needed for NT Alpha according to bob meader git-svn-id: svn://10.0.0.236/trunk@41011 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/build/makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/xpcom/build/makefile.win b/mozilla/xpcom/build/makefile.win index 575b5718da8..2ab1853e246 100644 --- a/mozilla/xpcom/build/makefile.win +++ b/mozilla/xpcom/build/makefile.win @@ -20,6 +20,8 @@ IGNORE_MANIFEST=1 DEPTH=..\.. MODULE = xpcom +include <$(DEPTH)\config\config.mak> + LIBNAME = .\$(OBJDIR)\xpcom DLL = $(LIBNAME).dll