Add explanation comments on the build system files

This commit is contained in:
Ribbon 2024-07-09 12:58:07 +00:00 committed by Jeremy Soller
parent 06f038eced
commit 49102f6332
70 changed files with 109 additions and 47 deletions

View file

@ -1,3 +1,3 @@
# Configuration for using acid
# Configuration to run the "acid" tests
include = ["../acid.toml"]

View file

@ -1,4 +1,4 @@
# This is the CI configuration file
# The Redox build server configuration
# General settings
[general]

View file

@ -1,3 +1,4 @@
# Configuration for demonstration
##############################################################################
# Redox Demo Configuration #
# #

View file

@ -1,4 +1,4 @@
# Default desktop configuration
# Minimal desktop configuration
include = ["../desktop-minimal.toml"]

View file

@ -1,4 +1,4 @@
# Default desktop configuration
# Default build system configuration
include = ["../desktop.toml"]

View file

@ -1,4 +1,4 @@
# Configuration for development, includes cargo and rustc
# Configuration for development
include = ["../dev.toml"]

View file

@ -1,4 +1,4 @@
# Jeremy's configuration
# Configuration for Jeremy Soller
include = ["../desktop.toml"]

View file

@ -1,4 +1,4 @@
# Minimal configuration
# Minimal network configuration
include = ["../minimal-net.toml"]

View file

@ -1,3 +1,3 @@
# Configuration for using resist
# Configuration to use the "resist" tests
include = ["../resist.toml"]

View file

@ -1,4 +1,4 @@
# Default server configuration
# Server configuration
include = ["../server.toml"]