mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-07 13:16:18 +01:00
37 lines
867 B
Makefile
37 lines
867 B
Makefile
|
EXTRA_DIST = \
|
||
|
README.txt \
|
||
|
glib.sln \
|
||
|
glib.props \
|
||
|
glib.vcxproj \
|
||
|
glib.vcxproj.filters \
|
||
|
glib-genmarshal.vcxproj \
|
||
|
glib-genmarshal.vcxproj.filters \
|
||
|
gspawn-win32-helper-console.vcxproj \
|
||
|
gspawn-win32-helper-console.vcxproj.filters \
|
||
|
gspawn-win32-helper.vcxproj \
|
||
|
gspawn-win32-helper.vcxproj.filters \
|
||
|
gmodule.vcxproj \
|
||
|
gmodule.vcxproj.filters \
|
||
|
gobject.vcxproj \
|
||
|
gobject.vcxproj.filters \
|
||
|
gthread.vcxproj \
|
||
|
gthread.vcxproj.filters \
|
||
|
gio.vcxproj \
|
||
|
gio.vcxproj.filters \
|
||
|
testglib.vcxproj \
|
||
|
testglib.vcxproj.filters \
|
||
|
glib-compile-schemas.vcxproj \
|
||
|
glib-compile-schemas.vcxproj.filters \
|
||
|
gsettings.vcxproj \
|
||
|
gsettings.vcxproj.filters \
|
||
|
glib-compile-resources.vcxproj \
|
||
|
glib-compile-resources.vcxproj.filters \
|
||
|
gresource.vcxproj \
|
||
|
gresource.vcxproj.filters \
|
||
|
install.vcxproj
|
||
|
|
||
|
MSVC_SLN = glib
|
||
|
|
||
|
include $(top_srcdir)/build/Makefile-newvs.am
|
||
|
|