mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Fix GLib MSVC Project
The glib/gthread-win32.c was accidently removed from the last commit, sorry
This commit is contained in:
@@ -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>
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user