repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add support for thiscall pinvokes on x86.
[mono-project.git]
/
ikvm-native
/
Makefile.am
blob
a916688137c5acd05967a4e7c7b02e2b785d46eb
1
2
AM_CPPFLAGS = $(GMODULE_CFLAGS)
3
4
lib_LTLIBRARIES = libikvm-native.la
5
6
libikvm_native_la_SOURCES = jni.c os.c jni.h
7
8
libikvm_native_la_LDFLAGS = -avoid-version
9
libikvm_native_la_LIBADD = $(GMODULE_LIBS)