mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
31 lines
717 B
Makefile
31 lines
717 B
Makefile
|
EXTRA_DIST = \
|
||
|
README.txt \
|
||
|
glib.sln \
|
||
|
glib.props \
|
||
|
glib.vcxproj \
|
||
|
glib.vcxproj.filters \
|
||
|
glib.vcxprojin \
|
||
|
glib.vcxproj.filtersin \
|
||
|
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 \
|
||
|
gobject.vcxprojin \
|
||
|
gobject.vcxproj.filtersin \
|
||
|
gthread.vcxproj \
|
||
|
gthread.vcxproj.filters \
|
||
|
gio.vcxproj \
|
||
|
gio.vcxproj.filters \
|
||
|
gio.vcxprojin \
|
||
|
gio.vcxproj.filtersin \
|
||
|
testglib.vcxproj \
|
||
|
testglib.vcxproj.filters \
|
||
|
install.vcxproj \
|
||
|
install.vcxproj.filters
|