Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. if tup.getconfig("NO_GCC") ~= "" then return end
  2. if tup.getconfig("HELPERDIR") == ""
  3. then
  4.   if tup.getconfig("NO_NASM") ~= "" then return end -- required for SDL compilation
  5.   HELPERDIR = "../../../../../programs"
  6. end
  7. tup.include(HELPERDIR .. "/use_gcc.lua")
  8. tup.include(HELPERDIR .. "/use_menuetlibc.lua")
  9. tup.include(HELPERDIR .. "/use_sdl.lua")
  10. compile_gcc{"fire.c"}
  11. link_gcc("fire")
  12.