Fix my skins testtest and mursky: don't kpack dtp files.

git-svn-id: svn://kolibrios.org@7135 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2017-12-20 00:56:41 +00:00
parent 2c778124e3
commit 51018dd2fd
6 changed files with 14 additions and 14 deletions

View File

@ -1,3 +1,3 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("mursky.dtp.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mursky.dtp")
tup.rule({"mursky.asm", extra_inputs = {"mursky.dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mursky.skn")
tup.rule("dtp.asm", 'fasm "%f" "%o" ', "%B")
tup.rule({"mursky.asm", extra_inputs = {"dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mursky.skn")

View File

@ -18,7 +18,7 @@ SKIN_PARAMS \
bouter = 0x7c92a5: \ ; border outer color
bframe = 0xeaf0f5], \ ; border frame color
\
dtp = 'mursky.dtp' ; dtp colors
dtp = 'dtp' ; dtp colors
SKIN_BUTTONS \
close = [-23:2][20:20], \ ; buttons coordinates
@ -32,7 +32,7 @@ SKIN_BITMAPS \
base active = bmp_base, \
base inactive = bmp_base1
BITMAP bmp_left ,'active/left.bmp' ; skin bitmaps
BITMAP bmp_left ,'active/left.bmp'
BITMAP bmp_oper ,'active/oper.bmp'
BITMAP bmp_base ,'active/base.bmp'
BITMAP bmp_left1,'inactive/left.bmp'

View File

@ -1,3 +1,3 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("testtest.dtp.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "testtest.dtp")
tup.rule({"testtest.asm", extra_inputs = {"testtest.dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "testtest.skn")
tup.rule("dtp.asm", 'fasm "%f" "%o"', "%B")
tup.rule({"testtest.asm", extra_inputs = {"dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "testtest.skn")

View File

@ -18,11 +18,11 @@ SKIN_PARAMS \
bouter = 0x00ff00: \ ; border outer color
bframe = 0xff0000], \ ; border frame color
\
dtp = 'testtest.dtp' ; dtp colors
dtp = 'dtp' ; dtp colors
SKIN_BUTTONS \
close = [-23:2][20:107], \ ; buttons coordinates
minimize = [-43:2][20:107] ; [left:top][width:height]
minimize = [-43:2][20:107] ; [left:top][width:height]
SKIN_BITMAPS \
left active = bmp_left, \ ; skin bitmaps pointers
@ -32,9 +32,9 @@ SKIN_BITMAPS \
base active = bmp_base, \
base inactive = bmp_base1
BITMAP bmp_left ,'active/left.bmp' ; skin bitmaps
BITMAP bmp_oper ,'active/oper.bmp'
BITMAP bmp_base ,'active/base.bmp'
BITMAP bmp_left1,'inactive/left.bmp'
BITMAP bmp_oper1,'inactive/oper.bmp'
BITMAP bmp_base1,'inactive/base.bmp'
BITMAP bmp_left , 'active/left.bmp'
BITMAP bmp_oper , 'active/oper.bmp'
BITMAP bmp_base , 'active/base.bmp'
BITMAP bmp_left1, 'inactive/left.bmp'
BITMAP bmp_oper1, 'inactive/oper.bmp'
BITMAP bmp_base1, 'inactive/base.bmp'