mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Update GLib VS9/10 projects
There is no longer need to distinguish between gatomic.c and gatomic-gcc.c. This will avoid gatomic.c from being included in the projects twice.
This commit is contained in:
parent
1eb7efce8e
commit
c08fc65edf
@ -25,9 +25,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
#include "libglib.vs10.sourcefiles.filters"
|
#include "libglib.vs10.sourcefiles.filters"
|
||||||
<ClCompile Include="..\..\..\glib\gatomic.c">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="..\..\..\glib\giowin32.c">
|
<ClCompile Include="..\..\..\glib\giowin32.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -329,7 +329,6 @@
|
|||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
#include "libglib.vs10.sourcefiles"
|
#include "libglib.vs10.sourcefiles"
|
||||||
<ClCompile Include="..\..\..\glib\gatomic.c" />
|
|
||||||
<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\gwin32.c" />
|
<ClCompile Include="..\..\..\glib\gwin32.c" />
|
||||||
|
@ -285,7 +285,6 @@
|
|||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||||
>
|
>
|
||||||
#include "libglib.sourcefiles"
|
#include "libglib.sourcefiles"
|
||||||
<File RelativePath="..\..\..\glib\gatomic.c" />
|
|
||||||
<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\gwin32.c" />
|
<File RelativePath="..\..\..\glib\gwin32.c" />
|
||||||
|
Loading…
Reference in New Issue
Block a user