mirror of https://github.com/OpenTTD/OpenTTD
(svn r11833) -Cleanup: changed save_params_array into one item for each line in config.lib
This should increase readability and conflict solvingrelease/0.6
parent
5c4150d304
commit
2f9aab3217
57
config.lib
57
config.lib
|
@ -65,7 +65,62 @@ set_default() {
|
||||||
with_distcc="1"
|
with_distcc="1"
|
||||||
with_ccache="1"
|
with_ccache="1"
|
||||||
|
|
||||||
save_params_array="build host cc_build cc_host cxx_build cxx_host windres strip lipo awk os endian cpu_type revision config_log prefix_dir binary_dir data_dir icon_dir personal_dir install_dir enable_debug enable_desync_debug enable_profiling enable_dedicated enable_network enable_static enable_translator enable_unicode enable_assert enable_strip enable_universal enable_osx_g5 enable_cocoa_quartz enable_cocoa_quickdraw with_osx_sysroot with_application_bundle with_sdl with_cocoa with_zlib with_png with_makedepend with_direct_music with_sort with_iconv with_midi with_midi_arg with_libtimidity with_freetype with_fontconfig with_psp_config with_threads with_distcc with_ccache CC CXX CFLAGS LDFLAGS"
|
save_params_array="
|
||||||
|
build
|
||||||
|
host
|
||||||
|
cc_build
|
||||||
|
cc_host
|
||||||
|
cxx_build
|
||||||
|
cxx_host
|
||||||
|
windres
|
||||||
|
strip
|
||||||
|
lipo
|
||||||
|
awk
|
||||||
|
os
|
||||||
|
endian
|
||||||
|
cpu_type
|
||||||
|
revision
|
||||||
|
config_log
|
||||||
|
prefix_dir
|
||||||
|
binary_dir
|
||||||
|
data_dir
|
||||||
|
icon_dir
|
||||||
|
personal_dir
|
||||||
|
install_dir
|
||||||
|
enable_debug
|
||||||
|
enable_desync_debug
|
||||||
|
enable_profiling
|
||||||
|
enable_dedicated
|
||||||
|
enable_network
|
||||||
|
enable_static
|
||||||
|
enable_translator
|
||||||
|
enable_unicode
|
||||||
|
enable_assert
|
||||||
|
enable_strip
|
||||||
|
enable_universal
|
||||||
|
enable_osx_g5
|
||||||
|
enable_cocoa_quartz
|
||||||
|
enable_cocoa_quickdraw
|
||||||
|
with_osx_sysroot
|
||||||
|
with_application_bundle
|
||||||
|
with_sdl
|
||||||
|
with_cocoa
|
||||||
|
with_zlib
|
||||||
|
with_png
|
||||||
|
with_makedepend
|
||||||
|
with_direct_music
|
||||||
|
with_sort
|
||||||
|
with_iconv
|
||||||
|
with_midi
|
||||||
|
with_midi_arg
|
||||||
|
with_libtimidity
|
||||||
|
with_freetype
|
||||||
|
with_fontconfig
|
||||||
|
with_psp_config
|
||||||
|
with_threads
|
||||||
|
with_distcc
|
||||||
|
with_ccache
|
||||||
|
CC CXX CFLAGS LDFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
detect_params() {
|
detect_params() {
|
||||||
|
|
Loading…
Reference in New Issue