From ff55700ce06cd35c4ccca915d882cea1bb5f4a20 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Wed, 7 Mar 2001 03:08:12 +0000 Subject: [PATCH] Use NO_MFC to build without the MFC tainted bits. Bug #71087 sr=leaf git-svn-id: svn://10.0.0.236/trunk@88775 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/tests/makefile.win | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mozilla/embedding/tests/makefile.win b/mozilla/embedding/tests/makefile.win index bf5909ec5e4..37a6338098d 100644 --- a/mozilla/embedding/tests/makefile.win +++ b/mozilla/embedding/tests/makefile.win @@ -20,6 +20,10 @@ DEPTH=..\.. -DIRS=winEmbed mfcembed +DIRS=winEmbed + +!if !defined(NO_MFC) +DIRS=$(DIRS) mfcembed +!endif include <$(DEPTH)\config\rules.mak>