Subversion Repositories Kolibri OS

Rev

Rev 8029 | Rev 8031 | Go to most recent revision | Details | Compare with Previous | 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
8029 hidnplayr 4
  HELPERDIR = "../../../programs"
8028 hidnplayr 5
end
6
tup.include(HELPERDIR .. "/use_gcc.lua")
8030 hidnplayr 7
CFLAGS = CFLAGS_OPTIMIZE_SPEED .. " -o minimp3.obj  -U_WIN32 -nostdlib -fwhole-program"
8028 hidnplayr 8
compile_gcc{"minimp3.c"}