mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
VS support updates
-Fix GLib project/filter files generation as some source items are under the "deprecated" subfolder, and filter out the gthread-*.c -Explicitly specify gthread-win32.c in the GLib project/filter file templates, since tarballs are done on Linux. -Don't define g_static_mutex_get_mutex in the pregenerated glibconfig.h.win32(.in) as it is defined in deprecated/gthread.h for Windows
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'">LIBDIR=/irrelevant/lib;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
|
Reference in New Issue
Block a user