mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
Fix the VS2010 project generation for GLib
The scripts accently pick up gcc-only source files... this fixes that.
This commit is contained in:
@@ -444,6 +444,8 @@ 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
|
../build/win32/vs10/glib.vcxproj: $(top_srcdir)/build/win32/vs10/glib.vcxprojin
|
||||||
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 ' <ClCompile Include="..\..\..\glib\'$$F'" />' \
|
*.c) echo ' <ClCompile Include="..\..\..\glib\'$$F'" />' \
|
||||||
;; \
|
;; \
|
||||||
esac; \
|
esac; \
|
||||||
@@ -454,6 +456,8 @@ 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
|
../build/win32/vs10/glib.vcxproj.filters: $(top_srcdir)/build/win32/vs10/glib.vcxproj.filtersin
|
||||||
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 ' <ClCompile Include="..\..\..\glib\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
|
*.c) echo ' <ClCompile Include="..\..\..\glib\'$$F'"><Filter>Source Files</Filter></ClCompile>' \
|
||||||
;; \
|
;; \
|
||||||
esac; \
|
esac; \
|
||||||
|
|||||||
Reference in New Issue
Block a user