This commit is contained in:
King_DuckZ 2020-05-05 20:23:03 +02:00
commit c9bd217232
7 changed files with 124 additions and 24 deletions

View file

@ -12,8 +12,8 @@ all:
@echo ""
@echo "TARGET_SYSTEM is one of"
@echo ""
@echo " posix-utf8 : POSIX with utf8 filesystem(Most of modern OS, e.g. OSX/Ubuntu)"
@echo " posix : POSIX system (FreeBSD/linux/OSX/sparc/Win32)"
@echo " posix-utf8 : POSIX with utf8 filesystem(e.g. OSX)"
@echo " linux-utf8 : LINUX with utf8 filesystem(without -liconv option)"
@echo " posix-noiconv : POSIX without libiconv (Windows(MINGW32,CYGWIN) or EUC-KR file system)"
@echo ""