From 6f4b44bcf40446462a1633e6561e03611b51c802 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Mon, 17 Sep 2001 19:14:31 +0000 Subject: [PATCH] additional changes per cls for bug 98371 (REQUIRES support on Win32) git-svn-id: svn://10.0.0.236/trunk@103000 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/chardet/src/classic/makefile.win | 2 +- mozilla/intl/chardet/src/windows/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/intl/chardet/src/classic/makefile.win b/mozilla/intl/chardet/src/classic/makefile.win index 14dd7ace1ff..800b93dc1a3 100644 --- a/mozilla/intl/chardet/src/classic/makefile.win +++ b/mozilla/intl/chardet/src/classic/makefile.win @@ -20,7 +20,7 @@ # Contributor(s): DEPTH=..\..\..\.. - +REQUIRES=xpcom string uconv chardet LCFLAGS= $(LCFLAGS) -D__STDC__ DEFINES= -DWIN32_LEAN_AND_MEAN diff --git a/mozilla/intl/chardet/src/windows/makefile.win b/mozilla/intl/chardet/src/windows/makefile.win index 3b934655ad9..60adc77c7e9 100644 --- a/mozilla/intl/chardet/src/windows/makefile.win +++ b/mozilla/intl/chardet/src/windows/makefile.win @@ -20,7 +20,7 @@ # Contributor(s): DEPTH=..\..\..\.. - +REQUIRES=xpcom string chardet uconv LCFLAGS= $(LCFLAGS) -D__STDC__ DEFINES= -DWIN32_LEAN_AND_MEAN