diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-09 00:29:26 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-11-09 00:29:26 +0000 |
commit | d6b8d7fdfbc67ac97f04ab193c36f9b151d1b497 (patch) | |
tree | e625ab8c7c65cdd361007eceb1f6419f01746643 /TAO/orbsvcs/tests/Notify/MT_Dispatching | |
parent | 93050227553efd8651fcf8ef8fab2b5e396e1c60 (diff) | |
download | ATCD-d6b8d7fdfbc67ac97f04ab193c36f9b151d1b497.tar.gz |
ChangeLogTag: Fri Nov 08 19:18:58 2002 Irfan Pyarali <irfan@oomworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/MT_Dispatching')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.dsp | 22 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.dsp | 22 |
2 files changed, 22 insertions, 22 deletions
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.dsp b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.dsp index 616f6f5c3c8..89a0102a824 100644 --- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.dsp +++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.dsp @@ -1,10 +1,10 @@ -# Microsoft Developer Studio Project File - Name="Structured_Consumer" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="MT_Dispatching Structured Consumer" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Structured_Consumer - Win32 Debug
+CFG=MT_Dispatching Structured Consumer - 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=Structured_Consumer - 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 "Structured_Consumer.mak" CFG="Structured_Consumer - Win32 Debug"
+!MESSAGE NMAKE /f "Structured_Consumer.mak" CFG="MT_Dispatching Structured Consumer - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Structured_Consumer - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "Structured_Consumer - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "MT_Dispatching Structured Consumer - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "MT_Dispatching Structured Consumer - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -28,7 +28,7 @@ CFG=Structured_Consumer - Win32 Debug CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Structured_Consumer - Win32 Release"
+!IF "$(CFG)" == "MT_Dispatching Structured Consumer - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -52,7 +52,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 TAO_NotifyTests.lib TAO_ETCL.lib TAO_CosNotification.lib TAO_CosNaming.lib TAO_Svc_Utils.lib TAO_PortableServer.lib TAO.lib ace.lib /nologo /subsystem:console /machine:I386 /out:"Release/Structured_Consumer.exe" /libpath:"..\lib" /libpath:"..\..\..\orbsvcs" /libpath:"..\..\..\orbsvcs\ETCL" /libpath:"..\..\..\..\tao" /libpath:"..\..\..\..\tao\PortableServer" /libpath:"..\..\..\..\..\ace"
-!ELSEIF "$(CFG)" == "Structured_Consumer - Win32 Debug"
+!ELSEIF "$(CFG)" == "MT_Dispatching Structured Consumer - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -80,8 +80,8 @@ LINK32=link.exe # Begin Target
-# Name "Structured_Consumer - Win32 Release"
-# Name "Structured_Consumer - Win32 Debug"
+# Name "MT_Dispatching Structured Consumer - Win32 Release"
+# Name "MT_Dispatching Structured Consumer - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
@@ -137,7 +137,7 @@ SOURCE=.\goS.i SOURCE=.\go.idl
-!IF "$(CFG)" == "Structured_Consumer - Win32 Release"
+!IF "$(CFG)" == "MT_Dispatching Structured Consumer - Win32 Release"
# Begin Custom Build
InputPath=.\go.idl
@@ -148,7 +148,7 @@ InputName=go # End Custom Build
-!ELSEIF "$(CFG)" == "Structured_Consumer - Win32 Debug"
+!ELSEIF "$(CFG)" == "MT_Dispatching Structured Consumer - Win32 Debug"
# Begin Custom Build
InputPath=.\go.idl
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.dsp b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.dsp index 119f190d5a4..82546f7f1fc 100644 --- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.dsp +++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.dsp @@ -1,10 +1,10 @@ -# Microsoft Developer Studio Project File - Name="Structured_Supplier" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="MT_Dispatching Structured Supplier" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Structured_Supplier - Win32 Debug
+CFG=MT_Dispatching Structured Supplier - 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=Structured_Supplier - 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 "Structured_Supplier.mak" CFG="Structured_Supplier - Win32 Debug"
+!MESSAGE NMAKE /f "Structured_Supplier.mak" CFG="MT_Dispatching Structured Supplier - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Structured_Supplier - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "Structured_Supplier - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "MT_Dispatching Structured Supplier - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "MT_Dispatching Structured Supplier - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
@@ -28,7 +28,7 @@ CFG=Structured_Supplier - Win32 Debug CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Structured_Supplier - Win32 Release"
+!IF "$(CFG)" == "MT_Dispatching Structured Supplier - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -52,7 +52,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 TAO_NotifyTests.lib TAO_ETCL.lib TAO_CosNotification.lib TAO_CosNaming.lib TAO_Svc_Utils.lib TAO_PortableServer.lib TAO.lib ace.lib /nologo /subsystem:console /machine:I386 /out:"Release/Structured_Supplier.exe" /libpath:"..\lib" /libpath:"..\..\..\orbsvcs" /libpath:"..\..\..\orbsvcs\ETCL" /libpath:"..\..\..\..\tao" /libpath:"..\..\..\..\tao\PortableServer" /libpath:"..\..\..\..\..\ace"
-!ELSEIF "$(CFG)" == "Structured_Supplier - Win32 Debug"
+!ELSEIF "$(CFG)" == "MT_Dispatching Structured Supplier - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -80,8 +80,8 @@ LINK32=link.exe # Begin Target
-# Name "Structured_Supplier - Win32 Release"
-# Name "Structured_Supplier - Win32 Debug"
+# Name "MT_Dispatching Structured Supplier - Win32 Release"
+# Name "MT_Dispatching Structured Supplier - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
@@ -129,7 +129,7 @@ SOURCE=.\goS.i SOURCE=.\go.idl
-!IF "$(CFG)" == "Structured_Supplier - Win32 Release"
+!IF "$(CFG)" == "MT_Dispatching Structured Supplier - Win32 Release"
# Begin Custom Build
InputPath=.\go.idl
@@ -140,7 +140,7 @@ InputName=go # End Custom Build
-!ELSEIF "$(CFG)" == "Structured_Supplier - Win32 Debug"
+!ELSEIF "$(CFG)" == "MT_Dispatching Structured Supplier - Win32 Debug"
# Begin Custom Build
InputPath=.\go.idl
|