mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
24 lines
288 B
Text
24 lines
288 B
Text
description "Tiny C Compiler wrapper\377B255,170,0";
|
|
|
|
uses
|
|
Core;
|
|
|
|
options(POSIX) -DLIBTCC;
|
|
|
|
options(WIN32) "-DTCC_TARGET_PE -DLIBTCC";
|
|
|
|
file
|
|
Tcc.cpp,
|
|
Tcc.h,
|
|
libtcc.c,
|
|
srcdoc.tpp,
|
|
srcimp.tpp,
|
|
src.tpp,
|
|
src.tpp\Tcc.t,
|
|
lib/libtcc.h,
|
|
lib/README,
|
|
License.txt;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|