Home | History | Annotate | Download | only in sdl-1.2.12

Lines Matching refs:yes

53   --help|-h|-\?) OPTION_HELP=yes
56 if [ "$VERBOSE" = "yes" ] ; then
57 VERBOSE2=yes
59 VERBOSE=yes
64 --try-64) OPTION_TRY_64=yes
68 --force-autodetect) OPTION_FORCE_AUTODETECT=yes
70 --no-tiger) OPTION_NO_TIGER=yes
80 if [ "$OPTION_HELP" = "yes" ] ; then
101 if [ "$OPTION_TRY_64" != "yes" ] ; then
178 CONFIG_LIBC=yes
196 # $2: 1, 0, yes or no
207 1|yes|true)
230 config_add_macro "${2}_${driver_name}" yes
381 config_add_macro SDL_AUDIO_DISABLED yes
382 config_add_macro SDL_CDROM_DISABLED yes
385 config_add_macro SDL_FILE_DISABLED yes
386 config_add_macro SDL_JOYSTICK_DISABLED yes
442 make_add "SDL_$2_${driver_name} := yes"
458 make_add "SDL_CONFIG_CPUINFO := yes"
516 if [ "$OPTION_FORCE_AUTODETECT" != "yes" -a -f android/build/$OS/$1 ] ; then