[gobject-introspection] MSVC 2010+ builds: Fix "installation"
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] MSVC 2010+ builds: Fix "installation"
- Date: Mon, 7 Nov 2016 08:35:49 +0000 (UTC)
commit 7e85d024026bc6bc9f10d1ab15e8d464cca67946
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Nov 7 16:35:00 2016 +0800
MSVC 2010+ builds: Fix "installation"
The "install" project didn't copy the .lib file. Fix that.
build/win32/vs10/gi-install.propsin | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/win32/vs10/gi-install.propsin b/build/win32/vs10/gi-install.propsin
index 821fdf3..373ae95 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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]