@@ -18,12 +18,6 @@ if(NOT DEFINED SGEN_BRIDGE_VERSION)
18
18
message (FATAL_ERROR "Please set the SGEN_BRIDGE_VERSION variable on command line (-DSGEN_BRIDGE_VERSION=VERSION)" )
19
19
endif ()
20
20
21
- if (NOT DEFINED MONO_PATH )
22
- message (FATAL_ERROR "Please set the MONO_PATH variable on command line (-DMONO_PATH=PATH)" )
23
- else ()
24
- string (REPLACE "\\ " "/" MONO_PATH ${MONO_PATH} )
25
- endif ()
26
-
27
21
if (NOT ANDROID )
28
22
if (NOT DEFINED JDK_INCLUDE )
29
23
message (FATAL_ERROR "Please set the JDK_INCLUDE variable on command line (-DJDK_INCLUDE)" )
@@ -223,7 +217,6 @@ if (DEFINED CONFIGURATION)
223
217
include_directories ("../../bin/${CONFIGURATION} /include" )
224
218
include_directories ("../../bin/${CONFIGURATION} /include/${ANDROID_ABI} /eglib" )
225
219
endif ()
226
- include_directories ("${MONO_PATH} /mono/eglib" )
227
220
include_directories ("jni/zip" )
228
221
include_directories ("${JAVA_INTEROP_SRC_PATH} " )
229
222
@@ -233,7 +226,6 @@ check_include_files("linux/rtnetlink.h" HAVE_LINUX_RTNETLINK_H)
233
226
set (SOURCES_DIR ${TOP_DIR} /jni )
234
227
set (MONODROID_SOURCES
235
228
${MONODROID_SOURCES}
236
- ${MONO_PATH} /support/zlib-helper.c
237
229
${SOURCES_DIR} /android-system.cc
238
230
${SOURCES_DIR} /cpu-arch-detect.cc
239
231
${SOURCES_DIR} /debug-constants.cc
@@ -256,7 +248,6 @@ set(MONODROID_SOURCES
256
248
if (UNIX )
257
249
set (MONODROID_SOURCES
258
250
${MONODROID_SOURCES}
259
- ${MONO_PATH} /support/nl.c
260
251
${SOURCES_DIR} /debug.cc
261
252
${SOURCES_DIR} /monodroid-networkinfo.cc
262
253
${SOURCES_DIR} /xamarin_getifaddrs.cc
0 commit comments