[json-glib] Fix Commit of Visual Studio 2008 Projects



commit 1e0ef4493d485bfc211bcb2af2f212a3f26a800e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Feb 7 11:52:48 2014 +0800

    Fix Commit of Visual Studio 2008 Projects
    
    Left out the update to json-glib.vcprojin, oops :|

 build/win32/vs9/json-glib.vcprojin |   58 +++++++++++++++++++++++------------
 1 files changed, 38 insertions(+), 20 deletions(-)
---
diff --git a/build/win32/vs9/json-glib.vcprojin b/build/win32/vs9/json-glib.vcprojin
index 597b681..2fba9e7 100644
--- a/build/win32/vs9/json-glib.vcprojin
+++ b/build/win32/vs9/json-glib.vcprojin
@@ -22,14 +22,10 @@
                <Configuration
                        Name="Debug|Win32"
                        ConfigurationType="2"
-                       InheritedPropertySheets=".\json-glib.vsprops"
+                       InheritedPropertySheets=".\json-glib-gen-srcs.vsprops"
                        CharacterSet="2"
                        >
                        <Tool
-                               Name="VCPreBuildEventTool"
-                               CommandLine="$(PrepBuild)"
-                       />
-                       <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
                                AdditionalIncludeDirectories=""
@@ -55,15 +51,11 @@
                </Configuration>
                <Configuration
                        Name="Debug|x64"
-                       InheritedPropertySheets=".\json-glib.vsprops"
+                       InheritedPropertySheets=".\json-glib-gen-srcs.vsprops"
                        ConfigurationType="2"
                        CharacterSet="2"
                        >
                        <Tool
-                               Name="VCPreBuildEventTool"
-                               CommandLine="$(PrepBuild)"
-                       />
-                       <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
                                PreprocessorDefinitions="_DEBUG;$(JsonGlibDefines)"
@@ -89,15 +81,11 @@
                <Configuration
                        Name="Release|Win32"
                        ConfigurationType="2"
-                       InheritedPropertySheets=".\json-glib.vsprops"
+                       InheritedPropertySheets=".\json-glib-gen-srcs.vsprops"
                        CharacterSet="2"
                        WholeProgramOptimization="1"
                        >
                        <Tool
-                               Name="VCPreBuildEventTool"
-                               CommandLine="$(PrepBuild)"
-                       />
-                       <Tool
                                Name="VCCLCompilerTool"
                                Optimization="2"
                                EnableIntrinsicFunctions="true"
@@ -125,15 +113,11 @@
                </Configuration>
                <Configuration
                        Name="Release|x64"
-                       InheritedPropertySheets=".\json-glib.vsprops"
+                       InheritedPropertySheets=".\json-glib-gen-srcs.vsprops"
                        ConfigurationType="2"
                        CharacterSet="2"
                        >
                        <Tool
-                               Name="VCPreBuildEventTool"
-                               CommandLine="$(PrepBuild)"
-                       />
-                       <Tool
                                Name="VCCLCompilerTool"
                                PreprocessorDefinitions="$(JsonGlibDefines)"
                                RuntimeLibrary="2"
@@ -177,6 +161,40 @@
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                        >
+                       <File RelativePath="..\config.h.win32">
+                               <FileConfiguration Name="Debug|Win32">
+                                       <Tool
+                                               Name="VCCustomBuildTool"
+                                               Description="Copying config.h from config.h.win32..."
+                                               CommandLine="$(CopyConfigH)"
+                                               Outputs="..\..\..\config.h"
+                                       />
+                               </FileConfiguration>
+                               <FileConfiguration Name="Release|Win32">
+                                       <Tool
+                                               Name="VCCustomBuildTool"
+                                               Description="Copying config.h from config.h.win32..."
+                                               CommandLine="$(CopyConfigH)"
+                                               Outputs="..\..\..\config.h"
+                                       />
+                               </FileConfiguration>
+                               <FileConfiguration Name="Debug|x64">
+                                       <Tool
+                                               Name="VCCustomBuildTool"
+                                               Description="Copying config.h from config.h.win32..."
+                                               CommandLine="$(CopyConfigH)"
+                                               Outputs="..\..\..\config.h"
+                                       />
+                               </FileConfiguration>
+                               <FileConfiguration Name="Release|x64">
+                                       <Tool
+                                               Name="VCCustomBuildTool"
+                                               Description="Copying config.h from config.h.win32..."
+                                               CommandLine="$(CopyConfigH)"
+                                               Outputs="..\..\..\config.h"
+                                       />
+                               </FileConfiguration>
+                       </File>
                        <File RelativePath="..\..\..\json-glib\json-glib.symbols">
                                <FileConfiguration Name="Debug|Win32">
                                        <Tool


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