update tools

main
Dominik Madarász 2024-08-19 10:37:51 +02:00
parent 7cbd408b2f
commit c7c407f0ae
4 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ void process_template(const char* template_path, const char* base_path, const ch
if (end) {
*end = '\0';
snprintf(file_path, sizeof(file_path), "%s%s", base_path, line + 7);
printf("Appending file: %s\n", line + 7);
// printf("Appending file: %s\n", line + 7);
FILE* include_file = fopen(file_path, "r");
if (include_file) {

Binary file not shown.

View File

@ -68,7 +68,7 @@ int main(int argc, char* argv[]) {
fclose(input);
return 1;
}
printf("Writing file: %s\n", current_filename);
// printf("Writing file: %s\n", current_filename);
} else if (strncmp(line, "#line 0", 7) == 0) {
// Close current output file
if (current_output) {

BIN
tools/split.exe 100644

Binary file not shown.