do not include config.inc into IMG, use var in macros.inc as it was before

webview: more peach default bg

git-svn-id: svn://kolibrios.org@9604 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2022-01-09 10:00:41 +00:00
parent 72a08bbee2
commit 7592583563
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ PROGS = "../programs"
-- The first subitem of every item is name inside kolibri.img, the second is name of local file.
img_files = {
{"MACROS.INC", PROGS .. "/macros.inc"},
{"CONFIG.INC", PROGS .. "/config.inc"},
-- {"CONFIG.INC", PROGS .. "/config.inc"},
{"STRUCT.INC", PROGS .. "/struct.inc"},
{"FB2READ", "common/fb2read"},
{"ALLGAMES", "common/allgames"},