Initial commit
This commit is contained in:
10
scripts/compilePreprocessor.sh
Executable file
10
scripts/compilePreprocessor.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
|
||||
(
|
||||
|
||||
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;
|
||||
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user