aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-09-16 22:07:03 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-09-16 22:07:03 +0000
commit6cd11f14efd80ca4f977a6fb1e12fe8baaa20f37 (patch)
tree37a8333c93ba1215fdfcf24971d5dfe0b4e06cbd /gtk/Makefile.nmake
parent6ad89dda90fc1e4f842c839642a7b029dd2603cf (diff)
first steps towards using the User's Guide as Ethereal's help system
svn path=/trunk/; revision=12021
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index eca004a5b7..139f03b0f8 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -15,8 +15,12 @@ CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap $(GTK_CFLAGS) \
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
+!IFDEF ETHEREAL_EUG_DIR
+EUG_CFLAGS=-DETHEREAL_EUG_DIR
+!ENDIF
+
.c.obj::
- $(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
+ $(CC) $(CVARSDLL) $(CFLAGS) $(EUG_CFLAGS) -Fd.\ -c $<
include Makefile.common