Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 294:4b85ae5eabfb r21-0b45
Import from CVS: tag r21-0b45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:38:01 +0200 |
parents | c9fe270a4101 |
children | 19dcec799385 |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Mon Aug 13 10:37:16 2007 +0200 +++ b/lib-src/Makefile.in.in Mon Aug 13 10:38:01 2007 +0200 @@ -273,10 +273,12 @@ runemacs_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ -DVERSION='"${version}"' ${srcdir}/../nt/runemacs.c \ $(ldflags) -Wl,--subsystem,windows -runemacs_deps = ${srcdir}/../nt/runemacs.c ../src/config.h +runemacs_deps = ${srcdir}/../nt/runemacs.c ${srcdir}/../nt/xemacs.ico ../src/config.h runemacs: ${runemacs_deps} - $(CC) ${runemacs_args} -o $@ + echo "runemacs ICON DISCARDABLE \"../nt/xemacs.ico\"" \ + | windres -o runemacs_res.o + $(CC) runemacs_res.o ${runemacs_args} -o $@ ootags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ -DVERSION='"${version}"' ${srcdir}/ootags.c \