Skip to content
Snippets Groups Projects
  1. Mar 08, 2015
    • Eidolon's avatar
      Fix generation of SRB2DD target. · c43b41e1
      Eidolon authored
      It still won't compile correctly. But this should avoid the error
      messages related to it.
      c43b41e1
    • Eidolon's avatar
      Prepend ASM sources with the current source directory in CMake. · 84720759
      Eidolon authored
      This fixes generation with USEASM enabled.
      84720759
    • 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
  2. Mar 05, 2015
  3. Feb 06, 2015
  4. Feb 05, 2015
  5. Feb 02, 2015
  6. Feb 01, 2015
  7. Jan 29, 2015
  8. Jan 28, 2015
  9. Jan 29, 2015
  10. Jan 28, 2015
  11. Jan 10, 2015
Loading