Skip to content
  • Fred Baksik's avatar
    GHS: Cleanup how source files are listed · e7825386
    Fred Baksik authored
    -- Sort the items of the project files, previously they were unsorted
       The layout is similar to Visual Studio projects
    -- Do not make a make a tree of directories and projects files
       The main project file is in the binary folder
       The sub-project files are located in the project object directory
       This is similar to the Makefile generator
    -- Allow the creation of a single project file
       If the variable or target property GHS_NO_SOURCE_GROUP_FILE is set
       then all sources will be listed in the main project file
    e7825386