[gobject-introspection] MSVC Builds: Fix Script Generation Command



commit 4b64c2865a47738bb956d517180acd9c969d5299
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Sat Jul 25 16:21:25 2015 +0800

    MSVC Builds: Fix Script Generation Command
    
    Update the property sheets, to reflect the changes in the last commit.

 build/win32/vs10/gi-gen-srcs.props  |    4 ++--
 build/win32/vs9/gi-gen-srcs.vsprops |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/build/win32/vs10/gi-gen-srcs.props b/build/win32/vs10/gi-gen-srcs.props
index 433f89f..caaa252 100644
--- a/build/win32/vs10/gi-gen-srcs.props
+++ b/build/win32/vs10/gi-gen-srcs.props
@@ -5,8 +5,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros">
     <CopyConfigH>copy ..\..\..\config.h.win32 ..\..\..\config.h</CopyConfigH>
-    <GenToolsScripts>$(PythonDir)\python ..\..\..\build\gen-win32-gi-r-tools.py</GenToolsScripts>
-    <GenToolsScriptsX64>$(PythonDirX64)\python ..\..\..\build\gen-win32-gi-r-tools.py</GenToolsScriptsX64>
+    <GenToolsScripts>$(PythonDir)\python ..\..\..\build\gen-win32-g-ir-tools.py</GenToolsScripts>
+    <GenToolsScriptsX64>$(PythonDirX64)\python ..\..\..\build\gen-win32-g-ir-tools.py</GenToolsScriptsX64>
   </PropertyGroup>
   <PropertyGroup>
     <_PropertySheetDisplayName>gigensrcsprops</_PropertySheetDisplayName>
diff --git a/build/win32/vs9/gi-gen-srcs.vsprops b/build/win32/vs9/gi-gen-srcs.vsprops
index 345c86a..b3a68eb 100644
--- a/build/win32/vs9/gi-gen-srcs.vsprops
+++ b/build/win32/vs9/gi-gen-srcs.vsprops
@@ -13,10 +13,10 @@ copy ..\..\..\config.h.win32 ..\..\..\config.h
        />
        <UserMacro
                Name="GenToolsScripts"
-               Value="$(PythonDir)\python ..\..\..\build\gen-win32-gi-r-tools.py"
+               Value="$(PythonDir)\python ..\..\..\build\gen-win32-g-ir-tools.py"
        />
        <UserMacro
                Name="GenToolsScriptsX64"
-               Value="$(PythonDirX64)\python ..\..\..\build\gen-win32-gi-r-tools.py"
+               Value="$(PythonDirX64)\python ..\..\..\build\gen-win32-g-ir-tools.py"
        />
 </VisualStudioPropertySheet>


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