summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-01-13 15:42:29 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-01-13 15:42:29 +0800
commit58699f3d00aeac5728a4ddd5d57d4bd1f06adfe4 (patch)
tree6b5177ca88813305a42750b44025df927d1f71eb
parente3334e924b4a80919cff9b90b529fe5ddc257a19 (diff)
downloadpango-58699f3d00aeac5728a4ddd5d57d4bd1f06adfe4.tar.gz
MSVC Introspection Build: Fix build
Link and run the dumper program firstly against the build of ATK from the same tarball, then linking to the other dependent libraries which this build of ATK was built against before finally trying to link and run against other existing builds. This is especially important for unstable releases, as APIs are often added and dependent upon during development cycles.
-rw-r--r--build/pango-introspection-msvc.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/pango-introspection-msvc.mak b/build/pango-introspection-msvc.mak
index 504f804f..ff2773da 100644
--- a/build/pango-introspection-msvc.mak
+++ b/build/pango-introspection-msvc.mak
@@ -43,8 +43,9 @@ install-introspection: setbuildenv Pango-$(APIVERSION).gir Pango-$(APIVERSION).t
setbuildenv:
@set CC=$(CC)
@set PYTHONPATH=$(BASEDIR)\lib\gobject-introspection
- @set PATH=win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(PATH);$(MINGWDIR)\bin
+ @set PATH=win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(BASEDIR)\bin;$(PATH);$(MINGWDIR)\bin
@set PKG_CONFIG_PATH=$(PKG_CONFIG_PATH)
+ @set LIB=win32\vs$(VSVER)\$(CFG)\$(PLAT)\bin;$(BASEDIR)\lib;$(LIB)
Pango-$(APIVERSION).gir: pango_list
@-echo Generating Pango-$(APIVERSION).gir...