mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
GLib MSVC Support updates (autotools)
Filter out *-unix.c from the source file list, as it is obviously not usable (nor used) under VS 2008/2010
This commit is contained in:
parent
6c4b84d5ff
commit
5b5299e1c4
@ -441,7 +441,7 @@ dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/glib.vcproj ../build/win32/vs1
|
||||
../build/win32/vs9/glib.vcproj: $(top_srcdir)/build/win32/vs9/glib.vcprojin
|
||||
for F in $(libglib_2_0_la_SOURCES); do \
|
||||
case $$F in \
|
||||
*-gcc.c) \
|
||||
*-gcc.c|*-unix.c) \
|
||||
;; \
|
||||
*.c) echo ' <File RelativePath="..\..\..\glib\'$$F'" />' \
|
||||
;; \
|
||||
@ -453,7 +453,7 @@ dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/glib.vcproj ../build/win32/vs1
|
||||
../build/win32/vs10/glib.vcxproj: $(top_srcdir)/build/win32/vs10/glib.vcxprojin
|
||||
for F in $(libglib_2_0_la_SOURCES); do \
|
||||
case $$F in \
|
||||
*-gcc.c) \
|
||||
*-gcc.c|*-unix.c) \
|
||||
;; \
|
||||
*.c) echo ' <ClCompile Include="..\..\..\glib\'$$F'" />' \
|
||||
;; \
|
||||
@ -465,7 +465,7 @@ dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/glib.vcproj ../build/win32/vs1
|
||||
../build/win32/vs10/glib.vcxproj.filters: $(top_srcdir)/build/win32/vs10/glib.vcxproj.filtersin
|
||||
for F in $(libglib_2_0_la_SOURCES); do \
|
||||
case $$F in \
|
||||
*-gcc.c) \
|
||||
*-gcc.c|*-unix.c) \
|
||||
;; \
|
||||
*.c) echo ' <ClCompile Include="..\..\..\glib\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
|
||||
;; \
|
||||
|
Loading…
Reference in New Issue
Block a user