Alternative file layout

From MSX Game Library

Revision as of 14:40, 31 October 2023 by Aoineko (talk | contribs)

By default, projects using MSXGL are placed inside the library tree in the /projects/ directory. This allows all projects to share the same library source and data, and common build options (in /projects/default_config.js).

Default layout:

πŸ“ MSXgl
β”œβ”€πŸ“ engine
β”œβ”€πŸ“ projects
β”‚ β””β”€πŸ“ MyProject
β””β”€πŸ“ tools

Having said that, some might prefer the opposite: to have one directory per project and the MSXgl directory inside.