From 072c66bc8c90c87ea9b8ea7b429c3ddd34525afa Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sun, 22 May 2022 13:13:42 -0700 Subject: [PATCH] Update README.md --- SourceGen/RuntimeData/README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/SourceGen/RuntimeData/README.md b/SourceGen/RuntimeData/README.md index 67e7a16..907e9bd 100644 --- a/SourceGen/RuntimeData/README.md +++ b/SourceGen/RuntimeData/README.md @@ -1,12 +1,16 @@ # Runtime Data # Symbol files and extension scripts are split into directories by -platform manufacturer. +platform manufacturer. General-purpose scripts are in the `Common` +directory. A Visual Studio project (`RuntimeData.csproj`) exists in the source tree -so you can edit scripts with IntelliSense and error highlighting. -Everything in this directory is distributed as source, not in compiled -form; all compilation occurs at run time. +so you can edit platform-specific scripts with IntelliSense and error +highlighting. Everything in this directory is distributed as source, +not in compiled form; all compilation occurs at run time. + +The `Tips` directory holds the files used by the "daily tips" feature, +and `TestData` has some files used by the regression tests. ## SystemDefs.json ## @@ -51,12 +55,10 @@ directory or project file directory, or they will not be loaded. All "RT:" identifier paths are relative to the RuntimeData directory. The GroupName string is not automatically added. - ## Platform Symbol Files and Extension Scripts ## -These are described in the "Advanced Topics" section of the manual -([here](Help/advanced.html)). - +The format of these files is described in detail in the "Advanced Topics" +section of the manual ([here](../../docs/sgmanual/advanced.html)). ## Misc Files ##