summaryrefslogtreecommitdiff
path: root/build_msvc.mk
blob: 77f681994cee7e4ad71b6676e99d4fe0e8505e6b (plain)
1
2
3
4
5
6
7
8
9
10
11

AM_FEATURES = msvc

# make it work also when included from test/Makefile
top_srcdir = $(dir $(filter %build.mk, $(MAKEFILE_LIST)))
top_builddir = $(top_srcdir)
abs_top_srcdir := $(abspath $(top_srcdir))
abs_top_builddir := $(abs_top_srcdir)

include $(abs_top_srcdir)/mk/antimake.mk