1
0
mirror of https://github.com/KolibriOS/kolibrios.git synced 2024-12-21 06:12:34 +03:00
kolibrios/programs/develop/libraries/pixlib/Tupfile.lua

3 lines
176 B
Lua
Raw Normal View History

if tup.getconfig("NO_GCC") ~= "" then return end
tup.rule("pixlib.c", "kos32-gcc -march=pentium-mmx -fno-ident -Os -c -o %o %f " .. tup.getconfig("KPACK_CMD"), "pixlib.obj")