From c2876dfc7c395c51226f98501832951856e984ff Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 21 Jan 2014 15:15:20 +0800 Subject: build/gi-introspection-msvc.mak: Correct a Library Name Otherwise the .gir/.typelib for the GIRepository DLL would not be build correctly-leftover oops when reworking the introspection files build process. --- build/gi-introspection-msvc.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gi-introspection-msvc.mak b/build/gi-introspection-msvc.mak index 284d5c19..5b345fa5 100644 --- a/build/gi-introspection-msvc.mak +++ b/build/gi-introspection-msvc.mak @@ -159,7 +159,7 @@ GIRepository-$(GLIB_APIVERSION).gir: gi_list GObject-$(GLIB_APIVERSION).gir win3 --add-include-path=..\gir --add-include-path=. --namespace=GIRepository --nsversion=$(GLIB_APIVERSION) \ --identifier-prefix=GI --symbol-prefix=g --c-include="girepository.h" --add-include-path=. \ --no-libtool --pkg=gobject-$(GLIB_APIVERSION) --include=GObject-$(GLIB_APIVERSION) \ - --library=girepository-1-vs%VSVER% -I..\girepository -I.. -I%BASEDIR%\include \ + --library=$(GI_DLLNAME) -I..\girepository -I.. -I%BASEDIR%\include \ -I%BASEDIR%\include\glib-2.0 -I%BASEDIR%\lib\glib-2.0\include --filelist=gi_list \ -DGI_COMPILATION -o $@ -- cgit v1.2.1