11 lines
338 B
Bash
11 lines
338 B
Bash
|
|
|
||
|
|
(
|
||
|
|
|
||
|
|
cd ../source;
|
||
|
|
|
||
|
|
tcc index.c -Wall -lm -I./ application.c include.c templateInstanceProperty.c templateInstance.c template.c fileManager.c console.c variable.c tools.c array.c function.c codeBundle.c class.c file.c property.c replacement.c argument.c method.c text.c lexer.c fileSystem.c -lpcre -o ../binaries/preprocessor;
|
||
|
|
|
||
|
|
)
|
||
|
|
|
||
|
|
|