kiv: add no-scaling mode and scrollbars, fixes
git-svn-id: svn://kolibrios.org@7656 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
27573dd028
commit
9f3f8b346e
|
@ -1,2 +1,6 @@
|
|||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("kiv.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "kiv")
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
|
||||
add_include(HELPERDIR .. "/develop/libraries/libs-dev/libimg")
|
||||
tup.rule("kiv.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "kiv")
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue