repo.or.cz
/
atk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build: Add Common Autotools Module for MSVC Projects
[atk.git]
/
build
/
win32
/
vs12
/
Makefile.am
blob
c9330dbddb7b7b513cd4086c89be9c9edc96928c
1
EXTRA_DIST = \
2
README.txt \
3
atk.sln \
4
atk.vcxproj \
5
atk.vcxproj.filters \
6
atk-install.vcxproj \
7
atk-build-defines.props \
8
atk-install.props \
9
atk-version-paths.props \
10
atk-gen-src.props
11
12
DISTCLEANFILES = $(EXTRA_DIST)
13
14
MSVC_SLN = atk
15
16
MSVC_VER = 12
17
MSVC_VER_LONG = 2013
18
MSVC_FORMAT_VER = 12
19
20
include $(top_srcdir)/build/Makefile-newvs.am