[gdk-pixbuf] Don't Build Introspection Files from MSVC Projects



commit 08a7de1a9eac54955dc2bb878314e7b251296783
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Feb 25 15:05:36 2014 +0800

    Don't Build Introspection Files from MSVC Projects
    
    This removes the gengir projects from the Visual Studio Projects, so that
    this paves the initial step of building the introspection files using NMake
    Makefiles, as the current approach requires many environment variables to
    be set in order to build the introspection files successfully, which is a
    bit clunky.

 build/win32/vs10/Makefile.am              |    4 +-
 build/win32/vs10/gdk-pixbuf-gengir.props  |   26 -------
 build/win32/vs10/gdk-pixbuf.sln           |    6 --
 build/win32/vs10/gengir.vcxproj           |  108 -----------------------------
 build/win32/vs9/Makefile.am               |    4 +-
 build/win32/vs9/gdk-pixbuf-gengir.vsprops |   21 ------
 build/win32/vs9/gdk-pixbuf.sln            |    9 ---
 build/win32/vs9/gengir.vcproj             |   77 --------------------
 8 files changed, 2 insertions(+), 253 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index ab59366..5b69cb3 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -4,7 +4,6 @@ EXTRA_DIST = \
        gdk-pixbuf-version-paths.props  \
        gdk-pixbuf-build-defines.props  \
        gdk-pixbuf-gen-srcs.props       \
-       gdk-pixbuf-gengir.props \
        gdk-pixbuf-install.props        \
        gdk-pixbuf.vcxproj      \
        gdk-pixbuf.vcxprojin    \
@@ -16,7 +15,6 @@ EXTRA_DIST = \
        gdk-pixbuf-query-loaders.vcxproj.filters        \
        gdk-pixbuf-pixdata.vcxproj      \
        gdk-pixbuf-pixdata.vcxproj.filters      \
-       install.vcxproj \
-       gengir.vcxproj
+       install.vcxproj
 
 -include $(top_srcdir)/git.mk
diff --git a/build/win32/vs10/gdk-pixbuf.sln b/build/win32/vs10/gdk-pixbuf.sln
index fe85226..26d2d2e 100644
--- a/build/win32/vs10/gdk-pixbuf.sln
+++ b/build/win32/vs10/gdk-pixbuf.sln
@@ -11,8 +11,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-query-loaders",
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-pixdata", "gdk-pixbuf-pixdata.vcxproj", 
"{2AD2FF07-0514-41A8-8A32-920C744EA1A6}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gengir", "gengir.vcxproj", 
"{2093D218-190E-4194-9421-3BA7CBF33B15}"
-EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
                Debug_NoGDIP|Win32 = Debug_NoGDIP|Win32
@@ -105,10 +103,6 @@ Global
                {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release|Win32.Build.0 = Release|Win32
                {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release|x64.ActiveCfg = Release|x64
                {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release|x64.Build.0 = Release|x64
-               {2093D218-190E-4194-9421-3BA7CBF33B15}.Debug|Win32.ActiveCfg = Debug|Win32
-               {2093D218-190E-4194-9421-3BA7CBF33B15}.Debug|x64.ActiveCfg = Debug|x64
-               {2093D218-190E-4194-9421-3BA7CBF33B15}.Release|Win32.ActiveCfg = Release|Win32
-               {2093D218-190E-4194-9421-3BA7CBF33B15}.Release|x64.ActiveCfg = Release|x64
        EndGlobalSection
        GlobalSection(SolutionProperties) = preSolution
                HideSolutionNode = FALSE
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index f44dae8..0dee017 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -4,14 +4,12 @@ EXTRA_DIST =  \
        gdk-pixbuf-version-paths.vsprops        \
        gdk-pixbuf-build-defines.vsprops        \
        gdk-pixbuf-gen-srcs.vsprops     \
-       gdk-pixbuf-gengir.vsprops       \
        gdk-pixbuf-install.vsprops      \
        gdk-pixbuf.vcproj       \
        gdk-pixbuf.vcprojin     \
        gdk-pixbuf-csource.vcproj       \
        gdk-pixbuf-query-loaders.vcproj \
        gdk-pixbuf-pixdata.vcproj       \
-       install.vcproj  \
-       gengir.vcproj
+       install.vcproj
 
 -include $(top_srcdir)/git.mk
diff --git a/build/win32/vs9/gdk-pixbuf.sln b/build/win32/vs9/gdk-pixbuf.sln
index d0b8e60..dca59db 100644
--- a/build/win32/vs9/gdk-pixbuf.sln
+++ b/build/win32/vs9/gdk-pixbuf.sln
@@ -26,11 +26,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-pixdata", "gdk-p
                {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3} = {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}
        EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gengir", "gengir.vcproj", 
"{2093D218-190E-4194-9421-3BA7CBF33B15}"
-       ProjectSection(ProjectDependencies) = postProject
-               {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3} = {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}
-       EndProjectSection
-EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
                Debug_NoGDIP|Win32 = Debug_NoGDIP|Win32
@@ -123,10 +118,6 @@ Global
                {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release|Win32.Build.0 = Release|Win32
                {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release|x64.ActiveCfg = Release|x64
                {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release|x64.Build.0 = Release|x64
-               {2093D218-190E-4194-9421-3BA7CBF33B15}.Debug|Win32.ActiveCfg = Debug|Win32
-               {2093D218-190E-4194-9421-3BA7CBF33B15}.Debug|x64.ActiveCfg = Debug|x64
-               {2093D218-190E-4194-9421-3BA7CBF33B15}.Release|Win32.ActiveCfg = Release|Win32
-               {2093D218-190E-4194-9421-3BA7CBF33B15}.Release|x64.ActiveCfg = Release|x64
        EndGlobalSection
        GlobalSection(SolutionProperties) = preSolution
                HideSolutionNode = FALSE


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]