blob: fa74c9c657b8245eb8e2f785916f81f0c19e2b6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
EXTRA_DIST = \
README.txt \
gdk-pixbuf.sln \
gdk-pixbuf-version-paths.props \
gdk-pixbuf-build-defines.props \
gdk-pixbuf-gen-srcs.props \
gdk-pixbuf-install.props \
gdk-pixbuf.vcxproj \
gdk-pixbuf.vcxproj.filters \
gdk-pixbuf-csource.vcxproj \
gdk-pixbuf-csource.vcxproj.filters \
gdk-pixbuf-query-loaders.vcxproj \
gdk-pixbuf-query-loaders.vcxproj.filters \
gdk-pixbuf-pixdata.vcxproj \
gdk-pixbuf-pixdata.vcxproj.filters \
gdk-pixbuf-install.vcxproj
DISTCLEANFILES = $(EXTRA_DIST)
MSVC_VER = 11
MSVC_VER_LONG = 2012
MSVC_FORMAT_VER = 12
include $(top_srcdir)/build/Makefile-newvs.am
-include $(top_srcdir)/git.mk
|