Update GLib VS9/10 projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 6 Jun 2011 16:37:38 +0000 (00:37 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 6 Jun 2011 16:37:38 +0000 (00:37 +0800)
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
build/win32/vs10/glib.vcxprojin
build/win32/vs9/glib.vcprojin

index 38e85d3..0b5afaf 100644 (file)
@@ -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>
index 2c204c1..db04f4f 100644 (file)
   </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" />
index 5219948..6cf8587 100644 (file)
                        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" />