yep
parent
c7c407f0ae
commit
8e7d590991
|
@ -80,7 +80,7 @@ int main(int argc, char* argv[]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
process_template(template_path, base_path, output_path);
|
process_template(template_path, base_path, output_path);
|
||||||
printf("OK\n");
|
// printf("OK\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
BIN
tools/join.exe
BIN
tools/join.exe
Binary file not shown.
|
@ -87,7 +87,7 @@ int main(int argc, char* argv[]) {
|
||||||
}
|
}
|
||||||
fclose(input);
|
fclose(input);
|
||||||
|
|
||||||
printf("OK\n");
|
// printf("OK\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
tools/split.exe
BIN
tools/split.exe
Binary file not shown.
Loading…
Reference in New Issue