summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Default_Servant/client.dsp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-23 23:41:14 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-23 23:41:14 +0000
commiteacae1c32f198862dcf646d39b30c7ba03666657 (patch)
tree9db76b9f3f8b7ea2332fa1da8b2faa555fd3721e /TAO/examples/POA/Default_Servant/client.dsp
parent94e0a9d79b36c3f5fe5ba0cf90dc09ccd6d46ba4 (diff)
downloadATCD-eacae1c32f198862dcf646d39b30c7ba03666657.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/POA/Default_Servant/client.dsp')
-rw-r--r--TAO/examples/POA/Default_Servant/client.dsp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/examples/POA/Default_Servant/client.dsp b/TAO/examples/POA/Default_Servant/client.dsp
index 64b760e0600..addd9455574 100644
--- a/TAO/examples/POA/Default_Servant/client.dsp
+++ b/TAO/examples/POA/Default_Servant/client.dsp
@@ -1,5 +1,5 @@
# Microsoft Developer Studio Project File - Name="POA Default Servant Client" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
@@ -128,13 +128,13 @@ SOURCE=.\File.idl
!IF "$(CFG)" == "POA Default Servant Client - Win32 Release"
-USERDEP__FILE_="..\..\..\tao_idl\Release\tao_idl.exe"
+USERDEP__FILE_="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL compiler
InputPath=.\File.idl
InputName=File
BuildCmds= \
- ..\..\..\tao_idl\Release\tao_idl $(InputName).idl
+ tao_idl $(InputName).idl
"$(InputPath)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -166,13 +166,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "POA Default Servant Client - Win32 Debug"
-USERDEP__FILE_="..\..\..\tao_idl\tao_idl.exe"
+USERDEP__FILE_="..\..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL compiler
InputPath=.\File.idl
InputName=File
BuildCmds= \
- ..\..\..\tao_idl\tao_idl $(InputName).idl
+ tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)