repo.or.cz
/
kolibrios.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Apps: fixed 3 programs for using a long path in parameters
[kolibrios.git]
/
programs
/
games
/
nu_pogodi
/
trunk
/
Tupfile.lua
blob
4893e6f5c783311e518ca36938cdcd3f27f77b0b
1
if
tup
.
getconfig
(
"NO_FASM"
) ~=
""
then return end
2
tup
.
rule
(
"nu_pogod.asm"
,
"fasm %f %o "
..
tup
.
getconfig
(
"KPACK_CMD"
),
"nu_pogod"
)