Home
last modified time | relevance | path

Searched refs:GLIB_COMPILE_RESOURCES (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dconfig.mk.in155 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
H A DMakefile3132 …$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=../pixmaps --generate --c-name=gui_gtk --manual-…
3135 …$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=../pixmaps --generate --c-name=gui_gtk --manual-…
H A Dconfigure.ac2850 AC_PATH_PROG(GLIB_COMPILE_RESOURCES,[glib-compile-resources],no)
2852 if test "x$GLIB_COMPILE_RESOURCES" = xno ; then
2853 GLIB_COMPILE_RESOURCES=""
2898 AC_SUBST(GLIB_COMPILE_RESOURCES) subst
/vim-8.2.3635/src/auto/
H A Dconfigure9963 case $GLIB_COMPILE_RESOURCES in
9965 …ac_cv_path_GLIB_COMPILE_RESOURCES="$GLIB_COMPILE_RESOURCES" # Let the user override the test with …
9987 GLIB_COMPILE_RESOURCES=$ac_cv_path_GLIB_COMPILE_RESOURCES
9988 if test -n "$GLIB_COMPILE_RESOURCES"; then
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GLIB_COMPILE_RESOURCES" >&5
9990 $as_echo "$GLIB_COMPILE_RESOURCES" >&6; }
9999 if test "x$GLIB_COMPILE_RESOURCES" = xno ; then
10000 GLIB_COMPILE_RESOURCES=""
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt8773 Solution: Make GLIB_COMPILE_RESOURCES empty instead of leaving it at "no".