mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 22:03:40 -06:00
20 lines
250 B
Text
20 lines
250 B
Text
description "Tiny C Compiler wrapper\377B255,170,0";
|
|
|
|
uses
|
|
Core;
|
|
|
|
uses(CLANG | GCC) plugin/tcc;
|
|
|
|
options(POSIX) -DLIBTCC;
|
|
|
|
options(WIN32) "-DTCC_TARGET_PE -DLIBTCC";
|
|
|
|
file
|
|
Tcc.cpp,
|
|
Tcc.h,
|
|
Tcc.t,
|
|
srcdoc.tpp,
|
|
srcimp.tpp,
|
|
src.tpp,
|
|
License.txt;
|
|
|