summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 14:01:45 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-09 14:01:45 +0000
commit32eca08beaf7ed44a0c84097aacdbaf0f7bedc79 (patch)
treef948b4942da8f513322f2afe1c694dab5ba258e9
parent2a5809ead34ff7261630987878b55fe77744b3d0 (diff)
downloadATCD-32eca08beaf7ed44a0c84097aacdbaf0f7bedc79.tar.gz
ChangeLogTag: Tue Jul 9 09:01:14 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--bin/MakeProjectCreator/config/taolib_with_idl.mpb2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d0163ebfcb3..24181d3bd9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul 9 09:01:14 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/taolib_with_idl.mpb:
+
+ Change the default tao_idl option from -Gs to -Sc.
+
Tue Jul 9 08:07:20 2002 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/TemplateParser.pm:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index d0163ebfcb3..24181d3bd9a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Tue Jul 9 09:01:14 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/config/taolib_with_idl.mpb:
+
+ Change the default tao_idl option from -Gs to -Sc.
+
Tue Jul 9 08:07:20 2002 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/TemplateParser.pm:
diff --git a/bin/MakeProjectCreator/config/taolib_with_idl.mpb b/bin/MakeProjectCreator/config/taolib_with_idl.mpb
index 92b88da392a..a9cae7d10b6 100644
--- a/bin/MakeProjectCreator/config/taolib_with_idl.mpb
+++ b/bin/MakeProjectCreator/config/taolib_with_idl.mpb
@@ -1,4 +1,4 @@
project : taolib {
depends += TAO_IDL_EXE
- idlflags = -Ge 1 -Gs
+ idlflags = -Ge 1 -Sc
}