Luca Stefani | c1e3494 | 2016-11-23 23:49:14 +0100 | [diff] [blame] | 1 | /* pathdef.c */ |
| 2 | /* This file is automatically created by Makefile |
| 3 | * DO NOT EDIT! Change Makefile only. */ |
| 4 | #include "vim.h" |
maxwen | 102735b | 2023-10-25 16:02:15 +0200 | [diff] [blame] | 5 | char_u *default_vim_dir = (char_u *)"/system_ext/usr/share/vim"; |
| 6 | char_u *default_vimruntime_dir = (char_u *)"/system_ext/usr/share/vim"; |
Luca Stefani | c1e3494 | 2016-11-23 23:49:14 +0100 | [diff] [blame] | 7 | char_u *all_cflags = (char_u *)"gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 "; |
| 8 | char_u *all_lflags = (char_u *)"gcc -L/system/lib -o vim -lm -lselinux "; |
| 9 | char_u *compiled_user = (char_u *)"android"; |
| 10 | char_u *compiled_sys = (char_u *)"android"; |