aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-04-09 21:42:51 +0000
committerGerald Combs <gerald@wireshark.org>2010-04-09 21:42:51 +0000
commit6cd62e9e65db7dedae8c612da612900546010ae3 (patch)
treecc3e3ef8350cd6d5ca628e0131c1b7ea23925595 /config.nmake
parent151c0fbfa1fe7a7a93a60175e408ef62dd244c1d (diff)
Rename README.win32 to README.windows and add a 64-bit download link.
Add tools/textify.sh, which makes a Notepad-clickable copy of a text file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt. Remove tools/unix2dos.pl and use Cygwin's u2d instead. svn path=/trunk/; revision=32440
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 272e4baedd..a18b60874a 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,7 +1,7 @@
# $Id$
-# Some more informations about the settings in this file, can be found
-# in the file README.win32 and the Developer's Guide (available online).
+# Some more information about the settings in this file can be found in
+# the file README.windows and the Developer's Guide (available online).
##### Target platform #####
# Only "win32" and "win64" are valid (for now).
@@ -602,6 +602,10 @@ LEX=flex
# command for yacc/bison (cygwin's bison recommended)
YACC=bison
+# Commands to convert UNIX line endings to DOS/Windows
+UNIX2DOS=u2d
+TEXTIFY=$(SH) $(TOOLS_DIR)/textify.sh
+
#
# Optional: To build the NSIS installer.
#