Subversion Repositories Kolibri OS

Rev

Rev 7127 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7127 Rev 7134
Line 1... Line 1...
1
if tup.getconfig("NO_FASM") ~= "" then return end
1
if tup.getconfig("NO_FASM") ~= "" then return end
2
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
2
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
3
tup.include(HELPERDIR .. "/use_fasm.lua")
3
tup.include(HELPERDIR .. "/use_fasm.lua")
Line 4... Line 4...
4
 
4
 
5
add_include(HELPERDIR .. "/develop/libraries/libs-dev/libio")
5
add_include(HELPERDIR .. "/develop/libraries/libs-dev/libio")