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