mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
plus minor static-related fixes
* linuxbsd: get_systemd_os_release_info_value() -> static breaks usage if used multiple times
* windows/linuxbsd: get_video_adapter_driver_info() writes info into static
* linuxbsd: get_distribution_name() + get_version() -> write bsd fallback into static variable
* windows/uwp/android: remove unnecessary use of static
(cherry picked from commit 9e5bf3d589)
UWP platform port
Warning
The UWP platform port is not currently in a working state for the
masterbranch, and may be dropped in the future.
This folder contains the C++ code for the Universal Windows Platform (UWP)
platform port. This is not to be confused with the "standard" Win32 port,
which is available in platform/windows.
See also misc/dist/uwp_template folder for the UWP
project template used for packaging the UWP export templates.
Documentation
- Compiling for Universal Windows Platform
- Instructions on building this platform port from source.
- Exporting for Universal Windows Platform
- Instructions on using the compiled export templates to export a project.