summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-06-07 00:37:38 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-06-07 00:37:38 +0800
commitc08fc65edf1eb4c68208b7621f8af762aeb02dc4 (patch)
treef51f9b08c1ab748c4c901407113bb20ca547ffff /build
parent1eb7efce8e0f9c28de0bbd5c922cb2ee52f88108 (diff)
downloadglib-c08fc65edf1eb4c68208b7621f8af762aeb02dc4.tar.gz
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.
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/glib.vcxproj.filtersin3
-rw-r--r--build/win32/vs10/glib.vcxprojin1
-rw-r--r--build/win32/vs9/glib.vcprojin1
3 files changed, 0 insertions, 5 deletions
diff --git a/build/win32/vs10/glib.vcxproj.filtersin b/build/win32/vs10/glib.vcxproj.filtersin
index 38e85d379..0b5afafcc 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 2c204c184..db04f4f7e 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 5219948b5..6cf8587fa 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" />