prebuild skins/ConLenov/Win10/Win10.dtp,

remove skins/_old/DTP folder as not actual anymore: you can find a lot of dtp files in skins if need

git-svn-id: svn://kolibrios.org@7922 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2020-05-15 20:16:37 +00:00
parent 2d5f2b0bcf
commit 2af23a0b50
12 changed files with 2 additions and 1 deletions

View File

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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.