From 8a06c2beb9750f1a5aa61b2c120f63875bee3db1 Mon Sep 17 00:00:00 2001 From: "smontagu%netscape.com" Date: Thu, 21 Feb 2002 00:01:32 +0000 Subject: [PATCH] Corrections to makefile. Bug 126674; r=cls; a=roc+moz --- content/shared/public/makefile.win | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/shared/public/makefile.win b/content/shared/public/makefile.win index fa3bc71fb22..8454ff9b48a 100644 --- a/content/shared/public/makefile.win +++ b/content/shared/public/makefile.win @@ -21,6 +21,7 @@ DEPTH=..\..\.. MODULE=content +include <$(DEPTH)\config\config.mak> EXPORTS = \ nsCSSAtomList.h \ nsCSSAtoms.h \ @@ -49,7 +50,9 @@ EXPORTS = \ !endif nsXBLAtomList.h \ nsXBLAtoms.h \ +!ifdef IBMBIDI nsBidiUtils.h \ +!endif $(NULL) include <$(DEPTH)\config\rules.mak>