Subversion Repositories Kolibri OS

Rev

Rev 5098 | Rev 8828 | 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="kos32-tcc"
  4. CFLAGS  = "-I../../develop/ktcc/trunk/libc.obj/include"
  5. LDFLAGS = "-nostdlib ../../develop/ktcc/trunk/bin/lib/crt0.o -L../../develop/ktcc/trunk/bin/lib"
  6.  
  7. LIBS = "-ltcc -lc.obj"
  8. COMMAND=string.format("%s %s %s %s %s", TCC, CFLAGS, LDFLAGS , "%f -o %o",  LIBS)
  9.  
  10. tup.rule("shell.c", COMMAND .. tup.getconfig("KPACK_CMD"), "shell")