From 2ec2de98e8036e277a3f55a7f60153da6ef69504 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Wed, 10 Dec 2014 23:54:40 -0500 Subject: [PATCH] Add note to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dc0d9047..d82ae5b3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ 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. + Helpful Links ------------- * [Jenkins Server](http://te.calref.net:8080/) - Runs a build after