Compare commits
20 Commits
main
...
max-patch-
| Author | SHA1 | Date | |
|---|---|---|---|
| 88c24062b1 | |||
| 8f499f78d5 | |||
| 5f4b293767 | |||
| 0efc35f8b2 | |||
| 836735d28c | |||
| dd15125384 | |||
| 5a47b26aeb | |||
| e1320d573f | |||
| c9484c2f9b | |||
| 848719b5c1 | |||
| e2b3ccf541 | |||
| 932a0fed7d | |||
| 7cb981914d | |||
| 79f8b27cfe | |||
| 8d55a1cfc8 | |||
|
|
eb686f3083 | ||
|
|
756fa8dd66 | ||
| 4495fd5981 | |||
| 593ae0bd7f | |||
| b464de6265 |
@@ -506,6 +506,7 @@ tup.append_table(img_files, {
|
||||
{"GAMES/TANKS", VAR_PROGS .. "/games/tanks/tanks"},
|
||||
{"GAMES/TETRIS", VAR_PROGS .. "/games/tetris/tetris"},
|
||||
{"GAMES/C4", VAR_PROGS .. "/games/c4/c4"},
|
||||
{"GAMES/SOLITARE", VAR_PROGS .. "/games/solitare/solitare"},
|
||||
{"LIB/ARCHIVER.OBJ", VAR_PROGS .. "/fs/kfar/trunk/kfar_arc/kfar_arc.obj"},
|
||||
{"LIB/BOX_LIB.OBJ", VAR_PROGS .. "/develop/libraries/box_lib/trunk/box_lib.obj"},
|
||||
{"LIB/BUF2D.OBJ", VAR_PROGS .. "/develop/libraries/buf2d/trunk/buf2d.obj"},
|
||||
|
||||
7
programs/games/solitare/Tupfile.lua
Normal file
7
programs/games/solitare/Tupfile.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
add_include(tup.getvariantdir())
|
||||
|
||||
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en_US" or tup.getconfig("LANG")) .. " > %o", {"lang.inc"})
|
||||
tup.rule("solitare.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "solitare")
|
||||
1409
programs/games/solitare/solitare.asm
Normal file
1409
programs/games/solitare/solitare.asm
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user