From 9d2ae6e90088c58fe0ff04c7f514c69a7d802106 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 2 Sep 2001 01:17:35 +0000 Subject: [PATCH] Updated. --- TODO | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index b6204e99..11280b3f 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,12 @@ -- Make win32.c compile under Cygwin. It's just one function (fullpath()) that - needs to be replaced. + +- update the Makefile so that Cygwin can generate a DLL. The entire codebase + compiles under Cygwin otherwise. - Hmm...we can determine the actual CD-ROM drives under Win32, but how do you decide that there's no disc in the drive? +- MacOS support. +- Move the integer types to something abstract. uint32, etc. +- Ditch the "standard" i/o routines (fopen() and friends) and move this into + the platform drivers. // end of TODO ...