diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/makefile.in b/src/makefile.in index e02478f7..91696721 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.64 2010/11/26 19:56:45 Doug.Kaufman Exp $ +# $LynxId: makefile.in,v 1.65 2012/02/23 09:42:34 tom Exp $ # template-makefile for Lynx src directory SHELL = @CONFIG_SHELL@ @@ -35,6 +35,7 @@ BUILD_CPPFLAGS = @BUILD_CPPFLAGS@ @DEFS@ BUILD_EXEEXT = @BUILD_EXEEXT@ YACC = @YACC@ +WINDRES = @WINDRES@ LIBS = @LIBS@ $(RESOLVLIB) $(WAISLIB) $(SITE_LIBS) LDFLAGS = @EXTRA_LDFLAGS@ @LDFLAGS@ @@ -152,7 +153,7 @@ LYmktime$o : $(top_srcdir)/userdefs.h LYrcFile$o : $(top_srcdir)/userdefs.h LYIcon$o: - windres -i LYIcon.rc -o LYIcon$o -O coff + $(WINDRES) -i LYIcon.rc -o LYIcon$o -O coff CHRTR= chrtrans/ |