Update README.md

This commit is contained in:
2015-01-04 13:58:35 -05:00
parent fe98dec9f6
commit b2fc354855

View File

@@ -24,15 +24,10 @@ you check into the repository.
Please do not commit any binaries, junk files, or anything that doesn't
compile.
The current task at hand is to merge the Windows code into the current
Mac codebase, which no longer uses platform-specific APIs for most
things (a few files would need to be rewritten for Windows).
I'd like to consider the Win32/ directory to be considered "frozen" from
this point on. Apart from minor bugfixes, it should not be altered. The
src/ directory is to be the official codebase now; as of the time of
this writing, it only compiles on OSX, but reimplementing a handful of
files (basically all the .mm ones) should suffice to fix that.
The Win32/ directory should be considered "frozen" from this point on.
Apart from minor bugfixes, it should not be altered. The src/ directory
is to be the official codebase now. As of the time of this writing, it
has a few major issues on Windows which are being worked on.
Helpful Links
-------------
@@ -49,4 +44,4 @@ most, if not all, of the Win32 work.
* [Experimental Builds](http://celmin.pwcsite.com/oboe/) - will be put
up whenever Celtic Minstrel feels like it.
* [Blades File Dump](http://blades.calref.net/) - A spot to quickly add
project files; mostly contains older binaries from the Google Code page.
project files; mostly contains older binaries from the Google Code page.