🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
854 B

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>SDL2main-WinRT-NonXAML</id>
  5. <version>2.0.4-Unofficial</version>
  6. <authors>Sam Lantinga</authors>
  7. <owners>David Ludwig</owners>
  8. <licenseUrl>http://libsdl.org/license.php</licenseUrl>
  9. <projectUrl>http://libsdl.org</projectUrl>
  10. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  11. <description>WinMain() function for SDL2 + WinRT + CoreWindow (non-XAML) apps</description>
  12. <copyright>Copyright 2015</copyright>
  13. <tags>SDL2 SDL LibSDL OpenGL C C++ nativepackage</tags>
  14. <dependencies>
  15. <dependency id="SDL2-WinRT" version="2.0.4"/>
  16. </dependencies>
  17. </metadata>
  18. <files>
  19. <file src="..\src\main\winrt\SDL_winrt_main_NonXAML.cpp" target="src\main\winrt"/>
  20. <file src="SDL2main-WinRT-NonXAML.targets" target="build\native"/>
  21. </files>
  22. </package>