summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2014-09-13 14:15:01 +0200
committerOle Loots <ole@monochrom.net>2014-09-13 14:15:01 +0200
commitd7f479070e6a198084f92e77c26b9bb0e8cab471 (patch)
tree30607d04733f98d9d10e8b729fa45b6946536fb6 /atari/Makefile.target
parenta9ac9c00fc2c73705db242a459160f14d279cdcd (diff)
downloadnetsurf-d7f479070e6a198084f92e77c26b9bb0e8cab471.tar.gz
netsurf-d7f479070e6a198084f92e77c26b9bb0e8cab471.tar.bz2
Replace default posix file handling table with GEMDOS compatible one
Since build #1917, URL to path conversion was broken. Thanks to Peter for reporting the bug. Most of the path handling code was taken from the windows frontend. Note: - NetSurf core switched to an file handling table with default posix compatible functions. - The atari frontend always uses GEMDOS compatible path like: "u:\folder\1", even when running on top of FreeMiNT environment.
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index c9b2046f2..327ece565 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -84,6 +84,7 @@ S_ATARI := \
deskmenu.c \
download.c \
encoding.c \
+ file.c \
findfile.c \
filetype.c \
font.c \