🛠️🐜 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.

23 lines
878 B

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>SDL2-WinRT</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>Unofficial pre-release of LibSDL2, built for WinRT platforms</description>
  12. <copyright>Copyright 2015</copyright>
  13. <tags>SDL2 SDL LibSDL OpenGL C C++ nativepackage</tags>
  14. </metadata>
  15. <files>
  16. <file src="lib\**\*.dll" target="bin"/>
  17. <file src="lib\**\*.lib" target="bin"/>
  18. <file src="lib\**\*.pdb" target="bin"/>
  19. <file src="..\include\**\*.*" target="include"/>
  20. <file src="..\src\**\*.*" target="src"/>
  21. <file src="SDL2-WinRT.targets" target="build\native"/>
  22. </files>
  23. </package>