summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-10 05:07:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-10 05:07:17 +0000
commit4ed26a4b30bb9110f4b2af8be4bce4adf14ddd14 (patch)
tree943cec687d748d721c9b84288bd19903ef04b97c
parent97c5b0f676ac189b02b71baa111c119b8ce5acdc (diff)
downloadATCD-4ed26a4b30bb9110f4b2af8be4bce4adf14ddd14.tar.gz
*** empty log message ***
-rw-r--r--TAO/examples/POA/DSI/client.dsp11
-rw-r--r--TAO/examples/POA/DSI/server.dsp4
2 files changed, 8 insertions, 7 deletions
diff --git a/TAO/examples/POA/DSI/client.dsp b/TAO/examples/POA/DSI/client.dsp
index 42bc61d8041..3911ce68fc7 100644
--- a/TAO/examples/POA/DSI/client.dsp
+++ b/TAO/examples/POA/DSI/client.dsp
@@ -1,5 +1,5 @@
# Microsoft Developer Studio Project File - Name="POA DSI 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
@@ -17,12 +17,13 @@ CFG=POA DSI Client - Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "POA DSI Client - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "POA DSI Client - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "POA DSI Client - Win32 Release" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE "POA DSI Client - Win32 Debug" (based on\
+ "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
-# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -171,7 +172,7 @@ InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- ..\..\..\tao_idl\tao_idl $(InputName).idl
+ tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/DSI/server.dsp b/TAO/examples/POA/DSI/server.dsp
index 7cc1fd71e25..ffd73e0b083 100644
--- a/TAO/examples/POA/DSI/server.dsp
+++ b/TAO/examples/POA/DSI/server.dsp
@@ -1,5 +1,5 @@
# Microsoft Developer Studio Project File - Name="POA DSI Server" - 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
@@ -168,7 +168,7 @@ InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- ..\..\..\tao_idl\tao_idl $(InputName).idl
+ tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)