godot-cpp icon indicating copy to clipboard operation
godot-cpp copied to clipboard

[WIP] Adding UWP support

Open BastiaanOlij opened this issue 7 years ago • 0 comments

Working on UWP support for this as well, it compiles but can't test because I'm unable to get Godot 3.0.3 RC3 to actually export the DLL and thats the only way to run UWP apps.

Also VC really doesn't like compiling this as a static library with a bunch of the switches in here, and I think a few switches should only be in compiling the final DLL not in here, but as I mostly copied this from the UWP platform in Godot I'm not sure if all the switches make sense. Microsoft really assumes you just use their IDE.

I've got similar changes for our tutorial ready to go once we can confirm this actually works.

BastiaanOlij avatar Jun 04 '18 13:06 BastiaanOlij