Difference between revisions of "Alternative file layout"
From MSX Game Library
Line 1: | Line 1: | ||
β | By default, projects using {{MSXGL}} are placed inside the library tree in the /projects/ directory. This allows all projects to share the same library and common options (in /projects/default_config.js). | + | By default, projects using {{MSXGL}} are placed inside the library tree in the <tt>/projects/</tt> directory. |
+ | This allows all projects to share the same library source and data, and common build options (in <tt>/projects/default_config.js</tt>). | ||
Default layout: | Default layout: |
Revision as of 13:40, 31 October 2023
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.