forked from KolibriOS/kolibrios
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:
parent
72a08bbee2
commit
7592583563
@ -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"},
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "TWB\parse_tag.h"
|
||||
#include "TWB\special.h"
|
||||
#include "TWB\tag_list.h"
|
||||
#define DEFAULT_BG_COL 0xffEBE8E9;
|
||||
#define DEFAULT_BG_COL 0xffFBE5E4; //- peach; 0xffEBE8E9 - more grey
|
||||
dword link_color_default;
|
||||
dword link_color_active;
|
||||
#include "TWB\links.h"
|
||||
|
@ -290,8 +290,8 @@ macro __mov reg,a,b { ; mike.dld
|
||||
}
|
||||
|
||||
|
||||
include 'config.inc'
|
||||
;__CPU_type equ p5
|
||||
;include 'config.inc'
|
||||
__CPU_type equ p5
|
||||
SYSENTER_VAR equ 0
|
||||
|
||||
macro mcall a,b,c,d,e,f,g { ; [mike.dld], [Ghost]
|
||||
|
Loading…
Reference in New Issue
Block a user