aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-05-22 16:19:45 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-05-22 16:19:45 +0000
commitec962d8cbde501432666dd45ab3b42beaec6184d (patch)
treebf93180e54261b9153a37747c1c499c90ec0e891 /packaging
parent1665ab7551392ea961c56509b654fe0c6c9846ab (diff)
Win32: build text2pcap doco and package it.
svn path=/trunk/; revision=3435
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/Makefile.nmake6
-rw-r--r--packaging/nsis/ethereal.nsi.in9
2 files changed, 12 insertions, 3 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 2e5d9cabe0..f82fcfe342 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.5 2001/04/12 18:07:21 gram Exp $
+# $Id: Makefile.nmake,v 1.6 2001/05/22 16:19:45 gram Exp $
#
#
# NSIS is a free packager/installer/uninstaller program for Win32.
@@ -10,12 +10,14 @@
include ../../config.nmake
-EXE=../../ethereal.exe ../../tethereal.exe ../../editcap.exe
+EXE=../../ethereal.exe ../../tethereal.exe ../../editcap.exe \
+ ../../text2pcap.exe
PDB=../../ethereal.pdb ../../tethereal.pdb ../../editcap.pdb
DLL=../../wiretap/wiretap-$(WTAP_VERSION).dll
DOC=../../doc/ethereal.html \
../../doc/tethereal.html \
../../doc/editcap.html \
+ ../../doc/text2pcap.html \
../../README \
../../README.win32
GPL=GPL.txt
diff --git a/packaging/nsis/ethereal.nsi.in b/packaging/nsis/ethereal.nsi.in
index f8d3c33301..e95dc499dd 100644
--- a/packaging/nsis/ethereal.nsi.in
+++ b/packaging/nsis/ethereal.nsi.in
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi.in,v 1.2 2001/04/05 05:36:47 gram Exp $
+; $Id: ethereal.nsi.in,v 1.3 2001/05/22 16:19:45 gram Exp $
; ============================================================================
; Header configuration
@@ -89,6 +89,13 @@ SetOutPath $INSTDIR
File "..\..\editcap.exe"
File "..\..\doc\editcap.html"
+Section "Text2Pcap"
+;-------------------------------------------
+SetOutPath $INSTDIR
+File "..\..\text2pcap.exe"
+File "..\..\doc\text2pcap.html"
+
+
Section "Plugins"
;-------------------------------------------