premake.patches.txt 1.5 KB

1234567891011121314151617181920212223242526
  1. The patches in this directory are targeted to the premake4 stable branch, based
  2. on the date of these files and the repository.
  3. 1. 709.patch: this patch corrects the linking order for generated GNU makefiles.
  4. More information on this patch can be found at:
  5. https://sourceforge.net/p/premake/bugs/279/
  6. 2. iOS.patch: this patch adds a iOS as a platform option for premake, allowing
  7. for potential iOS Xcode project generation.
  8. 3. 711.patch: this patch adds support for Xcode recognizing files added to
  9. Xcode projects with the extensions of .bmp or .wav as resource files with
  10. the respective file types of image and audio. This is needed to properly
  11. bundle the Xcode-iOS resources with the app package. See the following for
  12. more information:
  13. https://sourceforge.net/p/premake/patches/165/
  14. 4. 712.patch: this patch fixes an issue in Xcode that prevents post-build
  15. commands from working for multiple configurations. This is why I had to have
  16. debug and release configurations disabled for so long. They are now reenabled
  17. and should be working fine. For more information:
  18. https://sourceforge.net/p/premake/bugs/280/
  19. 5. 713.patch: this patch allows custom source trees to be set in Xcode links
  20. using variables similar to Visual Studio variables. This is necessary to
  21. properly link to frameworks for iOS projects. For more information:
  22. https://sourceforge.net/p/premake/patches/166/
  23. The repository containing these changes can be found at:
  24. https://bitbucket.org/gsocben/premake-stable-sdlgsoc2013