aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-11-13 14:47:53 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-11-13 14:47:53 +0000
commit06d94db99f9ffe407c5fe9fa7e79456b071b58b9 (patch)
tree6110878d20ebf830d357cc273edbca8faca373ab /gtk
parent2e614f1143aa1b27a8e23df7104979dd70f0a8af (diff)
Try to fix the build for text_import_scanner,
not sure if it's correct but now it builds text_import_scanner.c but still fails with: c:\wireshark\gtk\text_import.h(34) : fatal error C1083: Cannot open include file : 'glib.h': No such file or directory NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\x86_amd64\cl.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\BIN\nmake.exe"' : return code '0x2' Stop. svn path=/trunk/; revision=34858
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index 833a1e4157..fadc6511aa 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -4,6 +4,7 @@
# $Id$
include ..\config.nmake
+include ..\Makefile.nmake.inc
############### no need to modify below this line #########
@@ -80,6 +81,11 @@ wireshark-tap-register.c: $(WIRESHARK_TAP_SRC) ../tools/make-tapreg-dotc Makefil
@$(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.obj : text_import_scanner.c
+ $(CC) $(CVARSDLL) $(GENERATED_CFLAGS) -Fd.\ -c $?
!IF "$(PORTAUDIO_VERSION)" == "18"
pa_lib.obj: $(PORTAUDIO_DIR)\pa_common\pa_lib.c