summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-14 02:42:45 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-14 02:42:45 +0000
commitca1390504798c3ff0ff363c9018d3f3f74e92c74 (patch)
treef2d248294500c7a4ed84bc78a536cb039c07fcc0
parentdf331b3a7cc7a6cf7f47a4f4cf32e1e3f7bc23a6 (diff)
downloadATCD-ca1390504798c3ff0ff363c9018d3f3f74e92c74.tar.gz
ChangeLogTag:Fri Oct 13 21:35:52 2000 Marina Spivak <marina@cs.wustl.edu>
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/client.dsp20
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/server.dsp22
2 files changed, 21 insertions, 21 deletions
diff --git a/TAO/tests/RTCORBA/Client_Protocol/client.dsp b/TAO/tests/RTCORBA/Client_Protocol/client.dsp
index eaee341f444..1be0e545995 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/client.dsp
+++ b/TAO/tests/RTCORBA/Client_Protocol/client.dsp
@@ -4,7 +4,7 @@
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Server_Protocol Client - Win32 Debug
+CFG=Client_Protocol Client - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,12 +13,12 @@ CFG=Server_Protocol Client - Win32 Debug
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "client.mak" CFG="Server_Protocol Client - Win32 Debug"
+!MESSAGE NMAKE /f "client.mak" CFG="Client_Protocol Client - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Server_Protocol Client - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "Server_Protocol Client - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Client_Protocol Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Client_Protocol Client - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -28,7 +28,7 @@ CFG=Server_Protocol Client - Win32 Debug
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Server_Protocol Client - Win32 Release"
+!IF "$(CFG)" == "Client_Protocol Client - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -53,7 +53,7 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
# ADD LINK32 ace.lib TAO.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
-!ELSEIF "$(CFG)" == "Server_Protocol Client - Win32 Debug"
+!ELSEIF "$(CFG)" == "Client_Protocol Client - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -82,8 +82,8 @@ LINK32=link.exe
# Begin Target
-# Name "Server_Protocol Client - Win32 Release"
-# Name "Server_Protocol Client - Win32 Debug"
+# Name "Client_Protocol Client - Win32 Release"
+# Name "Client_Protocol Client - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
@@ -119,7 +119,7 @@ SOURCE=.\testC.i
SOURCE=.\test.idl
-!IF "$(CFG)" == "Server_Protocol Client - Win32 Release"
+!IF "$(CFG)" == "Client_Protocol Client - Win32 Release"
USERDEP__TEST_="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build
@@ -157,7 +157,7 @@ BuildCmds= \
$(BuildCmds)
# End Custom Build
-!ELSEIF "$(CFG)" == "Server_Protocol Client - Win32 Debug"
+!ELSEIF "$(CFG)" == "Client_Protocol Client - Win32 Debug"
# PROP Ignore_Default_Tool 1
USERDEP__TEST_="..\..\..\..\bin\tao_idl.exe"
diff --git a/TAO/tests/RTCORBA/Client_Protocol/server.dsp b/TAO/tests/RTCORBA/Client_Protocol/server.dsp
index 5995dd23ef1..b423a72fc2b 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/server.dsp
+++ b/TAO/tests/RTCORBA/Client_Protocol/server.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="Server_Protocol Server" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="Client_Protocol Server" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Server_Protocol Server - Win32 Debug
+CFG=Client_Protocol Server - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@@ -13,12 +13,12 @@ CFG=Server_Protocol Server - Win32 Debug
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
-!MESSAGE NMAKE /f "server.mak" CFG="Server_Protocol Server - Win32 Debug"
+!MESSAGE NMAKE /f "server.mak" CFG="Client_Protocol Server - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Server_Protocol Server - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "Server_Protocol Server - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Client_Protocol Server - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Client_Protocol Server - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -28,7 +28,7 @@ CFG=Server_Protocol Server - Win32 Debug
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Server_Protocol Server - Win32 Release"
+!IF "$(CFG)" == "Client_Protocol Server - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -53,7 +53,7 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
# ADD LINK32 ace.lib TAO.lib TAO_PortableServer.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\tao\PortableServer" /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
-!ELSEIF "$(CFG)" == "Server_Protocol Server - Win32 Debug"
+!ELSEIF "$(CFG)" == "Client_Protocol Server - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -82,8 +82,8 @@ LINK32=link.exe
# Begin Target
-# Name "Server_Protocol Server - Win32 Release"
-# Name "Server_Protocol Server - Win32 Debug"
+# Name "Client_Protocol Server - Win32 Release"
+# Name "Client_Protocol Server - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
@@ -131,7 +131,7 @@ SOURCE=.\testS.i
SOURCE=.\test.idl
-!IF "$(CFG)" == "Server_Protocol Server - Win32 Release"
+!IF "$(CFG)" == "Client_Protocol Server - Win32 Release"
USERDEP__TEST_="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build
@@ -169,7 +169,7 @@ BuildCmds= \
$(BuildCmds)
# End Custom Build
-!ELSEIF "$(CFG)" == "Server_Protocol Server - Win32 Debug"
+!ELSEIF "$(CFG)" == "Client_Protocol Server - Win32 Debug"
# PROP Ignore_Default_Tool 1
USERDEP__TEST_="..\..\..\..\bin\tao_idl.exe"