diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-02-20 15:34:13 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-02-20 15:34:13 +0800 |
commit | da2b1d2380e4da05605498c4259375b822b86eda (patch) | |
tree | fe90e4db69c430e5d2342f1d52f841e319a4976b /win32/vs10 | |
parent | 8ab398d23a1606bc4ab5a0888fc2e5190bfa641d (diff) | |
download | gobject-introspection-da2b1d2380e4da05605498c4259375b822b86eda.tar.gz |
MSVC builds: "Install" test sources like autotools builds
This makes sure that all the test sources that the autotools builds
install are "installed" by the Visual Studio builds as well.
For doing this, move the generation of everything.[c|h] to
gi-introspection-msvc.mak as we need to generate them for all builds, not
just during building the tests.
Diffstat (limited to 'win32/vs10')
-rw-r--r-- | win32/vs10/gi-install.propsin | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/vs10/gi-install.propsin b/win32/vs10/gi-install.propsin index 8b8f4313..86e8c197 100644 --- a/win32/vs10/gi-install.propsin +++ b/win32/vs10/gi-install.propsin @@ -34,6 +34,18 @@ copy ..\..\tests\gimarshallingtests.c $(CopyDir)\share\gobject-introspection-1.0 copy ..\..\tests\gimarshallingtests.h $(CopyDir)\share\gobject-introspection-1.0\tests copy ..\..\tests\scanner\regress.c $(CopyDir)\share\gobject-introspection-1.0\tests copy ..\..\tests\scanner\regress.h $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\annotation.c $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\annotation.h $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\foo.c $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\foo.h $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\drawable.c $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\drawable.h $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\warnlib.c $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\warnlib.h $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\utility.c $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\..\tests\scanner\utility.h $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\everything.c $(CopyDir)\share\gobject-introspection-1.0\tests +copy ..\everything.h $(CopyDir)\share\gobject-introspection-1.0\tests copy $(BinDir)\_giscanner.pyd $(CopyDir)\lib\gobject-introspection\giscanner copy $(BinDir)\_giscanner.pdb $(CopyDir)\lib\gobject-introspection\giscanner |