You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/makefiledir
bjarni 41f4c473da (svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system
if detected, WITH_ICONV will be defined in the C code
	WITH_ICONV is also added to Makefile.config
	OSX do not use this flag setting in Makefile.config, as it is set at compile time based on target OS version
	the actual C code is not changed as the current iconv code is hardcoded for OSX and would break if any other OS got iconv
	This detection system is by request of Darkvater
19 years ago
..
Makefile.config_writer (svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system 19 years ago
Makefile.libdetection (svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system 19 years ago
iconv_detector.c (svn r4074) -Feature: [Makefile] the makefile can now detect if iconv is present in the system 19 years ago