Subversion Repositories Kolibri OS

Rev

Rev 8028 | Rev 8030 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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"}
  9.