From a780e12c6136f5572e4bfb34bf1bd96db5614086 Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Tue, 9 Nov 1999 04:36:08 +0000 Subject: [PATCH] removing NECKO #define, adding irc to windows build, a=chofmann --- extensions/makefile.win | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/extensions/makefile.win b/extensions/makefile.win index 4f07fc8a8f73..ac55ae4d5066 100644 --- a/extensions/makefile.win +++ b/extensions/makefile.win @@ -22,10 +22,6 @@ DEPTH=.. include <$(DEPTH)/config/config.mak> -!ifdef NECKO -DIRS = wallet pics cookie -!else -DIRS = wallet pics -!endif +DIRS = wallet pics cookie irc include <$(DEPTH)\config\rules.mak>