summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/README
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/README')
-rw-r--r--bin/MakeProjectCreator/README9
1 files changed, 7 insertions, 2 deletions
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