summaryrefslogtreecommitdiff
path: root/config/autoconf.mk.in
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-01-20 16:26:24 +0000
committerwtc%netscape.com <devnull@localhost>2003-01-20 16:26:24 +0000
commit7b3437a94a0449ffdcac6a7db1da63a3b1ddac12 (patch)
tree8b67a3d317ebb3fc24959846e62b9334774f8360 /config/autoconf.mk.in
parent7019d42ebd2788a5deb07f08a77180112af7e1ba (diff)
downloadnspr-hg-7b3437a94a0449ffdcac6a7db1da63a3b1ddac12.tar.gz
Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is
contributed by Chris Seawood <seawood@cls.org> and Dan Mosedale <dmose@mozilla.org>. r=wtc. Modified files: configure configure.in config/Makefile.in autoconf.mk.in now.c rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in lib/msgc/src/Makefile.in prtypes.h _winnt.h pr/src/Makefile.in prmapopt.c pr/src/md/windows/Makefile.in ntio.c ntmisc.c pr/tests/Makefile.in runtests.ksh pr/tests/dll/Makefile.in
Diffstat (limited to 'config/autoconf.mk.in')
-rw-r--r--config/autoconf.mk.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/autoconf.mk.in b/config/autoconf.mk.in
index 489e2513..9135f1af 100644
--- a/config/autoconf.mk.in
+++ b/config/autoconf.mk.in
@@ -60,9 +60,8 @@ AR_FLAGS = @AR_FLAGS@
LD = @LD@
RANLIB = @RANLIB@
PERL = @PERL@
-DLLTOOL = @DLLTOOL@
-WINDRES = @WINDRES@
RC = @RC@
+RCFLAGS = @RCFLAGS@
STRIP = @STRIP@
NSINSTALL = @NSINSTALL@
FILTER = @FILTER@