summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-07-25 16:21:25 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-07-25 16:21:25 +0800
commit4b64c2865a47738bb956d517180acd9c969d5299 (patch)
tree197377b4219c7e2ca5413e7c46be2a9bd979ba7c
parent12047860141524a0625059339f4b907cb7cf1914 (diff)
downloadgobject-introspection-4b64c2865a47738bb956d517180acd9c969d5299.tar.gz
MSVC Builds: Fix Script Generation Command
Update the property sheets, to reflect the changes in the last commit.
-rw-r--r--build/win32/vs10/gi-gen-srcs.props4
-rw-r--r--build/win32/vs9/gi-gen-srcs.vsprops4
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 433f89f6..caaa2526 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 345c86a5..b3a68eb6 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>