From cbcd23f1de1cf0b43a0ed33cbfbc466e6fe9a810 Mon Sep 17 00:00:00 2001 From: sar Date: Mon, 30 Mar 1998 23:15:36 +0000 Subject: [PATCH] removing reliance on manifest files --- cmd/winfe/prefs/edpref/src/makefile.win | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cmd/winfe/prefs/edpref/src/makefile.win b/cmd/winfe/prefs/edpref/src/makefile.win index e62d93b3e7e5..1befa08a9873 100644 --- a/cmd/winfe/prefs/edpref/src/makefile.win +++ b/cmd/winfe/prefs/edpref/src/makefile.win @@ -1,3 +1,4 @@ +IGNORE_MANIFEST=1 # The contents of this file are subject to the Netscape Public License # Version 1.0 (the "NPL"); you may not use this file except in # compliance with the NPL. You may obtain a copy of the NPL at @@ -47,6 +48,19 @@ LLIBS = $(LLIBS) $(LLIBS32) LLIBS = $(LLIBS) $(LLIBS16) !endif + +MODULE=winprefs +DEPTH=..\..\..\..\.. +REQUIRES=dllcom winprefs pref dbm nspr js +CPPSRCS=edpref.cpp pages.cpp edpages.cpp +CPP_OBJS=.\$(OBJDIR)\edpref.obj .\$(OBJDIR)\pages.obj \ + .\$(OBJDIR)\edpages.obj +!if "$(MOZ_BITS)" != "16" +LINCS=-I$(XPDIST)\public\dllcom -I$(XPDIST)\public\winprefs \ + -I$(XPDIST)\public\pref -I$(XPDIST)\public\dbm \ + -I$(XPDIST)\public\nspr -I$(XPDIST)\public\js +!endif + !include "$(MOZ_SRC)\ns\config\rules.mak" libs:: $(DLL)