[gobject-introspection] Visual Studio 201x builds: Fix "installation"



commit c8dcfcccd9ca0be9742159ca92ec6adceeb81d8f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Apr 18 17:24:02 2017 +0800

    Visual Studio 201x builds: Fix "installation"
    
    The .lib file was not copied from the right place, fix that.

 win32/vs10/gi-install.propsin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/vs10/gi-install.propsin b/win32/vs10/gi-install.propsin
index 86e8c19..2304a44 100644
--- a/win32/vs10/gi-install.propsin
+++ b/win32/vs10/gi-install.propsin
@@ -56,7 +56,7 @@ copy ..\..\girepository\gdump.c $(CopyDir)\share\gobject-introspection-$(ApiVers
 
 mkdir $(CopyDir)\lib
 
-copy $(BinDir)\bin\girepository-$(ApiVersion).lib $(CopyDir)\lib
+copy $(BinDir)\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]