aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/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/gtk/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/gtk/Makefile.nmake')
-rw-r--r--ui/gtk/Makefile.nmake7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/gtk/Makefile.nmake b/ui/gtk/Makefile.nmake
index 54a456881d..c45d5be3aa 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/Makefile.nmake
@@ -86,13 +86,6 @@ wireshark-tap-register.c: $(WIRESHARK_TAP_SRC) ../../tools/make-tapreg-dotc Make
@$(SH) ../../tools/make-tapreg-dotc wireshark-tap-register.c . $(WIRESHARK_TAP_SRC)
!ENDIF
-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 $?
-
!IF "$(PORTAUDIO_VERSION)" == "18"
pa_lib.obj: $(PORTAUDIO_DIR)\pa_common\pa_lib.c
$(CC) -c $(LOCAL_CFLAGS) $?