From 4b64c2865a47738bb956d517180acd9c969d5299 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Sat, 25 Jul 2015 16:21:25 +0800 Subject: 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 433f89f6..caaa2526 100644 --- a/build/win32/vs10/gi-gen-srcs.props +++ b/build/win32/vs10/gi-gen-srcs.props @@ -5,8 +5,8 @@ copy ..\..\..\config.h.win32 ..\..\..\config.h - $(PythonDir)\python ..\..\..\build\gen-win32-gi-r-tools.py - $(PythonDirX64)\python ..\..\..\build\gen-win32-gi-r-tools.py + $(PythonDir)\python ..\..\..\build\gen-win32-g-ir-tools.py + $(PythonDirX64)\python ..\..\..\build\gen-win32-g-ir-tools.py <_PropertySheetDisplayName>gigensrcsprops 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 /> -- cgit v1.2.1