Fix GLib MSVC Project

The glib/gthread-win32.c was accidently removed from the last commit, sorry
This commit is contained in:
Chun-wei Fan 2014-01-06 12:31:18 +08:00
parent 940b3c2250
commit eb7ef594de
2 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,7 @@
#include "libglib.vs10.sourcefiles" #include "libglib.vs10.sourcefiles"
<ClCompile Include="..\..\..\glib\giowin32.c" /> <ClCompile Include="..\..\..\glib\giowin32.c" />
<ClCompile Include="..\..\..\glib\gspawn-win32.c" /> <ClCompile Include="..\..\..\glib\gspawn-win32.c" />
<ClCompile Include="..\..\..\glib\gthread-win32.c" />
<ClCompile Include="..\..\..\glib\gwin32.c" /> <ClCompile Include="..\..\..\glib\gwin32.c" />
<ClCompile Include="..\..\..\glib\libcharset\localcharset.c"> <ClCompile Include="..\..\..\glib\libcharset\localcharset.c">
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_ExtPCRE|Win32'">$(LocalCharsetDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug_ExtPCRE|Win32'">$(LocalCharsetDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions>

View File

@ -283,6 +283,7 @@
#include "libglib.sourcefiles" #include "libglib.sourcefiles"
<File RelativePath="..\..\..\glib\giowin32.c" /> <File RelativePath="..\..\..\glib\giowin32.c" />
<File RelativePath="..\..\..\glib\gspawn-win32.c" /> <File RelativePath="..\..\..\glib\gspawn-win32.c" />
<File RelativePath="..\..\..\glib\gthread-win32.c" />
<File RelativePath="..\..\..\glib\gwin32.c" /> <File RelativePath="..\..\..\glib\gwin32.c" />
<Filter <Filter
Name="libcharset" Name="libcharset"