From 78cd4e2ce2029aa4e382e2cffc16716e30e9ecb7 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 6 Jan 2013 13:52:06 -0500 Subject: [PATCH] forgot to mention something in the README... --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a2398ac..f7673a0 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,17 @@ replaces it. Every other line is copied to the output MKB file as-is. **mkb_generate** will overwrite the existing MKB file if one is there. +Also, note that your "files" section as specified in +**mkb_template.txt** can also contain files if you absolutely need to +specifically list some by hand. For example, in my projects my files +section usually looks like this: + + files + { + MyProjectName.defines.txt + %%SOURCE_FILES%% + } + ## Configuration At the top of the **mkb_generate** script there are some config