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_print_sections(s1, logfile);
#endif
    return ret;
}

--Timppa



_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to