Initial merge of WinJS UWP support

This commit is contained in:
Joshua Granick
2017-09-22 15:10:00 -07:00
parent a4d232d715
commit 27e9759f2f
31 changed files with 775 additions and 722 deletions

View File

@@ -37,7 +37,7 @@ import sys.FileSystem;
#if (ios || tvos || emscripten)
rootPath = "assets/";
#elseif (windows && !cs)
#elseif (sys && windows && !cs)
rootPath = FileSystem.absolutePath (haxe.io.Path.directory (#if (haxe_ver >= 3.3) Sys.programPath () #else Sys.executablePath () #end)) + "/";
#else
rootPath = "";