diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-03-17 15:23:50 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-03-17 15:23:50 +0800 |
commit | 73e2a3300a92a53d3c8c49c148655093ae642afb (patch) | |
tree | 1627b22fc24155e368871a92f755a5aa23ec5880 /build/win32/vs9/gi-extra-paths.vsprops | |
parent | 8d651e4d90377e71c3804032e33f6f6d97587d8b (diff) | |
download | gobject-introspection-73e2a3300a92a53d3c8c49c148655093ae642afb.tar.gz |
MSVC builds: Re-integrate introspection build in projects
GLib has been recently updated to optionally generate the .pc files
within the MSVC builds, which is needed to build the introspection
files, if Python is available. As we are looking for the .pc files from a
common location as a result, we can build the introspection files within
the project files, so that the build process does not have to be split
into 2 stages.
This is done by using wrapper projects that calls the NMake Makefiles that
is used to build the introspection files.
Note that although the IDE claims that the introspection
files failed to build, but they are really generated-so some investigation
is needed to see whether we can silence those false-positive errors.
Also clean up the property sheets a bit.
Diffstat (limited to 'build/win32/vs9/gi-extra-paths.vsprops')
-rw-r--r-- | build/win32/vs9/gi-extra-paths.vsprops | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/build/win32/vs9/gi-extra-paths.vsprops b/build/win32/vs9/gi-extra-paths.vsprops deleted file mode 100644 index ba7c4a6e..00000000 --- a/build/win32/vs9/gi-extra-paths.vsprops +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="giextrapaths" - InheritedPropertySheets=".\gi-build-defines.vsprops" - > - <!-- PythonDir needs to point to a 32-bit/x86 Python 2.7/3.3+ installation --> - <UserMacro - Name="PythonDir" - Value="c:\\python27" - /> - <!-- PythonDirX64 needs to point to an x86-64/x64 Python 2.7/3.3+ installation --> - <UserMacro - Name="PythonDirX64" - Value="$(PythonDir).x64" - /> -</VisualStudioPropertySheet> |