summaryrefslogtreecommitdiff
path: root/build/win32/vs10/everything.vcxproj.filters
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-01-21 15:26:50 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-01-21 15:26:50 +0800
commita24c80dbc8632ce7c38f32f991c9998381c5de54 (patch)
tree40fc52a7edfb5599abb52c82f8a581049f46ea9f /build/win32/vs10/everything.vcxproj.filters
parentc2876dfc7c395c51226f98501832951856e984ff (diff)
downloadgobject-introspection-a24c80dbc8632ce7c38f32f991c9998381c5de54.tar.gz
Rework The Visual Studio 2010 Build Process
This patch makes the build of G-I on Visual Studio 2010 into a two-step process, as it would make it clearer and easier to the one building G-I by: -Splitting up the property sheets into multiple parts, where pre-configured code (which is currently shipped with the tarball) is copied using custom build steps, so that they can be re-copied when they are updated. This also removes the need for setting environment variables before launching the Visual Studio Project to build the G-I DLL, the tools written in C and the _giscanner Python2 module. The Python2 paths (set to Python 2.7.x) are now set in a property sheet, which can be updated quite easily, if needed. -Directing people to use the set of NMake Makefiles to build the introspection files for GLib, and also the .gir's that are shipped with G-I, which was added in a previous commit, as it would make it clearer what are needed to build the introspection files.
Diffstat (limited to 'build/win32/vs10/everything.vcxproj.filters')
-rw-r--r--build/win32/vs10/everything.vcxproj.filters22
1 files changed, 0 insertions, 22 deletions
diff --git a/build/win32/vs10/everything.vcxproj.filters b/build/win32/vs10/everything.vcxproj.filters
deleted file mode 100644
index c284b239..00000000
--- a/build/win32/vs10/everything.vcxproj.filters
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup>
- <Filter Include="Sources">
- <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
- <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
- </Filter>
- <Filter Include="Headers">
- <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
- <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
- </Filter>
- <Filter Include="Resource Files">
- <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
- <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
- </Filter>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\..\..\tests\everything.c">
- <Filter>Sources</Filter>
- </ClCompile>
- </ItemGroup>
-</Project> \ No newline at end of file