summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-11-07 16:35:00 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-11-07 16:35:00 +0800
commit7e85d024026bc6bc9f10d1ab15e8d464cca67946 (patch)
treeef6c9b353bd262757f390fbce7750f4dd66d44b5
parent0b0891be7c2c6a84ed14a2b3553b8216b066eaad (diff)
downloadgobject-introspection-7e85d024026bc6bc9f10d1ab15e8d464cca67946.tar.gz
MSVC 2010+ builds: Fix "installation"
The "install" project didn't copy the .lib file. Fix that.
-rw-r--r--build/win32/vs10/gi-install.propsin2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs10/gi-install.propsin b/build/win32/vs10/gi-install.propsin
index 821fdf37..373ae95b 100644
--- a/build/win32/vs10/gi-install.propsin
+++ b/build/win32/vs10/gi-install.propsin
@@ -44,7 +44,7 @@ copy ..\..\..\girepository\gdump.c $(CopyDir)\share\gobject-introspection-$(ApiV
mkdir $(CopyDir)\lib
-copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\girepository-$(ApiVersion).lib $(CopyDir)\lib
+copy $(BinDir)\bin\girepository-$(ApiVersion).lib $(CopyDir)\lib
mkdir $(CopyDir)\share\gir-$(ApiVersion)
copy ..\cairo-1.0.gir $(CopyDir)\share\gir-$(ApiVersion)