aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-12-22 08:12:10 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-12-22 08:12:10 +0000
commit2e7258ed35871b41e3c430efc04d0d36f6a97bc9 (patch)
treef28359bc3ccd805f60864986adf98f45617e5891 /help/Makefile.nmake
parent57b6b53548c789094ac064780df321a229663c4b (diff)
using distributed help text files, instead of "#include" built in texts
svn path=/trunk/; revision=9408
Diffstat (limited to 'help/Makefile.nmake')
-rw-r--r--help/Makefile.nmake31
1 files changed, 1 insertions, 30 deletions
diff --git a/help/Makefile.nmake b/help/Makefile.nmake
index b1e874fe3d..d820ddceb4 100644
--- a/help/Makefile.nmake
+++ b/help/Makefile.nmake
@@ -1,41 +1,12 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.1 2003/11/18 23:11:49 ulfl Exp $
+# $Id: Makefile.nmake,v 1.2 2003/12/22 08:07:13 ulfl Exp $
include ..\config.nmake
############### no need to modify below this line #########
-# nmake seems to have problems with implicit rules and unknown source filetypes!
-# so nmake has to use explicit rules to build .h files.
-
-
-INCLUDES = \
- capture_filters.h \
- display_filters.h \
- faq.h \
- overview.h \
- well_known.h
-
-all_includes: $(INCLUDES) convert-include.sh Makefile.nmake
-
-capture_filters.h: capture_filters.txt
- $(SH) convert-include.sh $*
-
-display_filters.h: display_filters.txt
- $(SH) convert-include.sh $*
-
-faq.h: faq.txt
- $(SH) convert-include.sh $*
-
-overview.h: overview.txt
- $(SH) convert-include.sh $*
-
-well_known.h: well_known.txt
- $(SH) convert-include.sh $*
-
clean:
- rm -f $(INCLUDES)
distclean: clean