/* pathdef.c */ | |
/* This file is automatically created by Makefile | |
* DO NOT EDIT! Change Makefile only. */ | |
#include "vim.h" | |
char_u *default_vim_dir = (char_u *)"/system_ext/usr/share/vim"; | |
char_u *default_vimruntime_dir = (char_u *)"/system_ext/usr/share/vim"; | |
char_u *all_cflags = (char_u *)"gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 "; | |
char_u *all_lflags = (char_u *)"gcc -L/system/lib -o vim -lm -lselinux "; | |
char_u *compiled_user = (char_u *)"android"; | |
char_u *compiled_sys = (char_u *)"android"; |