files
kolibrios/programs/develop/libraries/crypt_des/Tupfile.lua
Andrew aad8c2723f
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 21s
Build system / Build (pull_request) Successful in 4m13s
develop/libraries/crypt_des: Post-SVN tidy
- Move source code from `trunk` into program root directory.
- Update ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-25 12:55:03 +01:00

3 lines
138 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("crypt_des.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "crypt_des.obj")