Subversion Repositories Kolibri OS

Rev

Rev 8735 | Rev 8805 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. if tup.getconfig("NO_TCC") ~= "" then return end
  2.  
  3. TCC="../../develop/ktcc/trunk/bin/kos32-tcc"
  4. CFLAGS  = "-I../../develop/ktcc/trunk/libc.obj/include"
  5.  
  6. LIBS = "-ltcc -limg -lhttp -lc.obj"
  7.  
  8. COMMAND = string.format("%s %s %s %s ", TCC, CFLAGS, "%f -o %o", LIBS)
  9. tup.rule({"weather.c", "json/json.c"}, COMMAND .. tup.getconfig("KPACK_CMD"), "weather")
  10.