Files
c-prime/scripts/compilePreprocessor.sh

11 lines
338 B
Bash
Raw Normal View History

2025-11-17 10:28:09 +01:00
(
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;
)