[glib] Update GLib VS9/10 projects



commit c08fc65edf1eb4c68208b7621f8af762aeb02dc4
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Jun 7 00:37:38 2011 +0800

    Update GLib VS9/10 projects
    
    There is no longer need to distinguish between gatomic.c and gatomic-gcc.c.
    This will avoid gatomic.c from being included in the projects twice.

 build/win32/vs10/glib.vcxproj.filtersin |    3 ---
 build/win32/vs10/glib.vcxprojin         |    1 -
 build/win32/vs9/glib.vcprojin           |    1 -
 3 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/build/win32/vs10/glib.vcxproj.filtersin b/build/win32/vs10/glib.vcxproj.filtersin
index 38e85d3..0b5afaf 100644
--- a/build/win32/vs10/glib.vcxproj.filtersin
+++ b/build/win32/vs10/glib.vcxproj.filtersin
@@ -25,9 +25,6 @@
   </ItemGroup>
   <ItemGroup>
 #include "libglib.vs10.sourcefiles.filters"
-    <ClCompile Include="..\..\..\glib\gatomic.c">
-      <Filter>Source Files</Filter>
-    </ClCompile>
     <ClCompile Include="..\..\..\glib\giowin32.c">
       <Filter>Source Files</Filter>
     </ClCompile>
diff --git a/build/win32/vs10/glib.vcxprojin b/build/win32/vs10/glib.vcxprojin
index 2c204c1..db04f4f 100644
--- a/build/win32/vs10/glib.vcxprojin
+++ b/build/win32/vs10/glib.vcxprojin
@@ -329,7 +329,6 @@
   </ItemDefinitionGroup>
   <ItemGroup>
 #include "libglib.vs10.sourcefiles"
-    <ClCompile Include="..\..\..\glib\gatomic.c" />
     <ClCompile Include="..\..\..\glib\giowin32.c" />
     <ClCompile Include="..\..\..\glib\gspawn-win32.c" />
     <ClCompile Include="..\..\..\glib\gwin32.c" />
diff --git a/build/win32/vs9/glib.vcprojin b/build/win32/vs9/glib.vcprojin
index 5219948..6cf8587 100644
--- a/build/win32/vs9/glib.vcprojin
+++ b/build/win32/vs9/glib.vcprojin
@@ -285,7 +285,6 @@
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
 #include "libglib.sourcefiles"
-			<File RelativePath="..\..\..\glib\gatomic.c" />
 			<File RelativePath="..\..\..\glib\giowin32.c" />
 			<File RelativePath="..\..\..\glib\gspawn-win32.c" />
 			<File RelativePath="..\..\..\glib\gwin32.c" />



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