Fix GLib MSVC Project
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 6 Jan 2014 04:31:18 +0000 (12:31 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 6 Jan 2014 04:31:18 +0000 (12:31 +0800)
The glib/gthread-win32.c was accidently removed from the last commit, sorry

build/win32/vs10/glib.vcxprojin
build/win32/vs9/glib.vcprojin

index e96c741..5f80447 100644 (file)
 #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>
index a0eef7e..8fa0144 100644 (file)
 #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"