summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-01-03 16:14:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-01-03 16:14:27 +0000
commit0fd828340844e8ee58e78c8294c877e3aa1d4a63 (patch)
treec5911a929bde9875fb3546e4792d6abe2f70ac59
parent53368a24bf36f85c82e6d92fdc4fdb909cfcdc95 (diff)
downloadATCD-0fd828340844e8ee58e78c8294c877e3aa1d4a63.tar.gz
ChangeLogTag: Sat Jan 3 16:14:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdfbcfbaa69..314cf6ea049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Sat Jan 3 16:14:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/MakeProjectCreator/templates/bor.mpd:
+ Removed the usage of IDL_DIR. There where problems when generating
+ Borland makefiles for projects where the idl file is in a different
+ directory than the project file. In that case the IDL_DIR should
+ not be . but the directory where the idl files are. Because this is
+ a hard thing to do, just removed IDL_DIR and take the path of the
+ IDL file that is in the MPC file. This way Borland works just like the
+ other environments and this way we can also handle IDL files in
+ other directories.
+
Sat Jan 3 13:11:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Added needed includes to compile the APG examples using the Borland