summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-03-14 19:53:09 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-03-14 19:53:09 +0000
commit00ad64af73a7361f8ad3fde6f5844ff99eb58182 (patch)
treec37a4a94230c5f1c1e552ba143868160bbbe5b27
parent16d5b613be869cb95be31d76adf79fad6780b508 (diff)
downloadATCD-00ad64af73a7361f8ad3fde6f5844ff99eb58182.tar.gz
ChangeLogTag: Thu Mar 14 13:50:59 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/Send_File_Server.dsp2
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 5eeb6ba8664..dacf1584c3f 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Thu Mar 14 13:50:59 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ Committing this change for Scott Harris <harris_s@ociweb.com>.
+
+ * orbsvcs/examples/Security/Send_File/Send_File_Server.dsp:
+
+ Changed %ACE_ROOT%/bin/tao_idl to a relative path to be consistent
+ with other project files.
+
Thu Mar 14 13:44:15 2002 Chad Elliott <elliott_c@ociweb.com>
Committing this change for Yan Dai <dai_y@ociweb.com>.
diff --git a/TAO/orbsvcs/examples/Security/Send_File/Send_File_Server.dsp b/TAO/orbsvcs/examples/Security/Send_File/Send_File_Server.dsp
index 1992e52b470..1304ac9107b 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/Send_File_Server.dsp
+++ b/TAO/orbsvcs/examples/Security/Send_File/Send_File_Server.dsp
@@ -138,7 +138,7 @@ InputPath=.\test.idl
InputName=test
BuildCmds= \
- $(ACE_ROOT)/bin/tao_idl.exe -Ge 1 $(InputName).idl
+ ..\..\..\..\..\bin\tao_idl.exe -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)