summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-01-06 12:31:18 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-01-06 12:31:18 +0800
commiteb7ef594defc1b70acb4750a9d785cb42d1057be (patch)
tree96ae5fb15424106ec410e9da97005d7dd552bcb5
parent940b3c225030494913b2801b05885ae32bb957ac (diff)
Fix GLib MSVC Project
The glib/gthread-win32.c was accidently removed from the last commit, sorry
-rw-r--r--build/win32/vs10/glib.vcxprojin1
-rw-r--r--build/win32/vs9/glib.vcprojin1
2 files changed, 2 insertions, 0 deletions
diff --git a/build/win32/vs10/glib.vcxprojin b/build/win32/vs10/glib.vcxprojin
index e96c7417f..5f8044783 100644
--- a/build/win32/vs10/glib.vcxprojin
+++ b/build/win32/vs10/glib.vcxprojin
@@ -334,6 +334,7 @@
#include "libglib.vs10.sourcefiles"
<ClCompile Include="..\..\..\glib\giowin32.c" />
<ClCompile Include="..\..\..\glib\gspawn-win32.c" />
+ <ClCompile Include="..\..\..\glib\gthread-win32.c" />
<ClCompile Include="..\..\..\glib\gwin32.c" />
<ClCompile Include="..\..\..\glib\libcharset\localcharset.c">
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_ExtPCRE|Win32'">$(LocalCharsetDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions>
diff --git a/build/win32/vs9/glib.vcprojin b/build/win32/vs9/glib.vcprojin
index a0eef7e38..8fa0144ce 100644
--- a/build/win32/vs9/glib.vcprojin
+++ b/build/win32/vs9/glib.vcprojin
@@ -283,6 +283,7 @@
#include "libglib.sourcefiles"
<File RelativePath="..\..\..\glib\giowin32.c" />
<File RelativePath="..\..\..\glib\gspawn-win32.c" />
+ <File RelativePath="..\..\..\glib\gthread-win32.c" />
<File RelativePath="..\..\..\glib\gwin32.c" />
<Filter
Name="libcharset"