summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-10-10 14:30:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-10-10 14:30:25 +0000
commite36344b251dfc3e49bba5d805b4829fe7c95e5c9 (patch)
tree6bf0dea2b821e17221a8d8b47be0c8ccd40b9d51
parent8afac65aa1abb8dfb1c6659d4461cf397127d61d (diff)
downloadATCD-e36344b251dfc3e49bba5d805b4829fe7c95e5c9.tar.gz
ChangeLogTag:Thu Oct 10 07:27:19 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/orbsvcs/orbsvcs/Svc_Utils.dsp2
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 52a453467c8..42e1e5c4a9d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Thu Oct 10 07:27:19 2002 Ossama Othman <ossama@uci.edu>
+
+ * orbsvcs/orbsvcs/Svc_Utils.dsp:
+
+ Fixed typo in TAO_IDL "pre_include" directive in the DLL Release
+ configuration custom build step for TimeBase.idl. "pre_include"
+ was spelled "pre_incluxde". Fixes "more pops than pushes"
+ #pragma warnings in Win32 DLL Release builds.
+
Wed Oct 9 13:30:54 2002 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/DsLogAdmin_Static.dsp:
diff --git a/TAO/orbsvcs/orbsvcs/Svc_Utils.dsp b/TAO/orbsvcs/orbsvcs/Svc_Utils.dsp
index 832aa97a9ac..33517685c97 100644
--- a/TAO/orbsvcs/orbsvcs/Svc_Utils.dsp
+++ b/TAO/orbsvcs/orbsvcs/Svc_Utils.dsp
@@ -393,7 +393,7 @@ InputPath=.\TimeBase.idl
InputName=TimeBase
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 -I../.. -Wb,pre_incluxde=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=svc_utils_export.h $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 1 -I../.. -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_Svc_Utils_Export -Wb,export_include=svc_utils_export.h $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)