summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-06-06 06:39:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-06-06 06:39:45 +0000
commitb89e61f63a04dae0abb60ced48e28850974ba337 (patch)
tree374969d9e0a675cca54e23ec2673d16801801d7e
parentcf92b261e4916eb6adbedb60d0c40beb14e05c13 (diff)
downloadATCD-b89e61f63a04dae0abb60ced48e28850974ba337.tar.gz
ChangeLogTag: Fri Jun 06 06:11:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog22
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd3
2 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54d796bae9b..ed9f77eea43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+Fri Jun 6 06:37:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+ Set ACE_SHLIB instead of ACELIB and set it before the include of
+ wrapper_macros.GNU
+
+ * ACEXML/apps/svcconf/Makefile.ACEXML_XML_Svc_Conf_Parser:
+ * ACEXML/common/Makefile.ACEXML:
+ * ACEXML/examples/SAXPrint/Makefile.SAXPrint:
+ * ACEXML/parser/parser/Makefile.ACEXML_Parser:
+ * ACEXML/tests/Makefile.ContentHandler_Test:
+ * ACEXML/tests/Makefile.HttpCharStream_Test:
+ * ACEXML/tests/Makefile.NamespaceSupport_Test:
+ * ACEXML/tests/Makefile.Transcoder_Test:
+ Regenerated these makefiles based on the change above. This fixes the
+ Kylix/Cygwin/MinGW link errors.
+
+ * ACEXML/common/Attributes_Def_Builder.cpp
+ * ACEXML/common/Element_Def_Builder.cpp
+ Added explicit template instantiations in case the ACE autoptr
+ is used. This fixes unresolved externals with VxWorks 5.5
+
Fri Jun 6 06:12:33 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* etc/tao_rtevent.doxygen:
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index 4b5487d82ab..a9d95bdb587 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -105,6 +105,8 @@ endif
<%endif%>
<%endif%>
+ACE_SHLIBS =<%foreach(defaultlibs)%> -l<%defaultlib%><%endfor%>
+
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
<%if(tao)%>
include $(TAO_ROOT)/rules.tao.GNU
@@ -151,7 +153,6 @@ else
endif
<%endif%>
<%endif%>
-ACELIB =<%foreach(defaultlibs)%> -l<%defaultlib%><%endfor%>
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU