aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-29 07:35:07 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-29 07:35:07 +0000
commit3c9a310b6de26eac8dfd0a60ceda00bdee7dd6d8 (patch)
treef5e01581b4abd1afbade59df0a12f8819bca513c /config.nmake
parentcdc06969c7e22ed9f3dcaca7151bf4319f6436be (diff)
Graham Bloice's changes to, on Win32 using Microsoft's "nmake":
build "register.c" in the top-level Makefile; set path in "config.nmake" to include the Cygwin directory for tools - those tools are needed to build "register.c"; remove constructed source files, and some additional object files, when doing "nmake clean". svn path=/trunk/; revision=1896
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 151c66d5ef..00f7b1ff97 100644
--- a/config.nmake
+++ b/config.nmake
@@ -10,6 +10,7 @@ PCAP_DIR=T:\w32-ix86\ethereal\WPdpack
LOCAL_CFLAGS=-Zi
LOCAL_LDFLAGS=/DEBUG
-LEX=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin\flex
-YACC=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin\bison
+PATH=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin;$(PATH)
+LEX=flex
+YACC=bison
YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple