[gobject-introspection] build/gi-introspection-msvc.mak: Correct a Library Name
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] build/gi-introspection-msvc.mak: Correct a Library Name
- Date: Tue, 21 Jan 2014 07:15:29 +0000 (UTC)
commit c2876dfc7c395c51226f98501832951856e984ff
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Jan 21 15:15:20 2014 +0800
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/gi-introspection-msvc.mak b/build/gi-introspection-msvc.mak
index 284d5c1..5b345fa 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 $@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]