aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 00:41:57 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 00:41:57 +0000
commit41f0a2c5e66cbac7ca04d7b7adff8d19bf0884cf (patch)
treef9256321832bac5f31c34ed2782d10d19a861a0b /config.nmake
parenta6a7b2af48277c5d2888ebc4e1ebe20bde5c23f3 (diff)
Update Makefiles for win32. Move local configuration to config.nmake,
have top-level Makefile.nmake call Makefile.nmake's in subdirectories. Build plugins, and build generated source (lex, yacc). The only thing we can't build is register.c; I need to re-work the top-level Makefile.nmake because it lists object files, not C files, which make-reg-dotc needs. svn path=/trunk/; revision=1608
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
new file mode 100644
index 0000000000..1a6366a042
--- /dev/null
+++ b/config.nmake
@@ -0,0 +1,12 @@
+
+GTK_VERSION=1.3
+GLIB_VERSION=1.3
+
+GLIB_DIR=T:\w32-ix86\ethereal\glib
+GTK_DIR=T:\w32-ix86\ethereal\gtk+
+
+LOCAL_CFLAGS=
+
+LEX=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin\flex
+YACC=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin\bison
+YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple