Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2010-11-14 03:21:43 +0300
committerZoltan Varga <vargaz@gmail.com>2010-11-14 03:21:43 +0300
commit32340d1fe2df0da97d5357b876bbcd68871f05f6 (patch)
tree738ab5885315d4526d2d6a782f50640bc5f7bf91 /ikvm-native
parent579faaab5f1868ada0e1444e884ec4271a05289d (diff)
Remove the unused and incomplete CMake build scripts for now.
Diffstat (limited to 'ikvm-native')
-rw-r--r--ikvm-native/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ikvm-native/CMakeLists.txt b/ikvm-native/CMakeLists.txt
deleted file mode 100644
index 74c6a1ab87d..00000000000
--- a/ikvm-native/CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-
-ADD_DEFINITIONS(${GMODULE_CFLAGS})
-ADD_LIBRARY(ikvm_native SHARED jni.c os.c jni.h)
-TARGET_LINK_LIBRARIES(ikvm_native ${GMODULE_LIBS}) \ No newline at end of file