summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-20 20:12:57 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-20 20:12:57 +0000
commita90e047ed0bececbc1e429219ed0669eee2fe4d4 (patch)
treeb4af5db3a16f6c0500f7a84c4c6814c6ab90ef25
parenta0fa0788e2330e80a17458ecf07c1623acc986a2 (diff)
downloadATCD-a90e047ed0bececbc1e429219ed0669eee2fe4d4.tar.gz
ChangeLogTag:Tue Nov 20 11:44:50 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP.dsp4
2 files changed, 7 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index ae58421ba44..1a669f605c0 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -14,6 +14,10 @@ Tue Nov 20 11:44:50 2001 Carlos O'Ryan <coryan@uci.edu>
because each workspace listed the dependency explicitly, but
doing so is error prone and hard to maintain.
+ * orbsvcs/orbsvcs/SSLIOP.dsp:
+ Fixed export file name, it was taking advantage of NT
+ case-insensitive behavior.
+
Tue Nov 20 11:36:29 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Xt_Stopwatch/Control.cpp: Fixed some warnings with Sun CC
@@ -1170,7 +1174,7 @@ Tue Oct 9 17:46:07 2001 Angelo Corsaro <corsaro@doc.ece.uci.edu>
* orbsvcs/tests/AVStreams/Modify_QoS/receiver.cpp:
* orbsvcs/tests/AVStreams/Modify_QoS/sender.cpp:
- Added missing $Id$. This will fix the FUZZ build.
+ Added missing RCS Id. This will fix the FUZZ build.
Tue Oct 09 14:00:46 2001 Nanbor Wang <nanbor@cs.wustl.edu>
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP.dsp b/TAO/orbsvcs/orbsvcs/SSLIOP.dsp
index 5e1b7f7944d..bb452168086 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP.dsp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP.dsp
@@ -262,7 +262,7 @@ InputPath=.\SSLIOP.idl
InputName=SSLIOP
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP\SSLIOP_export.h $(InputName).idl
+ ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP\SSLIOP_Export.h $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -301,7 +301,7 @@ InputPath=.\SSLIOP.idl
InputName=SSLIOP
BuildCmds= \
- ..\..\..\bin\tao_idl -Ge 1 -I../../ -I../../tao -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP\SSLIOP_export.h $(InputName).idl
+ ..\..\..\bin\tao_idl -Ge 1 -I../../ -I../../tao -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_SSLIOP_Export -Wb,export_include=SSLIOP\SSLIOP_Export.h $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)