mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-01 23:26:16 +01:00
gio/Makefile.am
Filter out yet another *nix only source file from the Visual C++ project file completion rules.
This commit is contained in:
parent
fee6293bc9
commit
3aeddaa2d4
@ -654,7 +654,7 @@ dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/gio.vcproj ../build/win32/vs10
|
||||
../build/win32/vs9/gio.vcproj: $(top_srcdir)/build/win32/vs9/gio.vcprojin
|
||||
for F in `echo $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_more_sources_for_vcproj) | tr '/' '\\'`; do \
|
||||
case $$F in \
|
||||
gunix*.c|gdesktopappinfo.c) ;; \
|
||||
gunix*.c|gdesktopappinfo.c|gnetworkmonitornetlink.c) ;; \
|
||||
*.c) echo ' <File RelativePath="..\..\..\gio\'$$F'" />' \
|
||||
;; \
|
||||
esac; \
|
||||
@ -665,7 +665,7 @@ dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/gio.vcproj ../build/win32/vs10
|
||||
../build/win32/vs10/gio.vcxproj: $(top_srcdir)/build/win32/vs10/gio.vcxprojin
|
||||
for F in `echo $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_more_sources_for_vcproj) | tr '/' '\\'`; do \
|
||||
case $$F in \
|
||||
gunix*.c|gdesktopappinfo.c) ;; \
|
||||
gunix*.c|gdesktopappinfo.c|gnetworkmonitornetlink.c) ;; \
|
||||
*.c) echo ' <ClCompile Include="..\..\..\gio\'$$F'" />' \
|
||||
;; \
|
||||
esac; \
|
||||
@ -676,7 +676,7 @@ dist-hook: $(BUILT_EXTRA_DIST) ../build/win32/vs9/gio.vcproj ../build/win32/vs10
|
||||
../build/win32/vs10/gio.vcxproj.filters: $(top_srcdir)/build/win32/vs10/gio.vcxproj.filtersin
|
||||
for F in `echo $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_more_sources_for_vcproj) | tr '/' '\\'`; do \
|
||||
case $$F in \
|
||||
gunix*.c|gdesktopappinfo.c) ;; \
|
||||
gunix*.c|gdesktopappinfo.c|gnetworkmonitornetlink.c) ;; \
|
||||
*.c) echo ' <ClCompile Include="..\..\..\gio\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
|
||||
;; \
|
||||
esac; \
|
||||
|
Loading…
Reference in New Issue
Block a user