Timo VJ Lähde wrote:
I prefer PE log file per file:
Sure.
(Of course we expect your work on the "mob" branch at some point,
but it's nice that you keep us informed what you're doing.)
--- grischka
--- a\tccpe.c Mon Apr 19 15:34:58 2010
+++ b\tccpe.c Wed Apr 21 09:18:53 2010
@@ -1882,7 +188
I prefer PE log file per file:
--- a\tccpe.c Mon Apr 19 15:34:58 2010
+++ b\tccpe.c Wed Apr 21 09:18:53 2010
@@ -1882,7 +1886,10 @@
}
#ifdef PE_PRINT_SECTIONS
-pe_print_sections(s1, "tcc.log");
+char logfile[260];
+strcpy(logfile, filename);
+strcat(logfile, ".log");
+pe_