summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog21
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd2
2 files changed, 15 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index bce0a1ee0ca..695eadc5622 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Mar 12 06:18:32 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/gnu.mpd:
+
+ Added a missing space that broke things when idl files are
+ involved.
+
Fri Mar 12 12:12:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* Framework_Component_Test.cpp:
@@ -22,16 +29,16 @@ Fri Mar 12 11:03:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Thu Mar 11 17:00:14 2004 Steve Huston <shuston@riverace.com>
- * ace/WIN32_Asynch_IO.cpp (handle_output): Be sure to unregister this
- handler from the asynch task before posting the completion. The
- completion handler may do anything, including delete the handler,
- before this method has a chance to remove it from the asynch task.
+ * ace/WIN32_Asynch_IO.cpp (handle_output): Be sure to unregister this
+ handler from the asynch task before posting the completion. The
+ completion handler may do anything, including delete the handler,
+ before this method has a chance to remove it from the asynch task.
Thu Mar 11 14:35:41 2004 Steve Huston <shuston@riverace.com>
- * ace/Asynch_IO.cpp (~ACE_Asynch_Connect): Delete the implementation_
- giving it a chance to unregister from the reactor and clean up
- anything else needed, as well a plug a memory leak.
+ * ace/Asynch_IO.cpp (~ACE_Asynch_Connect): Delete the implementation_
+ giving it a chance to unregister from the reactor and clean up
+ anything else needed, as well a plug a memory leak.
Thu Mar 11 13:59:00 2004 Chad Elliott <elliott_c@ociweb.com>
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index 07b0d3fe48b..9ef27ab4b1a 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -376,7 +376,7 @@ endif
# target before building any of the source files.
FORCED_IDL_STUBS = <%source_files%>
-ADDITIONAL_IDL_TARGETS += <%foreach(idl_files)%><%if(flag_overrides(idl_file, gendir))%><%flag_overrides(idl_file, gendir)%>/<%basenoextension(idl_file)%>$(IDL_CLIENT_HDR_EXT)<%else%><%noextension(idl_file)%>$(IDL_CLIENT_HDR_EXT)<%endif%><%endfor%>
+ADDITIONAL_IDL_TARGETS +=<%foreach(idl_files)%> <%if(flag_overrides(idl_file, gendir))%><%flag_overrides(idl_file, gendir)%>/<%basenoextension(idl_file)%>$(IDL_CLIENT_HDR_EXT)<%else%><%noextension(idl_file)%>$(IDL_CLIENT_HDR_EXT)<%endif%><%endfor%>
## We really only want the generated source files, but there's no
## way to get just the cpp files from the custom_type output files in MPC