Subversion Repositories Kolibri OS

Rev

Rev 8029 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
8028 hidnplayr 1
if tup.getconfig("NO_GCC") ~= "" then return end
2
if tup.getconfig("HELPERDIR") == ""
3
then
4
  HELPERDIR = "../../../../programs"
5
end
6
tup.include(HELPERDIR .. "/use_gcc.lua")
7
CFLAGS = CFLAGS_OPTIMIZE_SPEED .. " -o minimp3.obj -nostdlib -fwhole-program"
8
compile_gcc{"minimp3.c"}