From b15974d094e96ced61fefeff35be96add2b6e7a4 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 31 May 2006 00:23:01 +0000 Subject: libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260 --- image/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'image/Makefile.nmake') diff --git a/image/Makefile.nmake b/image/Makefile.nmake index 8094b14d41..bcddd20e1e 100644 --- a/image/Makefile.nmake +++ b/image/Makefile.nmake @@ -4,7 +4,7 @@ include ..\config.nmake -ALL_RC=ethereal.rc libethereal.rc tethereal.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest +ALL_RC=ethereal.rc libwireshark.rc tethereal.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest all : $(ALL_RC) wireshark.exe.manifest: ethereal.exe.manifest.in ..\config.nmake @@ -18,10 +18,10 @@ ethereal.rc : win32-file-dlg.rc ethereal.rc.in wireshark.exe.manifest ..\confi -e s/@RC_VERSION@/$(RC_VERSION)/ \ < ethereal.rc.in > $@ -libethereal.rc: libethereal.rc.in ..\config.nmake +libwireshark.rc: libwireshark.rc.in ..\config.nmake sed -e s/@VERSION@/$(VERSION)/ \ -e s/@RC_VERSION@/$(RC_VERSION)/ \ - < libethereal.rc.in > $@ + < libwireshark.rc.in > $@ tethereal.rc : tethereal.rc.in ..\config.nmake sed -e s/@VERSION@/$(VERSION)/ \ -- cgit v1.2.3