Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 539 → Rev 5098

/programs/demos/3detx60b/trunk/3DETX60B.ASM
2480,18 → 2480,18
 
;Texture pusck 32*32 256
texpack_gif:
file 'TEXPACK.gif'
file 'texpack.gif'
rb 50
 
;Ground texture
bmp_texmap:
file 'TEXMAP.bmp'
file 'texmap.bmp'
rb 50
 
 
; Ground livel map
gif_file_area5:
file 'MAP.gif' ;level map
file 'map.gif' ;level map
rb 50
 
rb 8
/programs/demos/3detx60b/trunk/Tupfile.lua
0,0 → 1,3
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en" or tup.getconfig("LANG")) .. " > lang.inc", {"lang.inc"})
tup.rule({"3DETX60B.ASM", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "3DETX60B")