summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-01-28 14:22:00 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-01-28 14:22:00 +0000
commit50281911c9c0f3390dde23c80623c17febb4a1f2 (patch)
tree704f1da5c86fb4c2586e39d5d0f3e3bff1e8fe29
parent75fd7aace0918994684ada9b137f74d0e4f85753 (diff)
downloadATCD-50281911c9c0f3390dde23c80623c17febb4a1f2.tar.gz
ChangeLogTag: Wed Jan 28 08:20:59 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog29
-rw-r--r--bin/MakeProjectCreator/README2
-rw-r--r--bin/MakeProjectCreator/config/ciao_servant.mpb2
3 files changed, 20 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index d872404f559..f7376838618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,22 +1,29 @@
+Wed Jan 28 08:20:59 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/README:
+ * bin/MakeProjectCreator/config/ciao_servant.mpb:
+
+ Prefixed cidl with a dot in the inputexts assignment.
+
Wed Jan 28 06:46:55 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * ace/ACE.h:
- * ace/config-cygwin32.h:
- Moved os_math.h include from config-cygwin32.h to ACE.h. When
- ACE_NTRACE is set we got include problems. Cygwin defines log2
- as macro and we have ACE::log2. The include of os_math.h is only
- done for Cygwin.
+ * ace/ACE.h:
+ * ace/config-cygwin32.h:
+ Moved os_math.h include from config-cygwin32.h to ACE.h. When
+ ACE_NTRACE is set we got include problems. Cygwin defines log2
+ as macro and we have ACE::log2. The include of os_math.h is only
+ done for Cygwin.
Tue Jan 27 20:49:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
- * bin/msvc_static_order.lst:
- Added ETCL.dsp to the list of projects to build first in a static build.
+ * bin/msvc_static_order.lst:
+ Added ETCL.dsp to the list of projects to build first in a static build.
Mon Jan 26 17:12:38 2004 Steve Huston <shuston@riverace.com>
- * ace/OS_NS_sys_stat.inl (filesize): Declare sb using ACE_stat instead
- of struct stat to pick up whatever gets set up for that platform.
- Fixes compile error on HP-UX aCC.
+ * ace/OS_NS_sys_stat.inl (filesize): Declare sb using ACE_stat instead
+ of struct stat to pick up whatever gets set up for that platform.
+ Fixes compile error on HP-UX aCC.
Mon Jan 26 15:18:06 2004 Gautam Thaker <gthaker@atl.lmco.com>
diff --git a/bin/MakeProjectCreator/README b/bin/MakeProjectCreator/README
index bc3988cdbad..1c3cf970978 100644
--- a/bin/MakeProjectCreator/README
+++ b/bin/MakeProjectCreator/README
@@ -305,7 +305,7 @@ project {
automatic = 0;
command = $(CIAO_ROOT)/bin/cidlc
commandflags = -I$(TAO_ROOT)/tao -I$(TAO_ROOT)/orbsvcs/orbsvcs --
- inputext = cidl
+ inputext = .cidl
source_outputext = _svnt.cpp
generic_outputext = E.idl
diff --git a/bin/MakeProjectCreator/config/ciao_servant.mpb b/bin/MakeProjectCreator/config/ciao_servant.mpb
index e471b691cb7..47f0ac86a68 100644
--- a/bin/MakeProjectCreator/config/ciao_servant.mpb
+++ b/bin/MakeProjectCreator/config/ciao_servant.mpb
@@ -9,7 +9,7 @@ project : ciao_component {
automatic = 0
command = $(CIAO_ROOT)/bin/cidlc
commandflags = -I$(CIAO_ROOT)/ciao -I$(TAO_ROOT) -I$(TAO_ROOT)/tao -I$(TAO_ROOT)/orbsvcs/orbsvcs --
- inputext = cidl
+ inputext = .cidl
source_outputext = _svnt.cpp
generic_outputext = E.idl
}