Updated.
This commit is contained in:
parent
62e36b61f7
commit
3bfbd39f5c
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
05222002 - Fixed the build system to always package the complete source, not
|
05222002 - Fixed the build system to always package the complete source, not
|
||||||
just what we built for a given system, when doing a "make dist".
|
just what we built for a given system, when doing a "make dist".
|
||||||
Updated INSTALL. Started writing BeOS platform code.
|
Updated INSTALL. Wrote BeOS platform code (platform/beos.cpp).
|
||||||
|
Split unix.c into unix.c and posix.c. Linux and BeOS both share
|
||||||
|
posix.c, although I don't think it's completely POSIX compliant at
|
||||||
|
this point (not that it matters much).
|
||||||
05212002 - Cleaned up some FIXMEs.
|
05212002 - Cleaned up some FIXMEs.
|
||||||
05202002 - Added .cvsignore files.
|
05202002 - Added .cvsignore files.
|
||||||
05162002 - Edward Rudd also caught an embarrassing screwup by me in
|
05162002 - Edward Rudd also caught an embarrassing screwup by me in
|
||||||
|
|
3
TODO
3
TODO
|
@ -3,7 +3,6 @@ Stuff that needs to be done and wishlist:
|
||||||
These are in no particular order. A 1.0 release is reliant on doing most of
|
These are in no particular order. A 1.0 release is reliant on doing most of
|
||||||
this stuff. Some might be dupes, some might be done already.
|
this stuff. Some might be dupes, some might be done already.
|
||||||
|
|
||||||
- autoconf support?
|
|
||||||
- Include the Visual Studio (6 and .NET) project files in CVS directly.
|
- Include the Visual Studio (6 and .NET) project files in CVS directly.
|
||||||
- update the Makefile so that Cygwin can generate a DLL. The entire codebase
|
- update the Makefile so that Cygwin can generate a DLL. The entire codebase
|
||||||
compiles under Cygwin otherwise.
|
compiles under Cygwin otherwise.
|
||||||
|
@ -29,7 +28,5 @@ These are in no particular order. A 1.0 release is reliant on doing most of
|
||||||
work with it as-is. Might compile as-is with the current Makefile.)
|
work with it as-is. Might compile as-is with the current Makefile.)
|
||||||
- Probably other stuff. Requests and recommendations are welcome.
|
- Probably other stuff. Requests and recommendations are welcome.
|
||||||
|
|
||||||
- Port to BeOS: (unix.c: no realpath, pthreads (?) or mount stuff).
|
|
||||||
|
|
||||||
// end of TODO ...
|
// end of TODO ...
|
||||||
|
|
||||||
|
|
|
@ -4,3 +4,5 @@ Makefile
|
||||||
libplatform.la
|
libplatform.la
|
||||||
Makefile.in
|
Makefile.in
|
||||||
unix.lo
|
unix.lo
|
||||||
|
posix.lo
|
||||||
|
beos.lo
|
||||||
|
|
Loading…
Reference in New Issue