summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2019-05-22 13:22:07 -0400
committerJoey Grover <joeygrover@gmail.com>2019-05-22 13:22:07 -0400
commitc5d8e79fc6ad19f0ebf90987a0451e0d917ca34f (patch)
treee5ee89632bd43902b80f27b8708fb827264482c4
parenteb3772f6f989c3d7f54caa1166fae6625dec91b4 (diff)
downloadsdl_android-bugfix/issue_1062.tar.gz
Update README for baseAndroidbugfix/issue_1062
-rw-r--r--baseAndroid/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/baseAndroid/README.md b/baseAndroid/README.md
index 6ad99fef3..e851b814f 100644
--- a/baseAndroid/README.md
+++ b/baseAndroid/README.md
@@ -2,5 +2,10 @@
The Base Android folder symbolically links files used by the Android project that are in the Base folder.
-This folder does not need to be imported. Please refer to the installation instructions in the Android, JavaSE, or JavaEE readme's.
+This folder does not need to be imported. Please refer to the installation instructions in the Android, JavaSE, or JavaEE README's.
+### Windows
+
+The original links were created for a unix based operating system. The Windows versions of those same symbolic links follow the same path structure as this root folder, but under the `Windows` folder. The `build.gradle` file contains the necessary conditional that will pick the correct set of links to use.
+
+If you are not building the project with the supplied gradle files, you will need to point to the correct path based on the operating system in which you are building the project. \ No newline at end of file