diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-08-12 12:54:59 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-08-15 10:02:19 +0800 |
commit | fffc66a67a217009199c1682d50263a574bbfaef (patch) | |
tree | ea1f8cb22e5b637030bdbf0111863ae9ec424184 /build/gi-tests-msvc.mak | |
parent | 902cd3f9c936e9954b28939c5a60da922e89eba7 (diff) | |
download | gobject-introspection-fffc66a67a217009199c1682d50263a574bbfaef.tar.gz |
gi-tests-msvc.mak: Include $(srcroot)\tests
... so that the header that defines the export macro can be found when the
test programs/DLLs are built
https://bugzilla.gnome.org/show_bug.cgi?id=732669
Diffstat (limited to 'build/gi-tests-msvc.mak')
-rw-r--r-- | build/gi-tests-msvc.mak | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/build/gi-tests-msvc.mak b/build/gi-tests-msvc.mak index fffdfc96..9a22d465 100644 --- a/build/gi-tests-msvc.mak +++ b/build/gi-tests-msvc.mak @@ -93,7 +93,7 @@ gitestrepo.exe gitestthrows.exe gitypelibtest.exe: @-if exist $@.manifest @mt /manifest $@.manifest /outputresource:$@;1 barapp.exe: - $(CC) $(CFLAGS) /I..\girepository ..\tests\scanner\$*.c $(LDFLAGS) girepository-$(GI_APIVERSION).lib + $(CC) $(CFLAGS) /I..\girepository -I..\tests ..\tests\scanner\$*.c $(LDFLAGS) girepository-$(GI_APIVERSION).lib @-if exist $@.manifest @mt /manifest $@.manifest /outputresource:$@;1 gitestoffsets.exe: gitestoffsets.c @@ -132,7 +132,7 @@ Offsets-$(GI_APIVERSION).gir: offsets.dll SLetter-$(GI_APIVERSION).gir: sletter.dll $(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all --reparse-validate \ --namespace=SLetter --nsversion=$(GI_APIVERSION) \ - --no-libtool -I.. \ + --no-libtool -I..\tests -I.. \ --add-include-path=. --include=Gio-$(GLIB_APIVERSION) \ --identifier-prefix=S --c-include="sletter.h" --warn-error \ --library=$* --output=$@ \ @@ -141,7 +141,7 @@ SLetter-$(GI_APIVERSION).gir: sletter.dll Utility-$(GI_APIVERSION).gir: utility.dll $(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all --reparse-validate \ --namespace=Utility --nsversion=$(GI_APIVERSION) \ - --no-libtool -I.. --pkg=gobject-$(GLIB_APIVERSION) \ + --no-libtool -I..\tests -I.. --pkg=gobject-$(GLIB_APIVERSION) \ --add-include-path=. --include=GObject-$(GLIB_APIVERSION) \ --c-include="utility.h" --warn-error \ --library=$* --output=$@ \ @@ -150,7 +150,7 @@ Utility-$(GI_APIVERSION).gir: utility.dll GtkFrob-$(GI_APIVERSION).gir: gtkfrob.dll $(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all --reparse-validate \ --namespace=GtkFrob --nsversion=$(GI_APIVERSION) \ - --no-libtool -I.. --pkg=gobject-$(GLIB_APIVERSION) \ + --no-libtool -I..\tests -I.. --pkg=gobject-$(GLIB_APIVERSION) \ --add-include-path=. --include=GObject-$(GLIB_APIVERSION) \ --identifier-prefix=Gtk --symbol-prefix=gtk_frob --warn-error \ --library=$* --output=$@ \ @@ -159,7 +159,7 @@ GtkFrob-$(GI_APIVERSION).gir: gtkfrob.dll GetType-$(GI_APIVERSION).gir: gettype.dll $(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all --reparse-validate \ --namespace=GetType --nsversion=$(GI_APIVERSION) \ - --no-libtool -I.. --pkg=gobject-$(GLIB_APIVERSION) \ + --no-libtool -I..\tests -I.. --pkg=gobject-$(GLIB_APIVERSION) \ --add-include-path=. --include=GObject-$(GLIB_APIVERSION) \ --c-include="gettype.h" --identifier-prefix=GetType --symbol-prefix=gettype \ --library=$* --output=$@ \ @@ -168,7 +168,7 @@ GetType-$(GI_APIVERSION).gir: gettype.dll Typedefs-$(GI_APIVERSION).gir: typedefs.dll $(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all --reparse-validate \ --namespace=Typedefs --nsversion=$(GI_APIVERSION) \ - --no-libtool -I.. --pkg=gobject-$(GLIB_APIVERSION) \ + --no-libtool -I..\tests -I.. --pkg=gobject-$(GLIB_APIVERSION) \ --add-include-path=. --include=GObject-$(GLIB_APIVERSION) \ --c-include="typedefs.h" --identifier-prefix=Typedefs --symbol-prefix=typedefs \ --library=$* --output=$@ \ @@ -177,7 +177,7 @@ Typedefs-$(GI_APIVERSION).gir: typedefs.dll WarnLib-$(GI_APIVERSION).gir: warnlib.dll $(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all --reparse-validate \ --namespace=WarnLib --nsversion=$(GI_APIVERSION) \ - --no-libtool -I.. \ + --no-libtool -I..\tests -I.. \ --add-include-path=. --include=Gio-$(GLIB_APIVERSION) \ --c-include="warnlib.h" --symbol-prefix=warnlib_ \ --library=$* --output=$@ \ @@ -186,7 +186,7 @@ WarnLib-$(GI_APIVERSION).gir: warnlib.dll Regress-$(GI_APIVERSION).gir: Utility-$(GI_APIVERSION).gir regress.dll $(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all \ --namespace=Regress --nsversion=$(GI_APIVERSION) \ - --no-libtool -I.. \ + --no-libtool -I..\tests -I.. \ --add-include-path=. --include=Gio-$(GLIB_APIVERSION) \ --include=Utility-$(GI_APIVERSION) --include=cairo-$(GI_APIVERSION) \ --c-include="regress.h" --warn-error \ @@ -201,7 +201,7 @@ Bar-$(GI_APIVERSION).gir: Utility-$(GI_APIVERSION).gir barapp.exe $(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all \ --namespace=Bar --nsversion=$(GI_APIVERSION) \ --program=barapp \ - --no-libtool -I.. --pkg=gobject-$(GLIB_APIVERSION) \ + --no-libtool -I..\tests -I.. --pkg=gobject-$(GLIB_APIVERSION) \ --add-include-path=. --include=GObject-$(GLIB_APIVERSION) \ --accept-unprefixed \ --output=$@ \ |