From 96cc50156c5ab4ad5206f876e10f7176e307c582 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 16 Mar 2018 17:29:35 +0800 Subject: [PATCH] Fix Visual Studio projects We are transitioning to Meson for Visual Studio builds, but since the Visual Studio projects are still around, we ought to keep them up-to-date (and these projects are needed to build for Visual Studio 2008, at least for x64 builds). Adapt to the source additions and merges for building gio-querymodules.exe and gspawn-win[32|64]-helper-console.exe. --- win32/vs10/gio-querymodules.vcxproj | 1 + win32/vs10/gio-querymodules.vcxproj.filters | 3 +++ win32/vs10/gspawn-win32-helper-console.vcxproj | 10 +++++----- win32/vs10/gspawn-win32-helper-console.vcxproj.filters | 2 +- win32/vs9/gio-querymodules.vcproj | 1 + win32/vs9/gspawn-win32-helper-console.vcproj | 10 +++++----- 6 files changed, 16 insertions(+), 11 deletions(-) diff --git a/win32/vs10/gio-querymodules.vcxproj b/win32/vs10/gio-querymodules.vcxproj index 2b7e62fdf..2a6551fd6 100644 --- a/win32/vs10/gio-querymodules.vcxproj +++ b/win32/vs10/gio-querymodules.vcxproj @@ -157,6 +157,7 @@ + diff --git a/win32/vs10/gio-querymodules.vcxproj.filters b/win32/vs10/gio-querymodules.vcxproj.filters index c39abf59a..7119db1b2 100644 --- a/win32/vs10/gio-querymodules.vcxproj.filters +++ b/win32/vs10/gio-querymodules.vcxproj.filters @@ -10,5 +10,8 @@ Source Files + + Source Files + diff --git a/win32/vs10/gspawn-win32-helper-console.vcxproj b/win32/vs10/gspawn-win32-helper-console.vcxproj index f83bac146..6b31acf83 100644 --- a/win32/vs10/gspawn-win32-helper-console.vcxproj +++ b/win32/vs10/gspawn-win32-helper-console.vcxproj @@ -75,7 +75,7 @@ Disabled - _DEBUG;$(GLibInBuildMacro);%(PreprocessorDefinitions) + _DEBUG;$(GLibInBuildMacro);HELPER_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -95,7 +95,7 @@ - $(GLibInBuildMacro);%(PreprocessorDefinitions) + $(GLibInBuildMacro);HELPER_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL @@ -116,7 +116,7 @@ Disabled - _DEBUG;$(GLibInBuildMacro);%(PreprocessorDefinitions) + _DEBUG;$(GLibInBuildMacro);HELPER_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -138,7 +138,7 @@ - $(GLibInBuildMacro);%(PreprocessorDefinitions) + $(GLibInBuildMacro);HELPER_CONSOLE;%(PreprocessorDefinitions) MultiThreadedDLL @@ -159,7 +159,7 @@ - + diff --git a/win32/vs10/gspawn-win32-helper-console.vcxproj.filters b/win32/vs10/gspawn-win32-helper-console.vcxproj.filters index 5b43689a1..85fd3f6f3 100644 --- a/win32/vs10/gspawn-win32-helper-console.vcxproj.filters +++ b/win32/vs10/gspawn-win32-helper-console.vcxproj.filters @@ -15,7 +15,7 @@ - + Source Files diff --git a/win32/vs9/gio-querymodules.vcproj b/win32/vs9/gio-querymodules.vcproj index 96b41bdc7..d9cc29731 100644 --- a/win32/vs9/gio-querymodules.vcproj +++ b/win32/vs9/gio-querymodules.vcproj @@ -146,6 +146,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > + diff --git a/win32/vs9/gspawn-win32-helper-console.vcproj b/win32/vs9/gspawn-win32-helper-console.vcproj index 6e5ef9d93..6f14391ff 100644 --- a/win32/vs9/gspawn-win32-helper-console.vcproj +++ b/win32/vs9/gspawn-win32-helper-console.vcproj @@ -28,7 +28,7 @@