[gobject-introspection/gnome-3-22] MSVC 2010+ builds: Fix "installation"
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/gnome-3-22] MSVC 2010+ builds: Fix "installation"
- Date: Mon, 7 Nov 2016 08:36:33 +0000 (UTC)
commit 91faab4171195544337ddc8cee54f115e5ad8fa2
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 a8b53f9..f744275 100644
--- a/build/win32/vs10/gi-install.propsin
+++ b/build/win32/vs10/gi-install.propsin
@@ -42,7 +42,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]