[atk] build/introspection-msvc.mak: Fix Default typelib PATH
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] build/introspection-msvc.mak: Fix Default typelib PATH
- Date: Mon, 13 Jan 2014 06:03:12 +0000 (UTC)
commit e2f941b0b27155ef5e583ed421e44bbb167515cd
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Jan 13 14:03:02 2014 +0800
build/introspection-msvc.mak: Fix Default typelib PATH
build/introspection-msvc.mak | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/introspection-msvc.mak b/build/introspection-msvc.mak
index 3670c2f..beff817 100644
--- a/build/introspection-msvc.mak
+++ b/build/introspection-msvc.mak
@@ -7,11 +7,11 @@
BASEDIR = ..\..\vs$(VSVER)\$(PLAT)
GIR_SUBDIR = share\gir-1.0
-GIR_SUBDIR = share\gir-1.0
+GIR_TYPELIBDIR = lib\girepository-1.0
G_IR_SCANNER = $(BASEDIR)\bin\g-ir-scanner
G_IR_COMPILER = $(BASEDIR)\bin\g-ir-compiler.exe
G_IR_INCLUDEDIR = $(BASEDIR)\$(GIR_SUBDIR)
-G_IR_TYPELIBDIR = $(BASEDIR)\$(GIR_SUBDIR)
+G_IR_TYPELIBDIR = $(BASEDIR)\$(GIR_TYPELIBDIR)
# Note: The PYTHON2 must be a Python 2.6.x or 2.7.x Interpretor!
# Either having python.exe from Python 2.6.x/2.7.x in your PATH will work
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]