diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-04-18 17:24:02 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-04-18 17:24:58 +0800 |
commit | c8dcfcccd9ca0be9742159ca92ec6adceeb81d8f (patch) | |
tree | 8380a2f737c506cbf2538ecfd8b2f6492d118c41 | |
parent | 85b1d70b93211415d975deff6050f1401743e72d (diff) | |
download | gobject-introspection-c8dcfcccd9ca0be9742159ca92ec6adceeb81d8f.tar.gz |
Visual Studio 201x builds: Fix "installation"
The .lib file was not copied from the right place, fix that.
-rw-r--r-- | 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 86e8c197..2304a44c 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) |