summaryrefslogtreecommitdiff
path: root/build/gi-tests-msvc.mak
diff options
context:
space:
mode:
Diffstat (limited to 'build/gi-tests-msvc.mak')
-rw-r--r--build/gi-tests-msvc.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/gi-tests-msvc.mak b/build/gi-tests-msvc.mak
index 9a22d465..bc958a43 100644
--- a/build/gi-tests-msvc.mak
+++ b/build/gi-tests-msvc.mak
@@ -97,7 +97,7 @@ barapp.exe:
@-if exist $@.manifest @mt /manifest $@.manifest /outputresource:$@;1
gitestoffsets.exe: gitestoffsets.c
- $(CC) $(CFLAGS) /I..\girepository /I..\tests\offsets $*.c $(LDFLAGS) girepository-$(GI_APIVERSION).lib
+ $(CC) $(CFLAGS) /I..\girepository /I..\tests\offsets /I..\tests $*.c $(LDFLAGS) girepository-$(GI_APIVERSION).lib
@-if exist $@.manifest @mt /manifest $@.manifest /outputresource:$@;1
@set GI_TYPELIB_PATH=.
@-$@ offsets.compiled offsets.introspected
@@ -124,7 +124,7 @@ Everything-$(GI_APIVERSION).gir: everything.dll
Offsets-$(GI_APIVERSION).gir: offsets.dll
$(PYTHON2) $(G_IR_SCANNER_CURRENT) --warn-all --warn-error --reparse-validate \
--namespace=Offsets --nsversion=$(GI_APIVERSION) \
- --no-libtool -I.. -I..\tests\offsets \
+ --no-libtool -I.. -I..\tests\offsets -I..\tests \
--pkg=gobject-$(GLIB_APIVERSION) --add-include-path=. --include=GObject-$(GLIB_APIVERSION) \
--library=$* --output=$@ \
..\tests\offsets\offsets.h ..\tests\offsets\offsets.c