mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 22:29:17 +02:00
Filter out gatomic-gcc.c from the VS project sources
Instead, explicitly include gatomic.c.
This commit is contained in:
parent
365fd70f26
commit
440713e393
@ -157,6 +157,7 @@
|
|||||||
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" />
|
||||||
|
@ -393,6 +393,8 @@ dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/glib.vcproj
|
|||||||
../build/win32/vs9/glib.vcproj: $(top_srcdir)/build/win32/vs9/glib.vcprojin
|
../build/win32/vs9/glib.vcproj: $(top_srcdir)/build/win32/vs9/glib.vcprojin
|
||||||
for F in $(libglib_2_0_la_SOURCES); do \
|
for F in $(libglib_2_0_la_SOURCES); do \
|
||||||
case $$F in \
|
case $$F in \
|
||||||
|
*-gcc.c) \
|
||||||
|
;; \
|
||||||
*.c) echo ' <File RelativePath="..\..\..\glib\'$$F'" />' \
|
*.c) echo ' <File RelativePath="..\..\..\glib\'$$F'" />' \
|
||||||
;; \
|
;; \
|
||||||
esac; \
|
esac; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user