ultimatepp/bazaar/Tcc/Tcc.upp
koldo 3392b65885 Tcc: Now it is possible to debug Tcc from MinGW
git-svn-id: svn://ultimatepp.org/upp/trunk@5119 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-04 21:41:59 +00:00

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;