summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-03a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-03a')
-rw-r--r--ChangeLogs/ChangeLog-03a12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index cc03fd64be7..020389202f0 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,15 @@
+Wed Jul 24 08:13:48 2002 Christopher Kohlhoff <chris@kohlhoff.com>
+
+ * include/makeinclude/build_dll.bor:
+ * include/makeinclude/build_exe.bor:
+ * include/makeinclude/build_lib.bor:
+ * include/makeinclude/make_flags.bor:
+ Improve debugging support with Borland C++Builder by invoking the
+ compiler with a full path to each source file. This can be disabled
+ by setting a NO_FULL_PATH environment variable to 1 or by passing
+ -DNO_FULL_PATH when running make, which may be necessary when doing
+ a debug build on Win9x.
+
Wed Jul 24 07:45:43 2002 Chad Elliott <elliott_c@ociweb.com>
* THANKS: Added Tim Bradley to the hall of fame.