This website requires JavaScript.
Explore
Help
Sign In
ramenu
/
kolibrios
Watch
1
Star
0
Fork
0
You've already forked kolibrios
forked from
KolibriOS/kolibrios
Code
Pull Requests
Activity
cd81d0fc9a
kolibrios
/
contrib
/
C_Layer
/
ASM
/
Tupfile.lua
3 lines
98 B
Lua
Raw
Normal View
History
Unescape
Escape
Autobuild /contrib/C_Layer/ASM/* libs. git-svn-id: svn://kolibrios.org@8265 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-11-28 08:11:25 +01:00
if
tup.getconfig
(
"
NO_FASM
"
)
~=
"
"
then
return
end
fix autobuild git-svn-id: svn://kolibrios.org@8300 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-02 08:17:45 +01:00
tup.foreach_rule
(
"
*.asm
"
,
"
fasm %f ../OBJ/%o
"
)
Copy Permalink