Some fixes for AROS:
src/text.c: Added path for truetype fonts. src/Makefile: Create GrafX2 binary in the root directory. This allows running without any prior installation. src/readline.c: Added ':' to the forbidden charactersS. src/const.h: Use '/' as indicator for parent directory. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1972 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -349,6 +349,10 @@ void Init_text(void)
|
||||
#ifndef NOTTF
|
||||
For_each_file( "FONTS:_TrueType", Add_font );
|
||||
#endif
|
||||
#elif defined(__AROS__)
|
||||
#ifndef NOTTF
|
||||
For_each_file( "FONTS:TrueType", Add_font );
|
||||
#endif
|
||||
#elif defined(__BEOS__)
|
||||
#ifndef NOTTF
|
||||
For_each_file("/etc/fonts/ttfonts", Add_font);
|
||||
|
||||
Reference in New Issue
Block a user