summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-09-02 12:03:19 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-09-02 12:03:19 +0000
commit3be2e655b953637dfb7a48cf063a0fa3a19f6054 (patch)
tree2b5b417d9e010bb15f5edd975e523ecaff003492
parent6b8d2cacad9ee3126ebff84bd516fc1104ccc620 (diff)
downloadATCD-3be2e655b953637dfb7a48cf063a0fa3a19f6054.tar.gz
ChangeLogTag: Tue Sep 2 07:02:19 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--bin/MakeProjectCreator/README9
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cd195d5950..4f46c36bbf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Sep 2 07:02:19 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+
+ Updated the documenation on the defaulting behaviour of MPC.
+
Sat Aug 30 12:10:00 2003 Justin Michel <michel_j@ociweb.com>
* bin/create_ace_build.pl:
diff --git a/bin/MakeProjectCreator/README b/bin/MakeProjectCreator/README
index 79768ebfdfa..ad101b81a65 100644
--- a/bin/MakeProjectCreator/README
+++ b/bin/MakeProjectCreator/README
@@ -390,12 +390,17 @@ Defaulting Behavior
staticname is assigned the sharedname value (the same applies if
staticname is specified and sharedname is not)
-6) If pch_header is not specified and a header file matches *_pch.h
+6) If exename is specified then the project target is considered an
+ executable. If neither exename, sharedname or staticname are used and
+ any of the source files listed contains a "main", then the project target
+ is considered an executable, otherwise it is considered a library.
+
+7) If pch_header is not specified and a header file matches *_pch.h
it is assumed to be the precompiled header file (the same applies to
pch_source)
-7) If -relative is not used to set ACE_ROOT and the ACE_ROOT environment
+8) If -relative is not used to set ACE_ROOT and the ACE_ROOT environment
variable is set
it will be used to set the relative value for ACE_ROOT. If -relative is