Wrap always_inline and noinline attributes in compiler checks and use MSVC equivalent.
[mono.git] / mono / arch / x86 / Makefile.am
1 if INTERP_SUPPORTED
2
3 INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
4
5 noinst_LTLIBRARIES = libmonoarch-x86.la
6
7 libmonoarch_x86_la_SOURCES = tramp.c x86-codegen.h
8
9 endif