aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-02 18:05:06 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-02 18:05:06 +0000
commit118f73a7cb99550b3a5758436919950f601cc468 (patch)
treeee16745eb22ddf14ad1d15bd00682e02fe31a367 /config.nmake
parent60f466d7cdb2348ae987c55c71566dea3259b2c4 (diff)
removed YACC_OPTS, as it seemed to be unneeded for quite a while now
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11884 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 30602d09d3..a18a8dd8d5 100644
--- a/config.nmake
+++ b/config.nmake
@@ -153,9 +153,6 @@ PYTHON="C:/python23/python.exe"
LEX=flex
YACC=bison
-# Set YACC_OPTS if cygnus bison can't find template file.
-#YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple
-
# To build the installer
MAKENSIS="C:/program files/nsis/makensis.exe"