aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-15 08:43:27 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-15 08:43:27 +0000
commitbd16652c90350d73b9bda0bed7e27b00b746e674 (patch)
tree0e35289bfca4e3a8d110a7ee734c721960cafce9 /ui/Makefile.nmake
parente5cd850d5606ed1bfaf6194429a9f7df87f526bd (diff)
text_import_scanner_lex.h and text_import_scanner.c are now part of
libui, not libgtkui. svn path=/trunk/; revision=44913
Diffstat (limited to 'ui/Makefile.nmake')
-rw-r--r--ui/Makefile.nmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/Makefile.nmake b/ui/Makefile.nmake
index 716d0a0908..a2d6df1ca3 100644
--- a/ui/Makefile.nmake
+++ b/ui/Makefile.nmake
@@ -38,6 +38,13 @@ WIRESHARK_UI_OBJECTS = \
$(GENERATED_C_FILES:.c=.obj) \
$(DIRTY_GENERATED_C_FILES:.c=.obj)
+RUNLEX=..\tools\runlex.sh
+
+text_import_scanner.h: text_import_scanner.c
+text_import_scanner_lex.h: text_import_scanner.c
+text_import_scanner.obj : text_import_scanner.c
+ $(CC) $(GENERATED_CFLAGS) $(WSUG_CFLAGS) -Fd.\ -c $?
+
libui.lib : ..\config.h $(WIRESHARK_UI_OBJECTS)
link /lib /out:libui.lib $(WIRESHARK_UI_OBJECTS)