diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-01-13 14:03:50 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-01-13 14:03:50 +0800 |
commit | e3334e924b4a80919cff9b90b529fe5ddc257a19 (patch) | |
tree | 08feedb9341ae4d6be9b8436236f80e0e47998ab | |
parent | c825bb054b38d0cc78f878d115189ff32a4773a2 (diff) | |
download | pango-e3334e924b4a80919cff9b90b529fe5ddc257a19.tar.gz |
build/introspection-msvc.mak: Fix Default typelib Path
-rw-r--r-- | 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 3670c2f3..beff817d 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 |