mirror of
https://github.com/phoboslab/wipeout-rewrite
synced 2024-11-16 07:47:57 +01:00
98ad9b0679
Tested building with SDL2 + Sokol on: - Windows with clang-cl 16 - GLEW/SDL2 built using vcpkg. - Arch Linux with the `sdl2`/`glew` packages. - macOS 13.5 with SDL2 via homebrew. - Emscripten using the Arch Linux `emscripten` package. - Mingw toolchain with the GLEW/SDL2 packages installed: - On Arch Linux with the mingw packages. - On Windows using MSYS2 with the ucrt packages.
8 lines
No EOL
362 B
XML
8 lines
No EOL
362 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
|
|
<asmv3:application>
|
|
<asmv3:windowsSettings>
|
|
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/pm</dpiAware>
|
|
</asmv3:windowsSettings>
|
|
</asmv3:application>
|
|
</assembly> |