Initial CPP winrt -static

Runs but no bitmap is displayed when testing with DisplayingABitmap. You can attach VS2017 debugger (Debug Installed App Package).

lime rebuild tools
lime rebuild winrt -static
in DisplayingABitmap:
openfl test project.xml winrt -static
This commit is contained in:
Carlos Madrazo
2019-03-03 22:33:03 -05:00
committed by Joshua Granick
parent 00e3c85b58
commit 125840589f
13 changed files with 266 additions and 112 deletions

View File

@@ -39,6 +39,8 @@ import sys.FileSystem;
rootPath = "assets/";
#elseif console
rootPath = lime.system.System.applicationDirectory;
#elseif (winrt)
rootPath = "./";
#elseif (sys && windows && !cs)
rootPath = FileSystem.absolutePath (haxe.io.Path.directory (#if (haxe_ver >= 3.3) Sys.programPath () #else Sys.executablePath () #end)) + "/";
#else