From ee12c30d2c4e4a3896775e20d70066f0c47a707a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 13 Feb 2006 23:09:51 +0000 Subject: Add a manifest, so that styled widgets are drawn correcltly. The "version" field in the manifest is picky about formatting, so setting a custom version in config.nmake (e.g. "0.10.14-test") will probably break the Windows build. svn path=/trunk/; revision=17291 --- image/Makefile.nmake | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'image/Makefile.nmake') diff --git a/image/Makefile.nmake b/image/Makefile.nmake index d7eee52cc1..c9689912c1 100644 --- a/image/Makefile.nmake +++ b/image/Makefile.nmake @@ -4,10 +4,15 @@ include ..\config.nmake -ALL_RC=ethereal.rc libethereal.rc tethereal.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc +ALL_RC=ethereal.rc libethereal.rc tethereal.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc ethereal.exe.manifest all : $(ALL_RC) -ethereal.rc : ethereal.rc.in ..\config.nmake +ethereal.exe.manifest: ethereal.exe.manifest.in ..\config.nmake + sed -e s/@VERSION@/$(VERSION)/ \ + -e s/@RC_VERSION@/$(RC_VERSION)/ \ + < ethereal.exe.manifest.in > $@ + +ethereal.rc : ethereal.rc.in ethereal.exe.manifest ..\config.nmake sed -e s/@VERSION@/$(VERSION)/ \ -e s/@RC_VERSION@/$(RC_VERSION)/ \ < ethereal.rc.in > $@ -- cgit v1.2.3