summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-24 15:08:28 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-24 15:08:28 +0000
commitcd40e06febf62e974e9df47a533cb8fa30204495 (patch)
tree4bbe5ab50512d4ef2f734e5fe6b457a025db39dc
parentffd2d3ab3a683933c55810d4f792467a380faf1e (diff)
downloadATCD-cd40e06febf62e974e9df47a533cb8fa30204495.tar.gz
ChangeLogTag: Wed Jul 24 10:07:24 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--ChangeLogs/ChangeLog-03a7
-rw-r--r--bin/MakeProjectCreator/README13
-rw-r--r--bin/MakeProjectCreator/USAGE12
4 files changed, 35 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 020389202f0..edbcad922d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jul 24 10:07:24 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+ * bin/MakeProjectCreator/USAGE:
+
+ Update the documentation to reflect the current state.
+
Wed Jul 24 08:13:48 2002 Christopher Kohlhoff <chris@kohlhoff.com>
* include/makeinclude/build_dll.bor:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 020389202f0..edbcad922d9 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,10 @@
+Wed Jul 24 10:07:24 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+ * bin/MakeProjectCreator/USAGE:
+
+ Update the documentation to reflect the current state.
+
Wed Jul 24 08:13:48 2002 Christopher Kohlhoff <chris@kohlhoff.com>
* include/makeinclude/build_dll.bor:
diff --git a/bin/MakeProjectCreator/README b/bin/MakeProjectCreator/README
index a5a04976958..a757f935ea5 100644
--- a/bin/MakeProjectCreator/README
+++ b/bin/MakeProjectCreator/README
@@ -1,3 +1,16 @@
+Workspace Declarations
+----------------------
+
+workspace(workspace_name) {
+ file.mpc
+ directory
+}
+
+Workspaces can contain individual mpc files or directories. In the case of
+a directory, the workspace creator will traverse it and use any mpc files
+that are found. The workspace files should have an 'mwc' extension.
+
+
Project Declarations
--------------------
diff --git a/bin/MakeProjectCreator/USAGE b/bin/MakeProjectCreator/USAGE
index 31f84f51f76..1423790b1e6 100644
--- a/bin/MakeProjectCreator/USAGE
+++ b/bin/MakeProjectCreator/USAGE
@@ -13,7 +13,7 @@ Usage: mwc.pl [-global <file>] [-include <directory>]
[-ti <dll | lib | dll_exe | lib_exe>:<file>]
[-template <file>] [-dynamic_only] [-static_only]
[-relative NAME=VAR] [-noreldefs]
- [-type <bor | em3 | gnu | nma | va4 | vc6 | vc7>]
+ [-type <bor | em3 | ghs | gnu | nma | va4 | vc6 | vc7>]
[files]
-global Specifies the global input file. Values stored
@@ -41,7 +41,7 @@ is not specified on the command line.
Two include directories are used by default
(ACE_wrappers/bin/MakeProjectCreator/config and
-ACE_wrappers/bin/MakeProjectCreator/templates) if -include is not used.
+ACE_wrappers/bin/MakeProjectCreator/templates).
Each project creator has a default template input file for each type of
project (dll_exe, lib_exe, dll, lib). You can override the default template
@@ -61,9 +61,13 @@ files. This currently only applies to the vc6 type.
The -static_only option can be used to avoid generating dynamic project
files. This currently only applies to the vc6 type.
+The -noreldefs option says not to generate default relative definitions for
+ACE_ROOT and TAO_ROOT (which would come from environment variables).
+
The -type option can be used multiple times on the same command line to
-generate projects of different types per mpc file. NOTE: The -ti option
-overrides the template input file for all types specified.
+generate projects of different types per mpc file. The default type is
+always gnu. NOTE: The -ti option overrides the template input file for all
+types specified.
Running only the Project Generator