Skip to content
Snippets Groups Projects
  1. Jan 25, 2025
  2. Jan 16, 2025
  3. Dec 14, 2024
  4. Sep 21, 2024
  5. May 16, 2023
  6. Mar 31, 2023
  7. Nov 06, 2022
  8. Mar 13, 2022
  9. Mar 06, 2022
  10. Jun 08, 2020
  11. Feb 22, 2020
  12. Dec 07, 2019
  13. Dec 06, 2019
  14. Nov 30, 2019
  15. Sep 29, 2019
  16. Jan 01, 2019
  17. Dec 30, 2018
  18. Nov 27, 2018
  19. Nov 26, 2018
  20. Nov 25, 2018
  21. Nov 23, 2018
  22. Nov 22, 2018
  23. Feb 07, 2016
  24. Feb 06, 2016
  25. Mar 08, 2015
    • Eidolon's avatar
      Refactor CMake to allow source grouping and separation of interfaces. · a7135094
      Eidolon authored
      Core and SDL2 are two separate targets now. Core is a static library
      that is linked into SRB2SDL2. The sources for both are separated.
      When using an IDE like Visual Studio or Xcode, the source code
      organized into groups that explain what that group of sources does.
      
      In the future, "Main" could be split into a few more groups based on
      file prefixes, but I think the way it is set up works for now.
      
      Makefile targets are not affected by source_groups and typing `make`
      will automatically compile both the "Core" library and SRB2SDL2
      itself.
      a7135094
  26. Feb 05, 2015
  27. Jan 29, 2015
  28. Jan 28, 2015
Loading