File: mono_android_config.xml

package info (click to toggle)
godot 3.2.3-stable-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 121,308 kB
  • sloc: cpp: 804,285; ansic: 597,434; xml: 77,823; asm: 17,127; cs: 13,535; lisp: 12,017; python: 9,376; java: 7,474; sh: 973; javascript: 659; perl: 264; pascal: 203; objc: 116; makefile: 105
file content (28 lines) | stat: -rw-r--r-- 1,839 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<configuration>
	<dllmap wordsize="32" dll="i:cygwin1.dll" target="/system/lib/libc.so" />
	<dllmap wordsize="64" dll="i:cygwin1.dll" target="/system/lib64/libc.so" />
	<dllmap wordsize="32" dll="libc" target="/system/lib/libc.so" />
	<dllmap wordsize="64" dll="libc" target="/system/lib64/libc.so" />
	<dllmap wordsize="32" dll="intl" target="/system/lib/libc.so" />
	<dllmap wordsize="64" dll="intl" target="/system/lib64/libc.so" />
	<dllmap wordsize="32" dll="libintl" target="/system/lib/libc.so" />
	<dllmap wordsize="64" dll="libintl" target="/system/lib64/libc.so" />
	<dllmap dll="MonoPosixHelper" target="libMonoPosixHelper.so" />
	<dllmap dll="System.Native" target="libmono-native.so" />
	<dllmap wordsize="32" dll="i:msvcrt" target="/system/lib/libc.so" />
	<dllmap wordsize="64" dll="i:msvcrt" target="/system/lib64/libc.so" />
	<dllmap wordsize="32" dll="i:msvcrt.dll" target="/system/lib/libc.so" />
	<dllmap wordsize="64" dll="i:msvcrt.dll" target="/system/lib64/libc.so" />
	<dllmap wordsize="32" dll="sqlite" target="/system/lib/libsqlite.so" />
	<dllmap wordsize="64" dll="sqlite" target="/system/lib64/libsqlite.so" />
	<dllmap wordsize="32" dll="sqlite3" target="/system/lib/libsqlite.so" />
	<dllmap wordsize="64" dll="sqlite3" target="/system/lib64/libsqlite.so" />
	<dllmap wordsize="32" dll="liblog" target="/system/lib/liblog.so" />
	<dllmap wordsize="64" dll="liblog" target="/system/lib64/liblog.so" />
	<dllmap dll="i:kernel32.dll">
		<dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/>
		<dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/>
		<dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
		<dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
	</dllmap>
</configuration>