summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Callback_Quoter/Consumer.dsp78
-rw-r--r--TAO/examples/Callback_Quoter/Notifier.dsp63
-rw-r--r--TAO/examples/Callback_Quoter/Supplier.dsp106
-rw-r--r--TAO/examples/Event_Comm/Consumer.dsp67
-rw-r--r--TAO/examples/Event_Comm/Event_Comm.dsw4
-rw-r--r--TAO/examples/Event_Comm/Notifier.dsp62
-rw-r--r--TAO/examples/Event_Comm/Supplier.dsp62
-rw-r--r--TAO/examples/OBV/Typed_Events/client.dsp35
-rw-r--r--TAO/examples/OBV/Typed_Events/server.dsp35
-rw-r--r--TAO/examples/POA/DSI/client.dsp15
-rw-r--r--TAO/examples/POA/DSI/server.dsp15
-rw-r--r--TAO/examples/POA/Default_Servant/client.dsp33
-rw-r--r--TAO/examples/POA/Default_Servant/server.dsp33
-rw-r--r--TAO/examples/POA/Forwarding/client.dsp26
-rw-r--r--TAO/examples/POA/Forwarding/server.dsp26
-rw-r--r--TAO/examples/POA/Generic_Servant/client.dsp8
-rw-r--r--TAO/examples/POA/Generic_Servant/server.dsp17
-rw-r--r--TAO/examples/POA/Identity/Identity.dsp32
-rw-r--r--TAO/examples/POA/TIE/client.dsp26
-rw-r--r--TAO/examples/POA/TIE/server.dsp26
-rw-r--r--TAO/examples/Quoter/Factory_Finder.dsp8
-rw-r--r--TAO/examples/Quoter/Generic_Factory.dsp8
-rw-r--r--TAO/examples/Quoter/client.dsp8
-rw-r--r--TAO/examples/Quoter/server.dsp8
-rw-r--r--TAO/examples/Simple/bank/client.dsp4
-rw-r--r--TAO/examples/Simple/bank/server.dsp4
-rw-r--r--TAO/examples/Simple/chat/client.dsp127
-rw-r--r--TAO/examples/Simple/chat/server.dsp119
-rw-r--r--TAO/examples/Simple/echo/client.dsp4
-rw-r--r--TAO/examples/Simple/echo/server.dsp4
-rw-r--r--TAO/examples/Simple/grid/client.dsp28
-rw-r--r--TAO/examples/Simple/grid/server.dsp28
-rw-r--r--TAO/examples/Simple/time-date/Time_Date.idl3
-rw-r--r--TAO/examples/Simple/time-date/Time_Date_Client_i.cpp10
-rw-r--r--TAO/examples/Simple/time-date/Time_Date_Client_i.h4
-rw-r--r--TAO/examples/Simple/time-date/Time_Date_i.cpp26
-rw-r--r--TAO/examples/Simple/time-date/Time_Date_i.h16
-rw-r--r--TAO/examples/Simple/time-date/client.dsp1127
-rw-r--r--TAO/examples/Simple/time-date/client_static.dsp207
-rw-r--r--TAO/examples/Simple/time-date/server.dsp1132
-rw-r--r--TAO/examples/Simple/time-date/server_static.dsp214
-rw-r--r--TAO/examples/Simple/time/client.dsp57
-rw-r--r--TAO/examples/Simple/time/server.dsp57
-rw-r--r--TAO/examples/TAO_Examples.dsw120
44 files changed, 3616 insertions, 476 deletions
diff --git a/TAO/examples/Callback_Quoter/Consumer.dsp b/TAO/examples/Callback_Quoter/Consumer.dsp
index 28286ee798f..abc1cbfcb66 100644
--- a/TAO/examples/Callback_Quoter/Consumer.dsp
+++ b/TAO/examples/Callback_Quoter/Consumer.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="Consumer" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="Callback Quoter Consumer" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Consumer - Win32 Debug
+CFG=Callback Quoter 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,22 +13,22 @@ CFG=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 "Consumer.mak" CFG="Consumer - Win32 Debug"
+!MESSAGE NMAKE /f "Consumer.mak" CFG="Callback Quoter Consumer - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Consumer - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Consumer - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Callback Quoter Consumer - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Callback Quoter Consumer - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Consumer - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter Consumer - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -42,7 +42,7 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /I "..\..\\" /I "..\..\orbsvcs" /I "..\..\orbsvcs\orbsvcs" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /I "..\..\\" /I "..\..\orbsvcs" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
@@ -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 /nologo /subsystem:console /machine:I386
# ADD LINK32 ace.lib tao.lib orbsvcs.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\orbsvcs\orbsvcs"
-!ELSEIF "$(CFG)" == "Consumer - Win32 Debug"
+!ELSEIF "$(CFG)" == "Callback Quoter Consumer - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -67,7 +67,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /I "..\..\\" /I "..\..\..\\" /I "..\..\orbsvcs\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /U "SIGWINCH" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\..\\" /I "..\..\orbsvcs\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -81,14 +81,14 @@ LINK32=link.exe
# Begin Target
-# Name "Consumer - Win32 Release"
-# Name "Consumer - Win32 Debug"
+# Name "Callback Quoter Consumer - Win32 Release"
+# Name "Callback Quoter Consumer - Win32 Debug"
# Begin Group "Source files"
# PROP Default_Filter ""
# Begin Source File
-SOURCE=.\consumer.cpp
+SOURCE=.\Consumer.cpp
# End Source File
# Begin Source File
@@ -174,17 +174,15 @@ SOURCE=.\NotifierS.i
SOURCE=.\Consumer.idl
-!IF "$(CFG)" == "Consumer - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter Consumer - Win32 Release"
-# Begin Custom Build - Invoking TAO_IDL compiler
+USERDEP__CONSU="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Consumer.idl
InputName=Consumer
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
-
-"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -192,16 +190,13 @@ BuildCmds= \
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
@@ -209,17 +204,20 @@ BuildCmds= \
"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
# End Custom Build
-!ELSEIF "$(CFG)" == "Consumer - Win32 Debug"
+!ELSEIF "$(CFG)" == "Callback Quoter Consumer - Win32 Debug"
USERDEP__CONSU="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Consumer.idl
InputName=Consumer
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -256,17 +254,15 @@ BuildCmds= \
SOURCE=.\Notifier.idl
-!IF "$(CFG)" == "Consumer - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter Consumer - Win32 Release"
-# Begin Custom Build - Invoking TAO_IDL compiler
+USERDEP__NOTIF="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Notifier.idl
InputName=Notifier
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
-
-"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -274,16 +270,13 @@ BuildCmds= \
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
@@ -291,17 +284,20 @@ BuildCmds= \
"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
# End Custom Build
-!ELSEIF "$(CFG)" == "Consumer - Win32 Debug"
+!ELSEIF "$(CFG)" == "Callback Quoter Consumer - Win32 Debug"
USERDEP__NOTIF="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Notifier.idl
InputName=Notifier
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Callback_Quoter/Notifier.dsp b/TAO/examples/Callback_Quoter/Notifier.dsp
index ac609bbd7ec..6f074ef08a7 100644
--- a/TAO/examples/Callback_Quoter/Notifier.dsp
+++ b/TAO/examples/Callback_Quoter/Notifier.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="Notifier" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="Callback Quoter Notifier" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Notifier - Win32 Debug
+CFG=Callback Quoter Notifier - 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,22 +13,22 @@ CFG=Notifier - 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 "Notifier.mak" CFG="Notifier - Win32 Debug"
+!MESSAGE NMAKE /f "Notifier.mak" CFG="Callback Quoter Notifier - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Notifier - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Notifier - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Callback Quoter Notifier - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Callback Quoter Notifier - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Notifier - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter Notifier - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -42,7 +42,7 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /I "..\..\\" /I "..\..\orbsvcs" /I "..\..\orbsvcs\orbsvcs" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /I "..\..\\" /I "..\..\orbsvcs" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
@@ -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 /nologo /subsystem:console /machine:I386
# ADD LINK32 ace.lib TAO.lib orbsvcs.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\tao" /libpath:"..\..\..\ace" /libpath:"..\..\orbsvcs\orbsvcs"
-!ELSEIF "$(CFG)" == "Notifier - Win32 Debug"
+!ELSEIF "$(CFG)" == "Callback Quoter Notifier - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -64,6 +64,7 @@ LINK32=link.exe
# PROP Use_Debug_Libraries 1
# PROP Output_Dir ""
# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\..\\" /I "..\..\orbsvcs\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
@@ -80,8 +81,8 @@ LINK32=link.exe
# Begin Target
-# Name "Notifier - Win32 Release"
-# Name "Notifier - Win32 Debug"
+# Name "Callback Quoter Notifier - Win32 Release"
+# Name "Callback Quoter Notifier - Win32 Debug"
# Begin Group "Source files"
# PROP Default_Filter ""
@@ -161,17 +162,15 @@ SOURCE=.\NotifierS.i
SOURCE=.\Consumer.idl
-!IF "$(CFG)" == "Notifier - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter Notifier - Win32 Release"
-# Begin Custom Build - Invoking TAO_IDL compiler
+USERDEP__CONSU="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Consumer.idl
InputName=Consumer
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
-
-"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -191,22 +190,22 @@ BuildCmds= \
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
-!ELSEIF "$(CFG)" == "Notifier - Win32 Debug"
+!ELSEIF "$(CFG)" == "Callback Quoter Notifier - Win32 Debug"
USERDEP__CONSU="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Consumer.idl
InputName=Consumer
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -243,17 +242,15 @@ BuildCmds= \
SOURCE=.\Notifier.idl
-!IF "$(CFG)" == "Notifier - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter Notifier - Win32 Release"
-# Begin Custom Build - Invoking TAO_IDL compiler
+USERDEP__NOTIF="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Notifier.idl
InputName=Notifier
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
-
-"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -273,22 +270,22 @@ BuildCmds= \
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
-!ELSEIF "$(CFG)" == "Notifier - Win32 Debug"
+!ELSEIF "$(CFG)" == "Callback Quoter Notifier - Win32 Debug"
USERDEP__NOTIF="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Notifier.idl
InputName=Notifier
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Callback_Quoter/Supplier.dsp b/TAO/examples/Callback_Quoter/Supplier.dsp
index 9a7ee329684..d6db7e4b155 100644
--- a/TAO/examples/Callback_Quoter/Supplier.dsp
+++ b/TAO/examples/Callback_Quoter/Supplier.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="Supplier" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="Callback Quoter Supplier" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Supplier - Win32 Debug
+CFG=Callback Quoter 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,22 +13,22 @@ CFG=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 "Supplier.mak" CFG="Supplier - Win32 Debug"
+!MESSAGE NMAKE /f "Supplier.mak" CFG="Callback Quoter Supplier - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Supplier - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Supplier - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Callback Quoter Supplier - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Callback Quoter Supplier - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Supplier - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter 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 /nologo /subsystem:console /machine:I386
# ADD LINK32 ace.lib TAO.lib orbsvcs.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\tao" /libpath:"..\..\..\ace" /libpath:"..\..\orbsvcs\orbsvcs"
-!ELSEIF "$(CFG)" == "Supplier - Win32 Debug"
+!ELSEIF "$(CFG)" == "Callback Quoter Supplier - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -80,8 +80,8 @@ LINK32=link.exe
# Begin Target
-# Name "Supplier - Win32 Release"
-# Name "Supplier - Win32 Debug"
+# Name "Callback Quoter Supplier - Win32 Release"
+# Name "Callback Quoter Supplier - Win32 Debug"
# Begin Group "Source files"
# PROP Default_Filter ""
@@ -164,18 +164,51 @@ SOURCE=.\Supplier_Timer_Handler.h
# Begin Source File
SOURCE=.\Consumer.idl
-USERDEP__CONSU="..\..\..\bin\tao_idl.exe"
-!IF "$(CFG)" == "Supplier - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter Supplier - Win32 Release"
+
+USERDEP__CONSU="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Consumer.idl
+InputName=Consumer
+
+BuildCmds= \
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
-!ELSEIF "$(CFG)" == "Supplier - Win32 Debug"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
-# Begin Custom Build - Invoking TAO_IDL Compiler
+!ELSEIF "$(CFG)" == "Callback Quoter Supplier - Win32 Debug"
+
+USERDEP__CONSU="..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Consumer.idl
InputName=Consumer
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -211,18 +244,51 @@ BuildCmds= \
# Begin Source File
SOURCE=.\Notifier.idl
-USERDEP__NOTIF="..\..\..\bin\tao_idl.exe"
-!IF "$(CFG)" == "Supplier - Win32 Release"
+!IF "$(CFG)" == "Callback Quoter Supplier - Win32 Release"
+
+USERDEP__NOTIF="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Notifier.idl
+InputName=Notifier
+
+BuildCmds= \
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
-!ELSEIF "$(CFG)" == "Supplier - Win32 Debug"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
-# Begin Custom Build - Invoking TAO_IDL Compiler
+!ELSEIF "$(CFG)" == "Callback Quoter Supplier - Win32 Debug"
+
+USERDEP__NOTIF="..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Notifier.idl
InputName=Notifier
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Event_Comm/Consumer.dsp b/TAO/examples/Event_Comm/Consumer.dsp
index 466ca55927d..10daf7c6fda 100644
--- a/TAO/examples/Event_Comm/Consumer.dsp
+++ b/TAO/examples/Event_Comm/Consumer.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="Consumer" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 5.00
+# Microsoft Developer Studio Project File - Name="Event_Comm Consumer" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Consumer - Win32 Debug
+CFG=Event_Comm 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,22 +13,22 @@ CFG=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 "Consumer.mak" CFG="Consumer - Win32 Debug"
+!MESSAGE NMAKE /f "Consumer.mak" CFG="Event_Comm Consumer - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Consumer - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Consumer - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Event_Comm Consumer - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Event_Comm Consumer - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Consumer - Win32 Release"
+!IF "$(CFG)" == "Event_Comm Consumer - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -53,7 +53,7 @@ LINK32=link.exe
# ADD LINK32 ace.lib TAO.lib orbsvcs.lib /nologo /subsystem:console /pdb:"Release/client.pdb" /machine:I386 /out:"Release/Consumer.exe" /libpath:"..\..\tao" /libpath:"..\..\..\ace" /libpath:"..\..\orbsvcs\orbsvcs"
# SUBTRACT LINK32 /pdb:none
-!ELSEIF "$(CFG)" == "Consumer - Win32 Debug"
+!ELSEIF "$(CFG)" == "Event_Comm Consumer - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -82,8 +82,8 @@ LINK32=link.exe
# Begin Target
-# Name "Consumer - Win32 Release"
-# Name "Consumer - Win32 Debug"
+# Name "Event_Comm Consumer - Win32 Release"
+# Name "Event_Comm Consumer - Win32 Debug"
# Begin Group "Source"
# PROP Default_Filter ""
@@ -143,17 +143,54 @@ SOURCE=.\Event_CommS.h
SOURCE=.\Event_Comm.idl
-!IF "$(CFG)" == "Consumer - Win32 Release"
+!IF "$(CFG)" == "Event_Comm Consumer - Win32 Release"
-!ELSEIF "$(CFG)" == "Consumer - Win32 Debug"
+USERDEP__EVENT="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Event_Comm.idl
+InputName=Event_Comm
+
+BuildCmds= \
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Event_Comm Consumer - Win32 Debug"
# PROP Ignore_Default_Tool 1
-# Begin Custom Build - Invoking TAO_IDL Compiler
+USERDEP__EVENT="..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Event_Comm.idl
InputName=Event_Comm
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Event_Comm/Event_Comm.dsw b/TAO/examples/Event_Comm/Event_Comm.dsw
index 580d27aecee..ac067eb5744 100644
--- a/TAO/examples/Event_Comm/Event_Comm.dsw
+++ b/TAO/examples/Event_Comm/Event_Comm.dsw
@@ -1,9 +1,9 @@
-Microsoft Developer Studio Workspace File, Format Version 5.00
+Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
-Project: "Consumer"=.\Consumer.dsp - Package Owner=<4>
+Project: "Event_Comm Consumer"=.\Consumer.dsp - Package Owner=<4>
Package=<5>
{{{
diff --git a/TAO/examples/Event_Comm/Notifier.dsp b/TAO/examples/Event_Comm/Notifier.dsp
index d52c617c2d8..3eeae2caa4f 100644
--- a/TAO/examples/Event_Comm/Notifier.dsp
+++ b/TAO/examples/Event_Comm/Notifier.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="Notifier" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 5.00
+# Microsoft Developer Studio Project File - Name="Event_Comm Notifier" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Notifier - Win32 Debug
+CFG=Event_Comm Notifier - 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,22 +13,22 @@ CFG=Notifier - 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 "Notifier.mak" CFG="Notifier - Win32 Debug"
+!MESSAGE NMAKE /f "Notifier.mak" CFG="Event_Comm Notifier - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Notifier - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Notifier - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Event_Comm Notifier - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Event_Comm Notifier - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Notifier - Win32 Release"
+!IF "$(CFG)" == "Event_Comm Notifier - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -53,7 +53,7 @@ LINK32=link.exe
# ADD LINK32 ace.lib TAO.lib orbsvcs.lib /nologo /subsystem:console /pdb:"Release/client.pdb" /machine:I386 /libpath:"..\..\tao" /libpath:"..\..\..\ace" /libpath:"..\..\orbsvcs\orbsvcs"
# SUBTRACT LINK32 /pdb:none
-!ELSEIF "$(CFG)" == "Notifier - Win32 Debug"
+!ELSEIF "$(CFG)" == "Event_Comm Notifier - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -82,8 +82,8 @@ LINK32=link.exe
# Begin Target
-# Name "Notifier - Win32 Release"
-# Name "Notifier - Win32 Debug"
+# Name "Event_Comm Notifier - Win32 Release"
+# Name "Event_Comm Notifier - Win32 Debug"
# Begin Group "Source"
# PROP Default_Filter ""
@@ -127,9 +127,45 @@ SOURCE=.\Notifier_Server.h
SOURCE=.\Event_Comm.idl
-!IF "$(CFG)" == "Notifier - Win32 Release"
+!IF "$(CFG)" == "Event_Comm Notifier - Win32 Release"
-!ELSEIF "$(CFG)" == "Notifier - Win32 Debug"
+USERDEP__EVENT="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Event_Comm.idl
+InputName=Event_Comm
+
+BuildCmds= \
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Event_Comm Notifier - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build - Invoking TAO_IDL Compiler
diff --git a/TAO/examples/Event_Comm/Supplier.dsp b/TAO/examples/Event_Comm/Supplier.dsp
index 0518d7132db..97432712a32 100644
--- a/TAO/examples/Event_Comm/Supplier.dsp
+++ b/TAO/examples/Event_Comm/Supplier.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="Supplier" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 5.00
+# Microsoft Developer Studio Project File - Name="Event_Comm Supplier" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=Supplier - Win32 Debug
+CFG=Event_Comm 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,22 +13,22 @@ CFG=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 "Supplier.mak" CFG="Supplier - Win32 Debug"
+!MESSAGE NMAKE /f "Supplier.mak" CFG="Event_Comm Supplier - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Supplier - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Supplier - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Event_Comm Supplier - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Event_Comm Supplier - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "Supplier - Win32 Release"
+!IF "$(CFG)" == "Event_Comm Supplier - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -53,7 +53,7 @@ LINK32=link.exe
# ADD LINK32 ace.lib TAO.lib orbsvcs.lib /nologo /subsystem:console /pdb:"Release/client.pdb" /machine:I386 /out:"Release/Supplier.exe" /libpath:"..\..\tao" /libpath:"..\..\..\ace" /libpath:"..\..\orbsvcs\orbsvcs"
# SUBTRACT LINK32 /pdb:none
-!ELSEIF "$(CFG)" == "Supplier - Win32 Debug"
+!ELSEIF "$(CFG)" == "Event_Comm Supplier - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -82,8 +82,8 @@ LINK32=link.exe
# Begin Target
-# Name "Supplier - Win32 Release"
-# Name "Supplier - Win32 Debug"
+# Name "Event_Comm Supplier - Win32 Release"
+# Name "Event_Comm Supplier - Win32 Debug"
# Begin Group "Source"
# PROP Default_Filter ""
@@ -143,9 +143,45 @@ SOURCE=.\Supplier_Input_Handler.h
SOURCE=.\Event_Comm.idl
-!IF "$(CFG)" == "Supplier - Win32 Release"
+!IF "$(CFG)" == "Event_Comm Supplier - Win32 Release"
-!ELSEIF "$(CFG)" == "Supplier - Win32 Debug"
+USERDEP__EVENT="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Event_Comm.idl
+InputName=Event_Comm
+
+BuildCmds= \
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Event_Comm Supplier - Win32 Debug"
# PROP Ignore_Default_Tool 1
# Begin Custom Build - Invoking TAO_IDL Compiler
diff --git a/TAO/examples/OBV/Typed_Events/client.dsp b/TAO/examples/OBV/Typed_Events/client.dsp
index e9fee33bbad..b917fe31585 100644
--- a/TAO/examples/OBV/Typed_Events/client.dsp
+++ b/TAO/examples/OBV/Typed_Events/client.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="client" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="OBV Typed Events Client" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
-CFG=client - Win32 Debug
+CFG=OBV Typed Events 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,23 +13,22 @@ CFG=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="client - Win32 Debug"
+!MESSAGE NMAKE /f "client.mak" CFG="OBV Typed Events Client - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "client - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "client - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "OBV Typed Events Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "OBV Typed Events Client - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath "Desktop"
-# PROP WCE_FormatVersion "6.0"
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "client - Win32 Release"
+!IF "$(CFG)" == "OBV Typed Events Client - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -50,10 +49,10 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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 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.lib ace.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
-!ELSEIF "$(CFG)" == "client - Win32 Debug"
+!ELSEIF "$(CFG)" == "OBV Typed Events Client - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -65,23 +64,23 @@ LINK32=link.exe
# PROP Output_Dir ""
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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 /debug /machine:I386 /pdbtype:sept
+# 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 /debug /machine:I386 /pdbtype:sept
# ADD LINK32 TAOd.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
!ENDIF
# Begin Target
-# Name "client - Win32 Release"
-# Name "client - Win32 Debug"
+# Name "OBV Typed Events Client - Win32 Release"
+# Name "OBV Typed Events Client - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
@@ -145,15 +144,15 @@ SOURCE=..\Simple_util.h
SOURCE=.\Event_Types.idl
-!IF "$(CFG)" == "client - Win32 Release"
+!IF "$(CFG)" == "OBV Typed Events Client - Win32 Release"
-USERDEP__EVENT="..\..\..\..\bin\release\tao_idl.exe"
+USERDEP__EVENT="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputName)
InputPath=.\Event_Types.idl
InputName=Event_Types
BuildCmds= \
- ..\..\..\..\bin\release\tao_idl -Gc -Gv $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Gc -Gv $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -183,7 +182,7 @@ BuildCmds= \
$(BuildCmds)
# End Custom Build
-!ELSEIF "$(CFG)" == "client - Win32 Debug"
+!ELSEIF "$(CFG)" == "OBV Typed Events Client - Win32 Debug"
# PROP Ignore_Default_Tool 1
USERDEP__EVENT="..\..\..\..\bin\tao_idl.exe"
diff --git a/TAO/examples/OBV/Typed_Events/server.dsp b/TAO/examples/OBV/Typed_Events/server.dsp
index 4b1ae773ac4..5d16d0beab3 100644
--- a/TAO/examples/OBV/Typed_Events/server.dsp
+++ b/TAO/examples/OBV/Typed_Events/server.dsp
@@ -1,10 +1,10 @@
-# Microsoft Developer Studio Project File - Name="server" - Package Owner=<4>
+# Microsoft Developer Studio Project File - Name="OBV Typed Events 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 - Win32 Debug
+CFG=OBV Typed Events 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,23 +13,22 @@ CFG=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 - Win32 Debug"
+!MESSAGE NMAKE /f "server.mak" CFG="OBV Typed Events Server - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "server - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "server - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "OBV Typed Events Server - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "OBV Typed Events Server - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath "Desktop"
-# PROP WCE_FormatVersion "6.0"
CPP=cl.exe
RSC=rc.exe
-!IF "$(CFG)" == "server - Win32 Release"
+!IF "$(CFG)" == "OBV Typed Events Server - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -50,10 +49,10 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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 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.lib ace.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
-!ELSEIF "$(CFG)" == "server - Win32 Debug"
+!ELSEIF "$(CFG)" == "OBV Typed Events Server - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@@ -65,23 +64,23 @@ LINK32=link.exe
# PROP Output_Dir ""
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\..\..\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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 /debug /machine:I386 /pdbtype:sept
+# 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 /debug /machine:I386 /pdbtype:sept
# ADD LINK32 TAOd.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
!ENDIF
# Begin Target
-# Name "server - Win32 Release"
-# Name "server - Win32 Debug"
+# Name "OBV Typed Events Server - Win32 Release"
+# Name "OBV Typed Events Server - Win32 Debug"
# Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
@@ -145,15 +144,15 @@ SOURCE=..\Simple_util.h
SOURCE=.\Event_Types.idl
-!IF "$(CFG)" == "server - Win32 Release"
+!IF "$(CFG)" == "OBV Typed Events Server - Win32 Release"
-USERDEP__EVENT="..\..\..\..\bin\release\tao_idl.exe"
+USERDEP__EVENT="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputName)
InputPath=.\Event_Types.idl
InputName=Event_Types
BuildCmds= \
- ..\..\..\..\bin\release\tao_idl -Gc -Gv $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Gc -Gv $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -183,7 +182,7 @@ BuildCmds= \
$(BuildCmds)
# End Custom Build
-!ELSEIF "$(CFG)" == "server - Win32 Debug"
+!ELSEIF "$(CFG)" == "OBV Typed Events Server - Win32 Debug"
# PROP Ignore_Default_Tool 1
USERDEP__EVENT="..\..\..\..\bin\tao_idl.exe"
diff --git a/TAO/examples/POA/DSI/client.dsp b/TAO/examples/POA/DSI/client.dsp
index 7774ff1c0b6..7fe74b308fc 100644
--- a/TAO/examples/POA/DSI/client.dsp
+++ b/TAO/examples/POA/DSI/client.dsp
@@ -17,13 +17,12 @@ 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
@@ -129,12 +128,12 @@ SOURCE=.\Database.idl
!IF "$(CFG)" == "POA DSI Client - Win32 Release"
USERDEP__DATAB="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -167,12 +166,12 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "POA DSI Client - Win32 Debug"
USERDEP__DATAB="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\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 0998d556e9e..db0a2f7a05d 100644
--- a/TAO/examples/POA/DSI/server.dsp
+++ b/TAO/examples/POA/DSI/server.dsp
@@ -17,13 +17,12 @@ CFG=POA DSI Server - Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "POA DSI Server - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "POA DSI Server - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "POA DSI Server - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "POA DSI Server - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -125,12 +124,12 @@ SOURCE=.\Database.idl
!IF "$(CFG)" == "POA DSI Server - Win32 Release"
USERDEP__DATAB="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -163,12 +162,12 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "POA DSI Server - Win32 Debug"
USERDEP__DATAB="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Database.idl
InputName=Database
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/Default_Servant/client.dsp b/TAO/examples/POA/Default_Servant/client.dsp
index 78f91e62f15..28ac2d20491 100644
--- a/TAO/examples/POA/Default_Servant/client.dsp
+++ b/TAO/examples/POA/Default_Servant/client.dsp
@@ -17,13 +17,12 @@ CFG=POA Default Servant Client - Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "POA Default Servant Client - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "POA Default Servant Client - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "POA Default Servant Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "POA Default Servant Client - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -129,50 +128,50 @@ SOURCE=.\File.idl
!IF "$(CFG)" == "POA Default Servant Client - Win32 Release"
USERDEP__FILE_="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\File.idl
InputName=File
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
-"$(InputPath)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "POA Default Servant Client - Win32 Debug"
USERDEP__FILE_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\File.idl
InputName=File
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/Default_Servant/server.dsp b/TAO/examples/POA/Default_Servant/server.dsp
index 6f2b1513d7d..4840df0e6c4 100644
--- a/TAO/examples/POA/Default_Servant/server.dsp
+++ b/TAO/examples/POA/Default_Servant/server.dsp
@@ -17,13 +17,12 @@ CFG=POA Default Servant Server - Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "POA Default Servant Server - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "POA Default Servant Server - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "POA Default Servant Server - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "POA Default Servant Server - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -137,50 +136,50 @@ SOURCE=.\File.idl
!IF "$(CFG)" == "POA Default Servant Server - Win32 Release"
USERDEP__FILE_="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\File.idl
InputName=File
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
-"$(InputPath)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "POA Default Servant Server - Win32 Debug"
USERDEP__FILE_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\File.idl
InputName=File
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/Forwarding/client.dsp b/TAO/examples/POA/Forwarding/client.dsp
index 3aabb8fbfd7..ec379ef79e3 100644
--- a/TAO/examples/POA/Forwarding/client.dsp
+++ b/TAO/examples/POA/Forwarding/client.dsp
@@ -128,38 +128,38 @@ SOURCE=.\Foo.idl
!IF "$(CFG)" == "POA Forwarding Client - Win32 Release"
USERDEP__FOO_I="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
-"$(InputPath)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
@@ -167,12 +167,12 @@ BuildCmds= \
# PROP Ignore_Default_Tool 1
USERDEP__FOO_I="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/Forwarding/server.dsp b/TAO/examples/POA/Forwarding/server.dsp
index 563e402b979..c0510c9827c 100644
--- a/TAO/examples/POA/Forwarding/server.dsp
+++ b/TAO/examples/POA/Forwarding/server.dsp
@@ -144,38 +144,38 @@ SOURCE=.\Foo.idl
!IF "$(CFG)" == "POA Forwarding Server - Win32 Release"
USERDEP__FOO_I="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
-"$(InputPath)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
@@ -183,12 +183,12 @@ BuildCmds= \
# PROP Ignore_Default_Tool 1
USERDEP__FOO_I="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/Generic_Servant/client.dsp b/TAO/examples/POA/Generic_Servant/client.dsp
index 572b8d43af6..0f13312cb94 100644
--- a/TAO/examples/POA/Generic_Servant/client.dsp
+++ b/TAO/examples/POA/Generic_Servant/client.dsp
@@ -128,12 +128,12 @@ SOURCE=.\Foo.idl
# PROP Ignore_Default_Tool 1
USERDEP__FOO_I="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -158,12 +158,12 @@ BuildCmds= \
# PROP Ignore_Default_Tool 1
USERDEP__FOO_I="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/Generic_Servant/server.dsp b/TAO/examples/POA/Generic_Servant/server.dsp
index 5c4afbec0bb..cad9b3be105 100644
--- a/TAO/examples/POA/Generic_Servant/server.dsp
+++ b/TAO/examples/POA/Generic_Servant/server.dsp
@@ -17,13 +17,12 @@ CFG=POA Generic Servant DLL - Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "POA Generic Servant DLL - Win32 Release" (based on\
- "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "POA Generic Servant DLL - Win32 Debug" (based on\
- "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "POA Generic Servant DLL - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE "POA Generic Servant DLL - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -138,13 +137,12 @@ SOURCE=.\Foo.idl
# PROP Ignore_Default_Tool 1
USERDEP__FOO_I="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl -Wb,export_macro=GENERIC_SERVANT_Export\
- -Wb,export_include=generic_servant_export.h $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -169,13 +167,12 @@ BuildCmds= \
# PROP Ignore_Default_Tool 1
USERDEP__FOO_I="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl -Wb,export_macro=GENERIC_SERVANT_Export\
- -Wb,export_include=generic_servant_export.h $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/Identity/Identity.dsp b/TAO/examples/POA/Identity/Identity.dsp
index dbf16356da3..a07d2b8b9b2 100644
--- a/TAO/examples/POA/Identity/Identity.dsp
+++ b/TAO/examples/POA/Identity/Identity.dsp
@@ -7,19 +7,19 @@
CFG=POA Identity - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "Identity.mak".
-!MESSAGE
+!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "Identity.mak" CFG="POA Identity - Win32 Debug"
-!MESSAGE
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE
!MESSAGE "POA Identity - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "POA Identity - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
+!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
@@ -48,7 +48,7 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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 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)" == "POA Identity - Win32 Debug"
@@ -64,18 +64,18 @@ LINK32=link.exe
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\.." /I "..\..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\.." /I "..\..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
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 /debug /machine:I386 /pdbtype:sept
+# 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 /debug /machine:I386 /pdbtype:sept
# ADD LINK32 aced.lib taod.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
-!ENDIF
+!ENDIF
# Begin Target
@@ -114,13 +114,13 @@ SOURCE=.\test.idl
!IF "$(CFG)" == "POA Identity - Win32 Release"
-USERDEP__TEST_="..\..\..\..\bin\Release\tao_idl.exe"
+USERDEP__TEST_="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\test.idl
InputName=test
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -152,13 +152,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "POA Identity - Win32 Debug"
-USERDEP__TEST_="..\..\..\..\bin\tao_idl.exe"
+USERDEP__TEST_="..\..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\test.idl
InputName=test
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -188,7 +188,7 @@ BuildCmds= \
$(BuildCmds)
# End Custom Build
-!ENDIF
+!ENDIF
# End Source File
# End Group
diff --git a/TAO/examples/POA/TIE/client.dsp b/TAO/examples/POA/TIE/client.dsp
index 14e5728d15a..47457bb9c4a 100644
--- a/TAO/examples/POA/TIE/client.dsp
+++ b/TAO/examples/POA/TIE/client.dsp
@@ -128,38 +128,38 @@ SOURCE=.\Foo.idl
!IF "$(CFG)" == "POA TIE Client - Win32 Release"
USERDEP__FOO_I="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
-"$(InputPath)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
@@ -167,12 +167,12 @@ BuildCmds= \
# PROP Ignore_Default_Tool 1
USERDEP__FOO_I="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/POA/TIE/server.dsp b/TAO/examples/POA/TIE/server.dsp
index 6657b7de50c..aa48b9411d9 100644
--- a/TAO/examples/POA/TIE/server.dsp
+++ b/TAO/examples/POA/TIE/server.dsp
@@ -136,38 +136,38 @@ SOURCE=.\Foo.idl
!IF "$(CFG)" == "POA TIE Server - Win32 Release"
USERDEP__FOO_I="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\release\tao_idl $(InputName).idl
-"$(InputPath)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputPath)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
@@ -175,12 +175,12 @@ BuildCmds= \
# PROP Ignore_Default_Tool 1
USERDEP__FOO_I="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Foo.idl
InputName=Foo
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Quoter/Factory_Finder.dsp b/TAO/examples/Quoter/Factory_Finder.dsp
index 38aa8810cb9..e532dec8a20 100644
--- a/TAO/examples/Quoter/Factory_Finder.dsp
+++ b/TAO/examples/Quoter/Factory_Finder.dsp
@@ -138,12 +138,12 @@ SOURCE=.\Quoter.idl
!IF "$(CFG)" == "Quoter Factory Finder - Win32 Release"
USERDEP__QUOTE="..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\Release\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -176,12 +176,12 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Quoter Factory Finder - Win32 Debug"
USERDEP__QUOTE="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Quoter/Generic_Factory.dsp b/TAO/examples/Quoter/Generic_Factory.dsp
index 3a642604e7d..a3d7589cc78 100644
--- a/TAO/examples/Quoter/Generic_Factory.dsp
+++ b/TAO/examples/Quoter/Generic_Factory.dsp
@@ -146,12 +146,12 @@ SOURCE=.\Quoter.idl
!IF "$(CFG)" == "Quoter Generic Factory - Win32 Release"
USERDEP__QUOTE="..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\Release\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -184,12 +184,12 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Quoter Generic Factory - Win32 Debug"
USERDEP__QUOTE="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Quoter/client.dsp b/TAO/examples/Quoter/client.dsp
index 5184c64f76b..9d55376ee21 100644
--- a/TAO/examples/Quoter/client.dsp
+++ b/TAO/examples/Quoter/client.dsp
@@ -130,12 +130,12 @@ SOURCE=.\Quoter.idl
!IF "$(CFG)" == "Quoter Client - Win32 Release"
USERDEP__QUOTE="..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\Release\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -168,12 +168,12 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Quoter Client - Win32 Debug"
USERDEP__QUOTE="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Quoter/server.dsp b/TAO/examples/Quoter/server.dsp
index d6893d72fc3..08b98159ab1 100644
--- a/TAO/examples/Quoter/server.dsp
+++ b/TAO/examples/Quoter/server.dsp
@@ -139,12 +139,12 @@ SOURCE=.\Quoter.idl
!IF "$(CFG)" == "Quoter Server - Win32 Release"
USERDEP__QUOTE="..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\Release\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -177,12 +177,12 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Quoter Server - Win32 Debug"
USERDEP__QUOTE="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL compiler
+# Begin Custom Build - Invoking TAO_IDL compiler on $(InputPath)
InputPath=.\Quoter.idl
InputName=Quoter
BuildCmds= \
- tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
+ ..\..\..\bin\tao_idl $(InputName).idl -I../../orbsvcs/orbsvcs
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/TAO/examples/Simple/bank/client.dsp b/TAO/examples/Simple/bank/client.dsp
index 60af1d9ed5d..0c938f686fa 100644
--- a/TAO/examples/Simple/bank/client.dsp
+++ b/TAO/examples/Simple/bank/client.dsp
@@ -133,7 +133,7 @@ SOURCE=.\Bank.idl
!IF "$(CFG)" == "Simple Bank Client - Win32 Release"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Bank.idl
InputName=Bank
@@ -171,7 +171,7 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Simple Bank Client - Win32 Debug"
USERDEP__BANK_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Bank.idl
InputName=Bank
diff --git a/TAO/examples/Simple/bank/server.dsp b/TAO/examples/Simple/bank/server.dsp
index 38c289d29dc..35f761a0efd 100644
--- a/TAO/examples/Simple/bank/server.dsp
+++ b/TAO/examples/Simple/bank/server.dsp
@@ -141,7 +141,7 @@ SOURCE=.\Bank.idl
!IF "$(CFG)" == "Simple Bank Server - Win32 Release"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Bank.idl
InputName=Bank
@@ -179,7 +179,7 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Simple Bank Server - Win32 Debug"
USERDEP__BANK_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Bank.idl
InputName=Bank
diff --git a/TAO/examples/Simple/chat/client.dsp b/TAO/examples/Simple/chat/client.dsp
index 7c7ea16c6cd..80b06b887d2 100644
--- a/TAO/examples/Simple/chat/client.dsp
+++ b/TAO/examples/Simple/chat/client.dsp
@@ -8,23 +8,21 @@ CFG=Simple Chat 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
-!MESSAGE NMAKE /f "Simple Chat Client.mak".
+!MESSAGE NMAKE /f "client.mak".
!MESSAGE
!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 "Simple Chat Client.mak"\
- CFG="Simple Chat Client - Win32 Debug"
+!MESSAGE NMAKE /f "client.mak" CFG="Simple Chat Client - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Simple Chat Client - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Simple Chat Client - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "Simple Chat Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Chat Client - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -149,22 +147,22 @@ SOURCE=.\ReceiverS.h
# PROP Default_Filter ""
# Begin Source File
-SOURCE=.\Receiver.idl
+SOURCE=.\Broadcaster.idl
!IF "$(CFG)" == "Simple Chat Client - Win32 Release"
-USERDEP__RECEI="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
-InputPath=.\Receiver.idl
-InputName=Receiver
+USERDEP__BROAD="..\..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Broadcaster.idl
+InputName=Broadcaster
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
@@ -173,36 +171,119 @@ BuildCmds= \
"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Chat Client - Win32 Debug"
+
+USERDEP__BROAD="..\..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Broadcaster.idl
+InputName=Broadcaster
+
+BuildCmds= \
+ ..\..\..\..\bin\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Receiver.idl
+
+!IF "$(CFG)" == "Simple Chat Client - Win32 Release"
+
+USERDEP__RECEI="..\..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Receiver.idl
+InputName=Receiver
+
+BuildCmds= \
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "Simple Chat Client - Win32 Debug"
USERDEP__RECEI="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Receiver.idl
InputName=Receiver
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
@@ -211,19 +292,19 @@ BuildCmds= \
"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
diff --git a/TAO/examples/Simple/chat/server.dsp b/TAO/examples/Simple/chat/server.dsp
index 49760e417dd..6966e7db20d 100644
--- a/TAO/examples/Simple/chat/server.dsp
+++ b/TAO/examples/Simple/chat/server.dsp
@@ -8,23 +8,21 @@ CFG=Simple Chat 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
-!MESSAGE NMAKE /f "Simple Chat Server.mak".
+!MESSAGE NMAKE /f "server.mak".
!MESSAGE
!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 "Simple Chat Server.mak"\
- CFG="Simple Chat Server - Win32 Debug"
+!MESSAGE NMAKE /f "server.mak" CFG="Simple Chat Server - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Simple Chat Server - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Simple Chat Server - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "Simple Chat Server - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Chat Server - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -158,17 +156,17 @@ SOURCE=.\Broadcaster.idl
!IF "$(CFG)" == "Simple Chat Server - Win32 Release"
USERDEP__BROAD="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Broadcaster.idl
InputName=Broadcaster
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
@@ -177,36 +175,36 @@ BuildCmds= \
"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "Simple Chat Server - Win32 Debug"
USERDEP__BROAD="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Broadcaster.idl
InputName=Broadcaster
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
@@ -215,20 +213,103 @@ BuildCmds= \
"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Receiver.idl
+
+!IF "$(CFG)" == "Simple Chat Server - Win32 Release"
+
+USERDEP__RECEI="..\..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Receiver.idl
+InputName=Receiver
+
+BuildCmds= \
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Chat Server - Win32 Debug"
+
+USERDEP__RECEI="..\..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Receiver.idl
+InputName=Receiver
+
+BuildCmds= \
+ ..\..\..\..\bin\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
# End Custom Build
!ENDIF
diff --git a/TAO/examples/Simple/echo/client.dsp b/TAO/examples/Simple/echo/client.dsp
index 04092c8e6e7..8844897a64b 100644
--- a/TAO/examples/Simple/echo/client.dsp
+++ b/TAO/examples/Simple/echo/client.dsp
@@ -142,7 +142,7 @@ SOURCE=.\Echo.idl
!IF "$(CFG)" == "Simple Echo Client - Win32 Release"
USERDEP__ECHO_="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Echo.idl
InputName=Echo
@@ -180,7 +180,7 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Simple Echo Client - Win32 Debug"
USERDEP__ECHO_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Echo.idl
InputName=Echo
diff --git a/TAO/examples/Simple/echo/server.dsp b/TAO/examples/Simple/echo/server.dsp
index 152d49b40fd..e6f7fbf7ab8 100644
--- a/TAO/examples/Simple/echo/server.dsp
+++ b/TAO/examples/Simple/echo/server.dsp
@@ -134,7 +134,7 @@ SOURCE=.\Echo.idl
!IF "$(CFG)" == "Simple Echo Server - Win32 Release"
USERDEP__ECHO_="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Echo.idl
InputName=Echo
@@ -172,7 +172,7 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Simple Echo Server - Win32 Debug"
USERDEP__ECHO_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Echo.idl
InputName=Echo
diff --git a/TAO/examples/Simple/grid/client.dsp b/TAO/examples/Simple/grid/client.dsp
index 5aa6033a4da..e99f461bc0e 100644
--- a/TAO/examples/Simple/grid/client.dsp
+++ b/TAO/examples/Simple/grid/client.dsp
@@ -126,7 +126,7 @@ SOURCE=.\Grid.idl
!IF "$(CFG)" == "Simple Grid Client - Win32 Release"
USERDEP__GRID_="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Grid.idl
InputName=Grid
@@ -136,35 +136,35 @@ BuildCmds= \
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "Simple Grid Client - Win32 Debug"
USERDEP__GRID_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Grid.idl
InputName=Grid
@@ -174,28 +174,28 @@ BuildCmds= \
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
diff --git a/TAO/examples/Simple/grid/server.dsp b/TAO/examples/Simple/grid/server.dsp
index 2f5ecf13099..fed36228bcf 100644
--- a/TAO/examples/Simple/grid/server.dsp
+++ b/TAO/examples/Simple/grid/server.dsp
@@ -126,7 +126,7 @@ SOURCE=.\Grid.idl
!IF "$(CFG)" == "Simple Grid Server - Win32 Release"
USERDEP__GRID_="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Grid.idl
InputName=Grid
@@ -136,35 +136,35 @@ BuildCmds= \
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
!ELSEIF "$(CFG)" == "Simple Grid Server - Win32 Debug"
USERDEP__GRID_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Grid.idl
InputName=Grid
@@ -174,28 +174,28 @@ BuildCmds= \
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
diff --git a/TAO/examples/Simple/time-date/Time_Date.idl b/TAO/examples/Simple/time-date/Time_Date.idl
index 842d6060752..f32d58e2b6b 100644
--- a/TAO/examples/Simple/time-date/Time_Date.idl
+++ b/TAO/examples/Simple/time-date/Time_Date.idl
@@ -11,4 +11,7 @@ interface Time_Date
void str_date (out string time_date);
// Obtain the time and date in string format.
+
+ oneway void shutdown ();
+ // Shutdown the application.
};
diff --git a/TAO/examples/Simple/time-date/Time_Date_Client_i.cpp b/TAO/examples/Simple/time-date/Time_Date_Client_i.cpp
index c822df9cf9f..3c9010a3a9c 100644
--- a/TAO/examples/Simple/time-date/Time_Date_Client_i.cpp
+++ b/TAO/examples/Simple/time-date/Time_Date_Client_i.cpp
@@ -41,25 +41,19 @@ Time_Date_Client_i::run (char *name,
ACE_TRY
{
- Time_Date_ptr time_date;
-
CORBA::Long l;
// Get the time_date.
- time_date->bin_date (l,
- ACE_TRY_ENV);
+ client->bin_date (l,
+ ACE_TRY_ENV);
ACE_TRY_CHECK;
ACE_DEBUG ((LM_DEBUG,
"(%P|%t) Binary time_date = %d\n",
l));
- ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) Setting a value for the time_date\n"));
-
if (client.shutdown () == 1)
client->shutdown (ACE_TRY_ENV);
- ACE_UNUSED_ARG (ret_val);
}
ACE_CATCH (CORBA::UserException, range_ex)
{
diff --git a/TAO/examples/Simple/time-date/Time_Date_Client_i.h b/TAO/examples/Simple/time-date/Time_Date_Client_i.h
index 6c5c3118831..a9fb9c806cf 100644
--- a/TAO/examples/Simple/time-date/Time_Date_Client_i.h
+++ b/TAO/examples/Simple/time-date/Time_Date_Client_i.h
@@ -14,7 +14,7 @@
//
// = AUTHOR
// Douglas C. Schmidt <schmidt@cs.wustl.edu>
-//
+//
// ============================================================================
#ifndef TIME_DATE_CLIENT_I_H
@@ -46,7 +46,7 @@ public:
// Parses the command line arguments
private:
- Client<Time_Date_Factory, Time_Date_Factory_var> client;
+ Client<Time_Date, Time_Date_var> client;
// Instantiate the client object.
};
diff --git a/TAO/examples/Simple/time-date/Time_Date_i.cpp b/TAO/examples/Simple/time-date/Time_Date_i.cpp
index 8295c3d5e10..ecf42cdfaab 100644
--- a/TAO/examples/Simple/time-date/Time_Date_i.cpp
+++ b/TAO/examples/Simple/time-date/Time_Date_i.cpp
@@ -17,17 +17,33 @@ Time_Date_i::~Time_Date_i (void)
// no-op.
}
-// Obtain the time and date in binary format.
+void
+Time_Date_i::bin_date (CORBA::Long_out time_date,
+ CORBA::Environment &ACE_TRY_ENV)
+{
+ time_date = CORBA::Long (ACE_OS::time (0));
+}
void
-Time_Date::bin_date (CORBA::Long_out time_date)
+Time_Date_i::str_date (CORBA::String_out time_date,
+ CORBA::Environment &ACE_TRY_ENV)
{
+
}
-// Obtain the time and date in string format.
+void
+Time_Date_i::orb (CORBA::ORB_ptr o)
+{
+ this->orb_ = CORBA::ORB::_duplicate (o);
+}
-void
-Time_Date::str_date (CORBA::String_out time_date)
+void
+Time_Date_i::shutdown (CORBA::Environment & )
{
+ ACE_DEBUG ((LM_DEBUG,
+ "%s\n",
+ "Time_i is shutting down"));
+ // Instruct the ORB to shutdown.
+ this->orb_->shutdown ();
}
diff --git a/TAO/examples/Simple/time-date/Time_Date_i.h b/TAO/examples/Simple/time-date/Time_Date_i.h
index fd40f0ac7d0..9ac98a8426d 100644
--- a/TAO/examples/Simple/time-date/Time_Date_i.h
+++ b/TAO/examples/Simple/time-date/Time_Date_i.h
@@ -37,11 +37,23 @@ public:
~Time_Date_i (void);
// Destructor
- virtual void bin_date (CORBA::Long_out time_date);
+ virtual void bin_date (CORBA::Long_out time_date,
+ CORBA::Environment &ACE_TRY_ENV);
// Obtain the time and date in binary format.
- virtual void str_date (CORBA::String_out time_date);
+ virtual void str_date (CORBA::String_out time_date,
+ CORBA::Environment &ACE_TRY_ENV);
// Obtain the time and date in string format.
+
+ virtual void shutdown (CORBA::Environment &env);
+ // Shutdown the server.
+
+ void orb (CORBA::ORB_ptr o);
+ // Set the ORB pointer.
+
+private:
+ CORBA::ORB_var orb_;
+ // ORB pointer.
};
#endif /* TIME_DATE_I_H */
diff --git a/TAO/examples/Simple/time-date/client.dsp b/TAO/examples/Simple/time-date/client.dsp
new file mode 100644
index 00000000000..4ce4e8ca7ae
--- /dev/null
+++ b/TAO/examples/Simple/time-date/client.dsp
@@ -0,0 +1,1127 @@
+# Microsoft Developer Studio Project File - Name="Simple Time Date Client" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603
+
+CFG=Simple Time Date Client - Win32 Alpha Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "client.mak".
+!MESSAGE
+!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="Simple Time Date Client - Win32 Alpha Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "Simple Time Date Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Date Client - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Date Client - Win32 Alpha Debug" (based on "Win32 (ALPHA) Console Application")
+!MESSAGE "Simple Time Date Client - Win32 Alpha Release" (based on "Win32 (ALPHA) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+
+!IF "$(CFG)" == "Simple Time Date Client - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir ".\client\Release"
+# PROP BASE Intermediate_Dir ".\client\Release"
+# PROP BASE Target_Dir ".\client"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\client"
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /I "..\..\..\..\\" /I "..\..\..\orbsvcs" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 /nologo /subsystem:console /machine:I386
+# ADD LINK32 ace.lib TAO.lib orbsvcs.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace" /libpath:"..\..\..\orbsvcs\orbsvcs"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\client\Debug"
+# PROP BASE Intermediate_Dir ".\client\Debug"
+# PROP BASE Target_Dir ".\client"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir ".\Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\client"
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\..\..\\" /I "..\..\..\orbsvcs" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 /nologo /subsystem:console /debug /machine:I386
+# ADD LINK32 aced.lib TAOd.lib orbsvcsd.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace" /libpath:"..\..\..\orbsvcs\orbsvcs"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "client\Alpha Debug"
+# PROP BASE Intermediate_Dir "client\Alpha Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "client"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "client"
+CPP=cl.exe
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\..\\ /I" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD ..\..\..\..\\ /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\..\\ /I" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /MDd ..\..\..\..\\ /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 aced.lib TAOd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
+# ADD LINK32 aced.lib TAOd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "client\Alpha Release"
+# PROP BASE Intermediate_Dir "client\Alpha Release"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "client"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "client"
+CPP=cl.exe
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\..\\ /I" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD ..\..\..\..\\ /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\..\..\\ /I" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD ..\..\..\..\\ /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 ace.lib TAO.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
+# ADD LINK32 ace.lib TAO.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
+
+!ENDIF
+
+# Begin Target
+
+# Name "Simple Time Date Client - Win32 Release"
+# Name "Simple Time Date Client - Win32 Debug"
+# Name "Simple Time Date Client - Win32 Alpha Debug"
+# Name "Simple Time Date Client - Win32 Alpha Release"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\client.cpp
+
+!IF "$(CFG)" == "Simple Time Date Client - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Debug"
+
+DEP_CPP_CLIEN=\
+ "..\..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\..\ace\Acceptor.h"\
+ "..\..\..\..\ace\Acceptor.i"\
+ "..\..\..\..\ace\ACE.h"\
+ "..\..\..\..\ace\ACE.i"\
+ "..\..\..\..\ace\Addr.h"\
+ "..\..\..\..\ace\Addr.i"\
+ "..\..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\..\ace\Basic_Types.h"\
+ "..\..\..\..\ace\Basic_Types.i"\
+ "..\..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\..\ace\config-win32-common.h"\
+ "..\..\..\..\ace\config-win32.h"\
+ "..\..\..\..\ace\config-WinCE.h"\
+ "..\..\..\..\ace\config.h"\
+ "..\..\..\..\ace\Connector.cpp"\
+ "..\..\..\..\ace\Connector.h"\
+ "..\..\..\..\ace\Connector.i"\
+ "..\..\..\..\ace\Containers.cpp"\
+ "..\..\..\..\ace\Containers.h"\
+ "..\..\..\..\ace\Containers.i"\
+ "..\..\..\..\ace\Dynamic.h"\
+ "..\..\..\..\ace\Dynamic.i"\
+ "..\..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\..\ace\Event_Handler.h"\
+ "..\..\..\..\ace\Event_Handler.i"\
+ "..\..\..\..\ace\Free_List.cpp"\
+ "..\..\..\..\ace\Free_List.h"\
+ "..\..\..\..\ace\Free_List.i"\
+ "..\..\..\..\ace\Get_Opt.h"\
+ "..\..\..\..\ace\Get_Opt.i"\
+ "..\..\..\..\ace\Handle_Set.h"\
+ "..\..\..\..\ace\Handle_Set.i"\
+ "..\..\..\..\ace\Hash_Map_Manager.cpp"\
+ "..\..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\..\ace\inc_user_config.h"\
+ "..\..\..\..\ace\INET_Addr.h"\
+ "..\..\..\..\ace\INET_Addr.i"\
+ "..\..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\..\ace\iosfwd.h"\
+ "..\..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\..\ace\Log_Msg.h"\
+ "..\..\..\..\ace\Log_Priority.h"\
+ "..\..\..\..\ace\Log_Record.h"\
+ "..\..\..\..\ace\Log_Record.i"\
+ "..\..\..\..\ace\Malloc.h"\
+ "..\..\..\..\ace\Malloc.i"\
+ "..\..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\..\ace\Malloc_T.h"\
+ "..\..\..\..\ace\Malloc_T.i"\
+ "..\..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\..\ace\Managed_Object.h"\
+ "..\..\..\..\ace\Managed_Object.i"\
+ "..\..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\..\ace\Map_Manager.h"\
+ "..\..\..\..\ace\Map_Manager.i"\
+ "..\..\..\..\ace\Mem_Map.h"\
+ "..\..\..\..\ace\Mem_Map.i"\
+ "..\..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\..\ace\Message_Block.h"\
+ "..\..\..\..\ace\Message_Block.i"\
+ "..\..\..\..\ace\Message_Queue.h"\
+ "..\..\..\..\ace\Message_Queue.i"\
+ "..\..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\..\ace\Module.cpp"\
+ "..\..\..\..\ace\Module.h"\
+ "..\..\..\..\ace\Module.i"\
+ "..\..\..\..\ace\Object_Manager.h"\
+ "..\..\..\..\ace\Object_Manager.i"\
+ "..\..\..\..\ace\OS.h"\
+ "..\..\..\..\ace\OS.i"\
+ "..\..\..\..\ace\Reactor.h"\
+ "..\..\..\..\ace\Reactor.i"\
+ "..\..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\..\ace\Service_Config.h"\
+ "..\..\..\..\ace\Service_Config.i"\
+ "..\..\..\..\ace\Service_Object.h"\
+ "..\..\..\..\ace\Service_Object.i"\
+ "..\..\..\..\ace\Service_Repository.h"\
+ "..\..\..\..\ace\Service_Repository.i"\
+ "..\..\..\..\ace\Service_Types.h"\
+ "..\..\..\..\ace\Service_Types.i"\
+ "..\..\..\..\ace\Shared_Object.h"\
+ "..\..\..\..\ace\Shared_Object.i"\
+ "..\..\..\..\ace\Signal.h"\
+ "..\..\..\..\ace\Signal.i"\
+ "..\..\..\..\ace\Singleton.cpp"\
+ "..\..\..\..\ace\Singleton.h"\
+ "..\..\..\..\ace\Singleton.i"\
+ "..\..\..\..\ace\SOCK.h"\
+ "..\..\..\..\ace\SOCK.i"\
+ "..\..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\..\ace\SString.h"\
+ "..\..\..\..\ace\SString.i"\
+ "..\..\..\..\ace\Strategies.h"\
+ "..\..\..\..\ace\Strategies.i"\
+ "..\..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\..\ace\Strategies_T.h"\
+ "..\..\..\..\ace\Strategies_T.i"\
+ "..\..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\..\ace\Stream_Modules.i"\
+ "..\..\..\..\ace\streams.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\..\ace\Svc_Handler.i"\
+ "..\..\..\..\ace\Synch.h"\
+ "..\..\..\..\ace\Synch.i"\
+ "..\..\..\..\ace\Synch_Options.h"\
+ "..\..\..\..\ace\Synch_Options.i"\
+ "..\..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\..\ace\Synch_T.h"\
+ "..\..\..\..\ace\Synch_T.i"\
+ "..\..\..\..\ace\Task.h"\
+ "..\..\..\..\ace\Task.i"\
+ "..\..\..\..\ace\Task_T.cpp"\
+ "..\..\..\..\ace\Task_T.h"\
+ "..\..\..\..\ace\Task_T.i"\
+ "..\..\..\..\ace\Thread.h"\
+ "..\..\..\..\ace\Thread.i"\
+ "..\..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\..\ace\Time_Date_Value.h"\
+ "..\..\..\..\ace\Time_Dater_Queue.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.cpp"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.i"\
+ "..\..\..\..\ace\Trace.h"\
+ "..\..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\..\ace\WFMO_Reactor.i"\
+ "..\..\..\..\ace\ws2tcpip.h"\
+ "..\..\..\tao\Any.h"\
+ "..\..\..\tao\Any.i"\
+ "..\..\..\tao\CDR.h"\
+ "..\..\..\tao\CDR.i"\
+ "..\..\..\tao\CDR_Interpreter.h"\
+ "..\..\..\tao\Client_Strategy_Factory.h"\
+ "..\..\..\tao\Connect.h"\
+ "..\..\..\tao\Connect.i"\
+ "..\..\..\tao\corba.h"\
+ "..\..\..\tao\CurrentC.h"\
+ "..\..\..\tao\CurrentC.i"\
+ "..\..\..\tao\debug.h"\
+ "..\..\..\tao\default_client.h"\
+ "..\..\..\tao\default_client.i"\
+ "..\..\..\tao\default_server.h"\
+ "..\..\..\tao\default_server.i"\
+ "..\..\..\tao\Environment.h"\
+ "..\..\..\tao\Environment.i"\
+ "..\..\..\tao\Exception.h"\
+ "..\..\..\tao\Exception.i"\
+ "..\..\..\tao\GIOP.h"\
+ "..\..\..\tao\GIOP.i"\
+ "..\..\..\tao\Invocation.h"\
+ "..\..\..\tao\Invocation.i"\
+ "..\..\..\tao\Marshal.h"\
+ "..\..\..\tao\Marshal.i"\
+ "..\..\..\tao\NVList.h"\
+ "..\..\..\tao\NVList.i"\
+ "..\..\..\tao\Object.h"\
+ "..\..\..\tao\Object.i"\
+ "..\..\..\tao\Object_KeyC.h"\
+ "..\..\..\tao\Object_KeyC.i"\
+ "..\..\..\tao\Operation_Table.h"\
+ "..\..\..\tao\ORB.h"\
+ "..\..\..\tao\ORB.i"\
+ "..\..\..\tao\ORB_Core.h"\
+ "..\..\..\tao\ORB_Core.i"\
+ "..\..\..\tao\ORB_Strategies_T.cpp"\
+ "..\..\..\tao\ORB_Strategies_T.h"\
+ "..\..\..\tao\ORB_Strategies_T.i"\
+ "..\..\..\tao\orbconf.h"\
+ "..\..\..\tao\params.h"\
+ "..\..\..\tao\params.i"\
+ "..\..\..\tao\POA.h"\
+ "..\..\..\tao\POA.i"\
+ "..\..\..\tao\POA_CORBA.h"\
+ "..\..\..\tao\poa_macros.h"\
+ "..\..\..\tao\POAC.h"\
+ "..\..\..\tao\POAC.i"\
+ "..\..\..\tao\POAS.h"\
+ "..\..\..\tao\POAS.i"\
+ "..\..\..\tao\PolicyC.h"\
+ "..\..\..\tao\PolicyC.i"\
+ "..\..\..\tao\Principal.h"\
+ "..\..\..\tao\Principal.i"\
+ "..\..\..\tao\Request.h"\
+ "..\..\..\tao\Request.i"\
+ "..\..\..\tao\Sequence.h"\
+ "..\..\..\tao\Sequence.i"\
+ "..\..\..\tao\Sequence_T.cpp"\
+ "..\..\..\tao\Sequence_T.h"\
+ "..\..\..\tao\Sequence_T.i"\
+ "..\..\..\tao\Servant_Base.h"\
+ "..\..\..\tao\Server_Request.h"\
+ "..\..\..\tao\Server_Request.i"\
+ "..\..\..\tao\Server_Strategy_Factory.h"\
+ "..\..\..\tao\singletons.h"\
+ "..\..\..\tao\Stub.h"\
+ "..\..\..\tao\Stub.i"\
+ "..\..\..\tao\Typecode.h"\
+ "..\..\..\tao\Typecode.i"\
+ "..\..\..\tao\Union.h"\
+ "..\..\..\tao\varout.cpp"\
+ "..\..\..\tao\varout.h"\
+ "..\..\..\tao\varout.i"\
+
+NODEP_CPP_CLIEN=\
+ "..\..\..\..\ace\sys_conf.h"\
+ "..\..\..\tao\Align.h"\
+ "..\..\..\tao\IIOP_Object.h"\
+ "..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
+ "..\..\..\tao\Object_Table.h"\
+ ".\Client_impl.h"\
+ ".\Time_DateC.h"\
+
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_Date_Client_i.cpp
+
+!IF "$(CFG)" == "Simple Time Date Client - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_DateC.cpp
+
+!IF "$(CFG)" == "Simple Time Date Client - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Debug"
+
+DEP_CPP_Time_DateC=\
+ "..\..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\..\ace\Acceptor.h"\
+ "..\..\..\..\ace\Acceptor.i"\
+ "..\..\..\..\ace\ACE.h"\
+ "..\..\..\..\ace\ACE.i"\
+ "..\..\..\..\ace\Addr.h"\
+ "..\..\..\..\ace\Addr.i"\
+ "..\..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\..\ace\Basic_Types.h"\
+ "..\..\..\..\ace\Basic_Types.i"\
+ "..\..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\..\ace\config-win32-common.h"\
+ "..\..\..\..\ace\config-win32.h"\
+ "..\..\..\..\ace\config-WinCE.h"\
+ "..\..\..\..\ace\config.h"\
+ "..\..\..\..\ace\Connector.cpp"\
+ "..\..\..\..\ace\Connector.h"\
+ "..\..\..\..\ace\Connector.i"\
+ "..\..\..\..\ace\Containers.cpp"\
+ "..\..\..\..\ace\Containers.h"\
+ "..\..\..\..\ace\Containers.i"\
+ "..\..\..\..\ace\Dynamic.h"\
+ "..\..\..\..\ace\Dynamic.i"\
+ "..\..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\..\ace\Event_Handler.h"\
+ "..\..\..\..\ace\Event_Handler.i"\
+ "..\..\..\..\ace\Free_List.cpp"\
+ "..\..\..\..\ace\Free_List.h"\
+ "..\..\..\..\ace\Free_List.i"\
+ "..\..\..\..\ace\Get_Opt.h"\
+ "..\..\..\..\ace\Get_Opt.i"\
+ "..\..\..\..\ace\Handle_Set.h"\
+ "..\..\..\..\ace\Handle_Set.i"\
+ "..\..\..\..\ace\Hash_Map_Manager.cpp"\
+ "..\..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\..\ace\inc_user_config.h"\
+ "..\..\..\..\ace\INET_Addr.h"\
+ "..\..\..\..\ace\INET_Addr.i"\
+ "..\..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\..\ace\iosfwd.h"\
+ "..\..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\..\ace\Log_Msg.h"\
+ "..\..\..\..\ace\Log_Priority.h"\
+ "..\..\..\..\ace\Log_Record.h"\
+ "..\..\..\..\ace\Log_Record.i"\
+ "..\..\..\..\ace\Malloc.h"\
+ "..\..\..\..\ace\Malloc.i"\
+ "..\..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\..\ace\Malloc_T.h"\
+ "..\..\..\..\ace\Malloc_T.i"\
+ "..\..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\..\ace\Managed_Object.h"\
+ "..\..\..\..\ace\Managed_Object.i"\
+ "..\..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\..\ace\Map_Manager.h"\
+ "..\..\..\..\ace\Map_Manager.i"\
+ "..\..\..\..\ace\Mem_Map.h"\
+ "..\..\..\..\ace\Mem_Map.i"\
+ "..\..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\..\ace\Message_Block.h"\
+ "..\..\..\..\ace\Message_Block.i"\
+ "..\..\..\..\ace\Message_Queue.h"\
+ "..\..\..\..\ace\Message_Queue.i"\
+ "..\..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\..\ace\Module.cpp"\
+ "..\..\..\..\ace\Module.h"\
+ "..\..\..\..\ace\Module.i"\
+ "..\..\..\..\ace\Object_Manager.h"\
+ "..\..\..\..\ace\Object_Manager.i"\
+ "..\..\..\..\ace\OS.h"\
+ "..\..\..\..\ace\OS.i"\
+ "..\..\..\..\ace\Reactor.h"\
+ "..\..\..\..\ace\Reactor.i"\
+ "..\..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\..\ace\Service_Config.h"\
+ "..\..\..\..\ace\Service_Config.i"\
+ "..\..\..\..\ace\Service_Object.h"\
+ "..\..\..\..\ace\Service_Object.i"\
+ "..\..\..\..\ace\Service_Repository.h"\
+ "..\..\..\..\ace\Service_Repository.i"\
+ "..\..\..\..\ace\Service_Types.h"\
+ "..\..\..\..\ace\Service_Types.i"\
+ "..\..\..\..\ace\Shared_Object.h"\
+ "..\..\..\..\ace\Shared_Object.i"\
+ "..\..\..\..\ace\Signal.h"\
+ "..\..\..\..\ace\Signal.i"\
+ "..\..\..\..\ace\Singleton.cpp"\
+ "..\..\..\..\ace\Singleton.h"\
+ "..\..\..\..\ace\Singleton.i"\
+ "..\..\..\..\ace\SOCK.h"\
+ "..\..\..\..\ace\SOCK.i"\
+ "..\..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\..\ace\SString.h"\
+ "..\..\..\..\ace\SString.i"\
+ "..\..\..\..\ace\Strategies.h"\
+ "..\..\..\..\ace\Strategies.i"\
+ "..\..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\..\ace\Strategies_T.h"\
+ "..\..\..\..\ace\Strategies_T.i"\
+ "..\..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\..\ace\Stream_Modules.i"\
+ "..\..\..\..\ace\streams.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\..\ace\Svc_Handler.i"\
+ "..\..\..\..\ace\Synch.h"\
+ "..\..\..\..\ace\Synch.i"\
+ "..\..\..\..\ace\Synch_Options.h"\
+ "..\..\..\..\ace\Synch_Options.i"\
+ "..\..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\..\ace\Synch_T.h"\
+ "..\..\..\..\ace\Synch_T.i"\
+ "..\..\..\..\ace\Task.h"\
+ "..\..\..\..\ace\Task.i"\
+ "..\..\..\..\ace\Task_T.cpp"\
+ "..\..\..\..\ace\Task_T.h"\
+ "..\..\..\..\ace\Task_T.i"\
+ "..\..\..\..\ace\Thread.h"\
+ "..\..\..\..\ace\Thread.i"\
+ "..\..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\..\ace\Time_Date_Value.h"\
+ "..\..\..\..\ace\Time_Dater_Queue.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.cpp"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.i"\
+ "..\..\..\..\ace\Trace.h"\
+ "..\..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\..\ace\WFMO_Reactor.i"\
+ "..\..\..\..\ace\ws2tcpip.h"\
+ "..\..\..\tao\Any.h"\
+ "..\..\..\tao\Any.i"\
+ "..\..\..\tao\CDR.h"\
+ "..\..\..\tao\CDR.i"\
+ "..\..\..\tao\CDR_Interpreter.h"\
+ "..\..\..\tao\Client_Strategy_Factory.h"\
+ "..\..\..\tao\Connect.h"\
+ "..\..\..\tao\Connect.i"\
+ "..\..\..\tao\corba.h"\
+ "..\..\..\tao\CurrentC.h"\
+ "..\..\..\tao\CurrentC.i"\
+ "..\..\..\tao\debug.h"\
+ "..\..\..\tao\default_client.h"\
+ "..\..\..\tao\default_client.i"\
+ "..\..\..\tao\default_server.h"\
+ "..\..\..\tao\default_server.i"\
+ "..\..\..\tao\Environment.h"\
+ "..\..\..\tao\Environment.i"\
+ "..\..\..\tao\Exception.h"\
+ "..\..\..\tao\Exception.i"\
+ "..\..\..\tao\GIOP.h"\
+ "..\..\..\tao\GIOP.i"\
+ "..\..\..\tao\Invocation.h"\
+ "..\..\..\tao\Invocation.i"\
+ "..\..\..\tao\Marshal.h"\
+ "..\..\..\tao\Marshal.i"\
+ "..\..\..\tao\NVList.h"\
+ "..\..\..\tao\NVList.i"\
+ "..\..\..\tao\Object.h"\
+ "..\..\..\tao\Object.i"\
+ "..\..\..\tao\Object_KeyC.h"\
+ "..\..\..\tao\Object_KeyC.i"\
+ "..\..\..\tao\Operation_Table.h"\
+ "..\..\..\tao\ORB.h"\
+ "..\..\..\tao\ORB.i"\
+ "..\..\..\tao\ORB_Core.h"\
+ "..\..\..\tao\ORB_Core.i"\
+ "..\..\..\tao\ORB_Strategies_T.cpp"\
+ "..\..\..\tao\ORB_Strategies_T.h"\
+ "..\..\..\tao\ORB_Strategies_T.i"\
+ "..\..\..\tao\orbconf.h"\
+ "..\..\..\tao\params.h"\
+ "..\..\..\tao\params.i"\
+ "..\..\..\tao\POA.h"\
+ "..\..\..\tao\POA.i"\
+ "..\..\..\tao\POA_CORBA.h"\
+ "..\..\..\tao\poa_macros.h"\
+ "..\..\..\tao\POAC.h"\
+ "..\..\..\tao\POAC.i"\
+ "..\..\..\tao\POAS.h"\
+ "..\..\..\tao\POAS.i"\
+ "..\..\..\tao\PolicyC.h"\
+ "..\..\..\tao\PolicyC.i"\
+ "..\..\..\tao\Principal.h"\
+ "..\..\..\tao\Principal.i"\
+ "..\..\..\tao\Request.h"\
+ "..\..\..\tao\Request.i"\
+ "..\..\..\tao\Sequence.h"\
+ "..\..\..\tao\Sequence.i"\
+ "..\..\..\tao\Sequence_T.cpp"\
+ "..\..\..\tao\Sequence_T.h"\
+ "..\..\..\tao\Sequence_T.i"\
+ "..\..\..\tao\Servant_Base.h"\
+ "..\..\..\tao\Server_Request.h"\
+ "..\..\..\tao\Server_Request.i"\
+ "..\..\..\tao\Server_Strategy_Factory.h"\
+ "..\..\..\tao\singletons.h"\
+ "..\..\..\tao\Stub.h"\
+ "..\..\..\tao\Stub.i"\
+ "..\..\..\tao\Typecode.h"\
+ "..\..\..\tao\Typecode.i"\
+ "..\..\..\tao\Union.h"\
+ "..\..\..\tao\varout.cpp"\
+ "..\..\..\tao\varout.h"\
+ "..\..\..\tao\varout.i"\
+
+NODEP_CPP_Time_DateC=\
+ "..\..\..\..\ace\sys_conf.h"\
+ "..\..\..\tao\Align.h"\
+ "..\..\..\tao\IIOP_Object.h"\
+ "..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
+ "..\..\..\tao\Object_Table.h"\
+ ".\Time_DateC.h"\
+ ".\Time_DateC.i"\
+ ".\Time_DateS.h"\
+ ".\Time_DateS.i"\
+ ".\Time_DateS_T.cpp"\
+ ".\Time_DateS_T.h"\
+ ".\Time_DateS_T.i"\
+
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_DateS.cpp
+
+!IF "$(CFG)" == "Simple Time Date Client - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Debug"
+
+DEP_CPP_Time_DateS=\
+ "..\..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\..\ace\Acceptor.h"\
+ "..\..\..\..\ace\Acceptor.i"\
+ "..\..\..\..\ace\ACE.h"\
+ "..\..\..\..\ace\ACE.i"\
+ "..\..\..\..\ace\Addr.h"\
+ "..\..\..\..\ace\Addr.i"\
+ "..\..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\..\ace\Basic_Types.h"\
+ "..\..\..\..\ace\Basic_Types.i"\
+ "..\..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\..\ace\config-win32-common.h"\
+ "..\..\..\..\ace\config-win32.h"\
+ "..\..\..\..\ace\config-WinCE.h"\
+ "..\..\..\..\ace\config.h"\
+ "..\..\..\..\ace\Connector.cpp"\
+ "..\..\..\..\ace\Connector.h"\
+ "..\..\..\..\ace\Connector.i"\
+ "..\..\..\..\ace\Containers.cpp"\
+ "..\..\..\..\ace\Containers.h"\
+ "..\..\..\..\ace\Containers.i"\
+ "..\..\..\..\ace\Dynamic.h"\
+ "..\..\..\..\ace\Dynamic.i"\
+ "..\..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\..\ace\Event_Handler.h"\
+ "..\..\..\..\ace\Event_Handler.i"\
+ "..\..\..\..\ace\Free_List.cpp"\
+ "..\..\..\..\ace\Free_List.h"\
+ "..\..\..\..\ace\Free_List.i"\
+ "..\..\..\..\ace\Get_Opt.h"\
+ "..\..\..\..\ace\Get_Opt.i"\
+ "..\..\..\..\ace\Handle_Set.h"\
+ "..\..\..\..\ace\Handle_Set.i"\
+ "..\..\..\..\ace\Hash_Map_Manager.cpp"\
+ "..\..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\..\ace\inc_user_config.h"\
+ "..\..\..\..\ace\INET_Addr.h"\
+ "..\..\..\..\ace\INET_Addr.i"\
+ "..\..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\..\ace\iosfwd.h"\
+ "..\..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\..\ace\Log_Msg.h"\
+ "..\..\..\..\ace\Log_Priority.h"\
+ "..\..\..\..\ace\Log_Record.h"\
+ "..\..\..\..\ace\Log_Record.i"\
+ "..\..\..\..\ace\Malloc.h"\
+ "..\..\..\..\ace\Malloc.i"\
+ "..\..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\..\ace\Malloc_T.h"\
+ "..\..\..\..\ace\Malloc_T.i"\
+ "..\..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\..\ace\Managed_Object.h"\
+ "..\..\..\..\ace\Managed_Object.i"\
+ "..\..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\..\ace\Map_Manager.h"\
+ "..\..\..\..\ace\Map_Manager.i"\
+ "..\..\..\..\ace\Mem_Map.h"\
+ "..\..\..\..\ace\Mem_Map.i"\
+ "..\..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\..\ace\Message_Block.h"\
+ "..\..\..\..\ace\Message_Block.i"\
+ "..\..\..\..\ace\Message_Queue.h"\
+ "..\..\..\..\ace\Message_Queue.i"\
+ "..\..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\..\ace\Module.cpp"\
+ "..\..\..\..\ace\Module.h"\
+ "..\..\..\..\ace\Module.i"\
+ "..\..\..\..\ace\Object_Manager.h"\
+ "..\..\..\..\ace\Object_Manager.i"\
+ "..\..\..\..\ace\OS.h"\
+ "..\..\..\..\ace\OS.i"\
+ "..\..\..\..\ace\Reactor.h"\
+ "..\..\..\..\ace\Reactor.i"\
+ "..\..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\..\ace\Service_Config.h"\
+ "..\..\..\..\ace\Service_Config.i"\
+ "..\..\..\..\ace\Service_Object.h"\
+ "..\..\..\..\ace\Service_Object.i"\
+ "..\..\..\..\ace\Service_Repository.h"\
+ "..\..\..\..\ace\Service_Repository.i"\
+ "..\..\..\..\ace\Service_Types.h"\
+ "..\..\..\..\ace\Service_Types.i"\
+ "..\..\..\..\ace\Shared_Object.h"\
+ "..\..\..\..\ace\Shared_Object.i"\
+ "..\..\..\..\ace\Signal.h"\
+ "..\..\..\..\ace\Signal.i"\
+ "..\..\..\..\ace\Singleton.cpp"\
+ "..\..\..\..\ace\Singleton.h"\
+ "..\..\..\..\ace\Singleton.i"\
+ "..\..\..\..\ace\SOCK.h"\
+ "..\..\..\..\ace\SOCK.i"\
+ "..\..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\..\ace\SString.h"\
+ "..\..\..\..\ace\SString.i"\
+ "..\..\..\..\ace\Strategies.h"\
+ "..\..\..\..\ace\Strategies.i"\
+ "..\..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\..\ace\Strategies_T.h"\
+ "..\..\..\..\ace\Strategies_T.i"\
+ "..\..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\..\ace\Stream_Modules.i"\
+ "..\..\..\..\ace\streams.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\..\ace\Svc_Handler.i"\
+ "..\..\..\..\ace\Synch.h"\
+ "..\..\..\..\ace\Synch.i"\
+ "..\..\..\..\ace\Synch_Options.h"\
+ "..\..\..\..\ace\Synch_Options.i"\
+ "..\..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\..\ace\Synch_T.h"\
+ "..\..\..\..\ace\Synch_T.i"\
+ "..\..\..\..\ace\Task.h"\
+ "..\..\..\..\ace\Task.i"\
+ "..\..\..\..\ace\Task_T.cpp"\
+ "..\..\..\..\ace\Task_T.h"\
+ "..\..\..\..\ace\Task_T.i"\
+ "..\..\..\..\ace\Thread.h"\
+ "..\..\..\..\ace\Thread.i"\
+ "..\..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\..\ace\Time_Date_Value.h"\
+ "..\..\..\..\ace\Time_Dater_Queue.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.cpp"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.i"\
+ "..\..\..\..\ace\Trace.h"\
+ "..\..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\..\ace\WFMO_Reactor.i"\
+ "..\..\..\..\ace\ws2tcpip.h"\
+ "..\..\..\tao\Any.h"\
+ "..\..\..\tao\Any.i"\
+ "..\..\..\tao\CDR.h"\
+ "..\..\..\tao\CDR.i"\
+ "..\..\..\tao\CDR_Interpreter.h"\
+ "..\..\..\tao\Client_Strategy_Factory.h"\
+ "..\..\..\tao\Connect.h"\
+ "..\..\..\tao\Connect.i"\
+ "..\..\..\tao\corba.h"\
+ "..\..\..\tao\CurrentC.h"\
+ "..\..\..\tao\CurrentC.i"\
+ "..\..\..\tao\debug.h"\
+ "..\..\..\tao\default_client.h"\
+ "..\..\..\tao\default_client.i"\
+ "..\..\..\tao\default_server.h"\
+ "..\..\..\tao\default_server.i"\
+ "..\..\..\tao\Environment.h"\
+ "..\..\..\tao\Environment.i"\
+ "..\..\..\tao\Exception.h"\
+ "..\..\..\tao\Exception.i"\
+ "..\..\..\tao\GIOP.h"\
+ "..\..\..\tao\GIOP.i"\
+ "..\..\..\tao\Invocation.h"\
+ "..\..\..\tao\Invocation.i"\
+ "..\..\..\tao\Marshal.h"\
+ "..\..\..\tao\Marshal.i"\
+ "..\..\..\tao\NVList.h"\
+ "..\..\..\tao\NVList.i"\
+ "..\..\..\tao\Object.h"\
+ "..\..\..\tao\Object.i"\
+ "..\..\..\tao\Object_KeyC.h"\
+ "..\..\..\tao\Object_KeyC.i"\
+ "..\..\..\tao\Operation_Table.h"\
+ "..\..\..\tao\ORB.h"\
+ "..\..\..\tao\ORB.i"\
+ "..\..\..\tao\ORB_Core.h"\
+ "..\..\..\tao\ORB_Core.i"\
+ "..\..\..\tao\ORB_Strategies_T.cpp"\
+ "..\..\..\tao\ORB_Strategies_T.h"\
+ "..\..\..\tao\ORB_Strategies_T.i"\
+ "..\..\..\tao\orbconf.h"\
+ "..\..\..\tao\params.h"\
+ "..\..\..\tao\params.i"\
+ "..\..\..\tao\POA.h"\
+ "..\..\..\tao\POA.i"\
+ "..\..\..\tao\POA_CORBA.h"\
+ "..\..\..\tao\poa_macros.h"\
+ "..\..\..\tao\POAC.h"\
+ "..\..\..\tao\POAC.i"\
+ "..\..\..\tao\POAS.h"\
+ "..\..\..\tao\POAS.i"\
+ "..\..\..\tao\PolicyC.h"\
+ "..\..\..\tao\PolicyC.i"\
+ "..\..\..\tao\Principal.h"\
+ "..\..\..\tao\Principal.i"\
+ "..\..\..\tao\Request.h"\
+ "..\..\..\tao\Request.i"\
+ "..\..\..\tao\Sequence.h"\
+ "..\..\..\tao\Sequence.i"\
+ "..\..\..\tao\Sequence_T.cpp"\
+ "..\..\..\tao\Sequence_T.h"\
+ "..\..\..\tao\Sequence_T.i"\
+ "..\..\..\tao\Servant_Base.h"\
+ "..\..\..\tao\Server_Request.h"\
+ "..\..\..\tao\Server_Request.i"\
+ "..\..\..\tao\Server_Strategy_Factory.h"\
+ "..\..\..\tao\singletons.h"\
+ "..\..\..\tao\Stub.h"\
+ "..\..\..\tao\Stub.i"\
+ "..\..\..\tao\Typecode.h"\
+ "..\..\..\tao\Typecode.i"\
+ "..\..\..\tao\Union.h"\
+ "..\..\..\tao\varout.cpp"\
+ "..\..\..\tao\varout.h"\
+ "..\..\..\tao\varout.i"\
+
+NODEP_CPP_Time_DateS=\
+ "..\..\..\..\ace\sys_conf.h"\
+ "..\..\..\tao\Align.h"\
+ "..\..\..\tao\IIOP_Object.h"\
+ "..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
+ "..\..\..\tao\Object_Table.h"\
+ ".\Time_DateC.h"\
+ ".\Time_DateC.i"\
+ ".\Time_DateS.h"\
+ ".\Time_DateS.i"\
+ ".\Time_DateS_T.cpp"\
+ ".\Time_DateS_T.h"\
+ ".\Time_DateS_T.i"\
+
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\Time_Date_Client_i.h
+# End Source File
+# End Group
+# Begin Group "IDL Files"
+
+# PROP Default_Filter ".idl"
+# Begin Source File
+
+SOURCE=.\Time_Date.idl
+
+!IF "$(CFG)" == "Simple Time Date Client - Win32 Release"
+
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Debug"
+
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\..\bin\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Debug"
+
+# PROP BASE Ignore_Default_Tool 1
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\tao_idl\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\tao_idl\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client - Win32 Alpha Release"
+
+# PROP BASE Ignore_Default_Tool 1
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\tao_idl\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\tao_idl\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/examples/Simple/time-date/client_static.dsp b/TAO/examples/Simple/time-date/client_static.dsp
new file mode 100644
index 00000000000..240b6e9e447
--- /dev/null
+++ b/TAO/examples/Simple/time-date/client_static.dsp
@@ -0,0 +1,207 @@
+# Microsoft Developer Studio Project File - Name="Simple Time Date Client Static" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=Simple Time Date Client Static - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "client_static.mak".
+!MESSAGE
+!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_static.mak"\
+ CFG="Simple Time Date Client Static - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "Simple Time Date Client Static - Win32 Debug" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Date Client Static - Win32 Release" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "Simple Time Date Client Static - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "client\Static Debug"
+# PROP BASE Intermediate_Dir "client\Static Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "client"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug\Static"
+# PROP Intermediate_Dir "Debug\Static"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "client"
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\..\..\\" /I "..\..\..\orbsvcs" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D TAO_HAS_DLL=0 /D ACE_NO_INLINE /D ACE_HAS_DLL=0 /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 aced.lib TAOd.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 acesd.lib TAOsd.lib orbsvcssd.lib advapi32.lib user32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace" /libpath:"..\..\..\orbsvcs\orbsvcs"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client Static - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "client\Static Release"
+# PROP BASE Intermediate_Dir "client\Static Release"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "client"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release\Static"
+# PROP Intermediate_Dir "Release\Static"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "client"
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\..\..\\" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\\" /I "..\..\..\..\\" /I "..\..\..\orbsvcs" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D ACE_HAS_DLL=0 /D TAO_HAS_DLL=0 /D ACE_NO_INLINE /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 ace.lib TAO.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 aces.lib TAOs.lib orbsvcss.lib advapi32.lib user32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace" /libpath:"..\..\..\orbsvcs\orbsvcs"
+
+!ENDIF
+
+# Begin Target
+
+# Name "Simple Time Date Client Static - Win32 Debug"
+# Name "Simple Time Date Client Static - Win32 Release"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\client.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_DateC.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_DateS.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\Client_i.h
+# End Source File
+# End Group
+# Begin Group "IDL Files"
+
+# PROP Default_Filter ".idl"
+# Begin Source File
+
+SOURCE=.\Time_Date.idl
+
+!IF "$(CFG)" == "Simple Time Date Client Static - Win32 Debug"
+
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\tao_idl\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\..\bin\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Time Date Client Static - Win32 Release"
+
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\tao_idl\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\tao_idl\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/examples/Simple/time-date/server.dsp b/TAO/examples/Simple/time-date/server.dsp
new file mode 100644
index 00000000000..805daaa2473
--- /dev/null
+++ b/TAO/examples/Simple/time-date/server.dsp
@@ -0,0 +1,1132 @@
+# Microsoft Developer Studio Project File - Name="Simple Time Date Server" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+# TARGTYPE "Win32 (ALPHA) Console Application" 0x0603
+
+CFG=Simple Time Date Server - Win32 Alpha Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "server.mak".
+!MESSAGE
+!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="Simple Time Date Server - Win32 Alpha Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "Simple Time Date Server - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Date Server - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Date Server - Win32 Alpha Debug" (based on "Win32 (ALPHA) Console Application")
+!MESSAGE "Simple Time Date Server - Win32 Alpha Release" (based on "Win32 (ALPHA) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+
+!IF "$(CFG)" == "Simple Time Date Server - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir ".\server\Release"
+# PROP BASE Intermediate_Dir ".\server\Release"
+# PROP BASE Target_Dir ".\server"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\server"
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\\" /I "..\..\..\..\\" /I "..\..\..\orbsvcs" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 /nologo /subsystem:console /machine:I386
+# ADD LINK32 ace.lib TAO.lib orbsvcs.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace" /libpath:"..\..\..\orbsvcs\orbsvcs"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir ".\server\Debug"
+# PROP BASE Intermediate_Dir ".\server\Debug"
+# PROP BASE Target_Dir ".\server"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir ".\Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ".\server"
+CPP=cl.exe
+# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\..\..\\" /I "..\..\..\orbsvcs" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+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 /nologo /subsystem:console /debug /machine:I386
+# ADD LINK32 aced.lib TAOd.lib orbsvcsd.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace" /libpath:"..\..\..\orbsvcs\orbsvcs"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "server\Alpha Debug"
+# PROP BASE Intermediate_Dir "server\Alpha Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "server"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir ""
+# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "server"
+CPP=cl.exe
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\..\\ /I" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD ..\..\..\..\\ /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\..\\ /I" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /MDd ..\..\..\..\\ /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 aced.lib TAOd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
+# ADD LINK32 aced.lib TAOd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /debug /machine:ALPHA /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "server\Alpha Release"
+# PROP BASE Intermediate_Dir "server\Alpha Release"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "server"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "server"
+CPP=cl.exe
+# ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /I "..\..\..\\ /I" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD ..\..\..\..\\ /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\..\..\\ /I" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD ..\..\..\..\\ /c
+# SUBTRACT CPP /YX
+RSC=rc.exe
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 ace.lib TAO.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
+# ADD LINK32 ace.lib TAO.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
+
+!ENDIF
+
+# Begin Target
+
+# Name "Simple Time Date Server - Win32 Release"
+# Name "Simple Time Date Server - Win32 Debug"
+# Name "Simple Time Date Server - Win32 Alpha Debug"
+# Name "Simple Time Date Server - Win32 Alpha Release"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\server.cpp
+
+!IF "$(CFG)" == "Simple Time Date Server - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Debug"
+
+DEP_CPP_SERVE=\
+ "..\..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\..\ace\Acceptor.h"\
+ "..\..\..\..\ace\Acceptor.i"\
+ "..\..\..\..\ace\ACE.h"\
+ "..\..\..\..\ace\ACE.i"\
+ "..\..\..\..\ace\Addr.h"\
+ "..\..\..\..\ace\Addr.i"\
+ "..\..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\..\ace\Basic_Types.h"\
+ "..\..\..\..\ace\Basic_Types.i"\
+ "..\..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\..\ace\config-win32-common.h"\
+ "..\..\..\..\ace\config-win32.h"\
+ "..\..\..\..\ace\config-WinCE.h"\
+ "..\..\..\..\ace\config.h"\
+ "..\..\..\..\ace\Connector.cpp"\
+ "..\..\..\..\ace\Connector.h"\
+ "..\..\..\..\ace\Connector.i"\
+ "..\..\..\..\ace\Containers.cpp"\
+ "..\..\..\..\ace\Containers.h"\
+ "..\..\..\..\ace\Containers.i"\
+ "..\..\..\..\ace\Dynamic.h"\
+ "..\..\..\..\ace\Dynamic.i"\
+ "..\..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\..\ace\Event_Handler.h"\
+ "..\..\..\..\ace\Event_Handler.i"\
+ "..\..\..\..\ace\Free_List.cpp"\
+ "..\..\..\..\ace\Free_List.h"\
+ "..\..\..\..\ace\Free_List.i"\
+ "..\..\..\..\ace\Get_Opt.h"\
+ "..\..\..\..\ace\Get_Opt.i"\
+ "..\..\..\..\ace\Handle_Set.h"\
+ "..\..\..\..\ace\Handle_Set.i"\
+ "..\..\..\..\ace\Hash_Map_Manager.cpp"\
+ "..\..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\..\ace\inc_user_config.h"\
+ "..\..\..\..\ace\INET_Addr.h"\
+ "..\..\..\..\ace\INET_Addr.i"\
+ "..\..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\..\ace\iosfwd.h"\
+ "..\..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\..\ace\Log_Msg.h"\
+ "..\..\..\..\ace\Log_Priority.h"\
+ "..\..\..\..\ace\Log_Record.h"\
+ "..\..\..\..\ace\Log_Record.i"\
+ "..\..\..\..\ace\Malloc.h"\
+ "..\..\..\..\ace\Malloc.i"\
+ "..\..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\..\ace\Malloc_T.h"\
+ "..\..\..\..\ace\Malloc_T.i"\
+ "..\..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\..\ace\Managed_Object.h"\
+ "..\..\..\..\ace\Managed_Object.i"\
+ "..\..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\..\ace\Map_Manager.h"\
+ "..\..\..\..\ace\Map_Manager.i"\
+ "..\..\..\..\ace\Mem_Map.h"\
+ "..\..\..\..\ace\Mem_Map.i"\
+ "..\..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\..\ace\Message_Block.h"\
+ "..\..\..\..\ace\Message_Block.i"\
+ "..\..\..\..\ace\Message_Queue.h"\
+ "..\..\..\..\ace\Message_Queue.i"\
+ "..\..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\..\ace\Module.cpp"\
+ "..\..\..\..\ace\Module.h"\
+ "..\..\..\..\ace\Module.i"\
+ "..\..\..\..\ace\Object_Manager.h"\
+ "..\..\..\..\ace\Object_Manager.i"\
+ "..\..\..\..\ace\OS.h"\
+ "..\..\..\..\ace\OS.i"\
+ "..\..\..\..\ace\Reactor.h"\
+ "..\..\..\..\ace\Reactor.i"\
+ "..\..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\..\ace\Service_Config.h"\
+ "..\..\..\..\ace\Service_Config.i"\
+ "..\..\..\..\ace\Service_Object.h"\
+ "..\..\..\..\ace\Service_Object.i"\
+ "..\..\..\..\ace\Service_Repository.h"\
+ "..\..\..\..\ace\Service_Repository.i"\
+ "..\..\..\..\ace\Service_Types.h"\
+ "..\..\..\..\ace\Service_Types.i"\
+ "..\..\..\..\ace\Shared_Object.h"\
+ "..\..\..\..\ace\Shared_Object.i"\
+ "..\..\..\..\ace\Signal.h"\
+ "..\..\..\..\ace\Signal.i"\
+ "..\..\..\..\ace\Singleton.cpp"\
+ "..\..\..\..\ace\Singleton.h"\
+ "..\..\..\..\ace\Singleton.i"\
+ "..\..\..\..\ace\SOCK.h"\
+ "..\..\..\..\ace\SOCK.i"\
+ "..\..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\..\ace\SString.h"\
+ "..\..\..\..\ace\SString.i"\
+ "..\..\..\..\ace\Strategies.h"\
+ "..\..\..\..\ace\Strategies.i"\
+ "..\..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\..\ace\Strategies_T.h"\
+ "..\..\..\..\ace\Strategies_T.i"\
+ "..\..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\..\ace\Stream_Modules.i"\
+ "..\..\..\..\ace\streams.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\..\ace\Svc_Handler.i"\
+ "..\..\..\..\ace\Synch.h"\
+ "..\..\..\..\ace\Synch.i"\
+ "..\..\..\..\ace\Synch_Options.h"\
+ "..\..\..\..\ace\Synch_Options.i"\
+ "..\..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\..\ace\Synch_T.h"\
+ "..\..\..\..\ace\Synch_T.i"\
+ "..\..\..\..\ace\Task.h"\
+ "..\..\..\..\ace\Task.i"\
+ "..\..\..\..\ace\Task_T.cpp"\
+ "..\..\..\..\ace\Task_T.h"\
+ "..\..\..\..\ace\Task_T.i"\
+ "..\..\..\..\ace\Thread.h"\
+ "..\..\..\..\ace\Thread.i"\
+ "..\..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\..\ace\Time_Date_Value.h"\
+ "..\..\..\..\ace\Time_Dater_Queue.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.cpp"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.i"\
+ "..\..\..\..\ace\Trace.h"\
+ "..\..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\..\ace\WFMO_Reactor.i"\
+ "..\..\..\..\ace\ws2tcpip.h"\
+ "..\..\..\tao\Any.h"\
+ "..\..\..\tao\Any.i"\
+ "..\..\..\tao\CDR.h"\
+ "..\..\..\tao\CDR.i"\
+ "..\..\..\tao\Client_Strategy_Factory.h"\
+ "..\..\..\tao\Connect.h"\
+ "..\..\..\tao\Connect.i"\
+ "..\..\..\tao\corba.h"\
+ "..\..\..\tao\CurrentC.h"\
+ "..\..\..\tao\CurrentC.i"\
+ "..\..\..\tao\debug.h"\
+ "..\..\..\tao\default_client.h"\
+ "..\..\..\tao\default_client.i"\
+ "..\..\..\tao\default_server.h"\
+ "..\..\..\tao\default_server.i"\
+ "..\..\..\tao\Environment.h"\
+ "..\..\..\tao\Environment.i"\
+ "..\..\..\tao\Exception.h"\
+ "..\..\..\tao\Exception.i"\
+ "..\..\..\tao\GIOP.h"\
+ "..\..\..\tao\GIOP.i"\
+ "..\..\..\tao\Invocation.h"\
+ "..\..\..\tao\Invocation.i"\
+ "..\..\..\tao\Marshal.h"\
+ "..\..\..\tao\Marshal.i"\
+ "..\..\..\tao\NVList.h"\
+ "..\..\..\tao\NVList.i"\
+ "..\..\..\tao\Object.h"\
+ "..\..\..\tao\Object.i"\
+ "..\..\..\tao\Object_KeyC.h"\
+ "..\..\..\tao\Object_KeyC.i"\
+ "..\..\..\tao\Operation_Table.h"\
+ "..\..\..\tao\ORB.h"\
+ "..\..\..\tao\ORB.i"\
+ "..\..\..\tao\ORB_Core.h"\
+ "..\..\..\tao\ORB_Core.i"\
+ "..\..\..\tao\ORB_Strategies_T.cpp"\
+ "..\..\..\tao\ORB_Strategies_T.h"\
+ "..\..\..\tao\ORB_Strategies_T.i"\
+ "..\..\..\tao\orbconf.h"\
+ "..\..\..\tao\params.h"\
+ "..\..\..\tao\params.i"\
+ "..\..\..\tao\POA.h"\
+ "..\..\..\tao\POA.i"\
+ "..\..\..\tao\POA_CORBA.h"\
+ "..\..\..\tao\poa_macros.h"\
+ "..\..\..\tao\POAC.h"\
+ "..\..\..\tao\POAC.i"\
+ "..\..\..\tao\POAS.h"\
+ "..\..\..\tao\POAS.i"\
+ "..\..\..\tao\PolicyC.h"\
+ "..\..\..\tao\PolicyC.i"\
+ "..\..\..\tao\Principal.h"\
+ "..\..\..\tao\Principal.i"\
+ "..\..\..\tao\Request.h"\
+ "..\..\..\tao\Request.i"\
+ "..\..\..\tao\Sequence.h"\
+ "..\..\..\tao\Sequence.i"\
+ "..\..\..\tao\Sequence_T.cpp"\
+ "..\..\..\tao\Sequence_T.h"\
+ "..\..\..\tao\Sequence_T.i"\
+ "..\..\..\tao\Servant_Base.h"\
+ "..\..\..\tao\Server_Request.h"\
+ "..\..\..\tao\Server_Request.i"\
+ "..\..\..\tao\Server_Strategy_Factory.h"\
+ "..\..\..\tao\singletons.h"\
+ "..\..\..\tao\Stub.h"\
+ "..\..\..\tao\Stub.i"\
+ "..\..\..\tao\TAO.h"\
+ "..\..\..\tao\Typecode.h"\
+ "..\..\..\tao\Typecode.i"\
+ "..\..\..\tao\Union.h"\
+ "..\..\..\tao\varout.cpp"\
+ "..\..\..\tao\varout.h"\
+ "..\..\..\tao\varout.i"\
+
+NODEP_CPP_SERVE=\
+ "..\..\..\..\ace\sys_conf.h"\
+ "..\..\..\tao\Align.h"\
+ "..\..\..\tao\IIOP_Interpreter.h"\
+ "..\..\..\tao\IIOP_Object.h"\
+ "..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
+ "..\..\..\tao\Object_Table.h"\
+ ".\Server_impl.h"\
+ ".\Time_Date_impl.h"\
+ ".\Time_DateC.h"\
+ ".\Time_DateC.i"\
+ ".\Time_DateS.h"\
+ ".\Time_DateS.i"\
+ ".\Time_DateS_T.cpp"\
+ ".\Time_DateS_T.h"\
+ ".\Time_DateS_T.i"\
+
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_Date_i.cpp
+
+!IF "$(CFG)" == "Simple Time Date Server - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_DateC.cpp
+
+!IF "$(CFG)" == "Simple Time Date Server - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Debug"
+
+DEP_CPP_Time_DateC=\
+ "..\..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\..\ace\Acceptor.h"\
+ "..\..\..\..\ace\Acceptor.i"\
+ "..\..\..\..\ace\ACE.h"\
+ "..\..\..\..\ace\ACE.i"\
+ "..\..\..\..\ace\Addr.h"\
+ "..\..\..\..\ace\Addr.i"\
+ "..\..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\..\ace\Basic_Types.h"\
+ "..\..\..\..\ace\Basic_Types.i"\
+ "..\..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\..\ace\config-win32-common.h"\
+ "..\..\..\..\ace\config-win32.h"\
+ "..\..\..\..\ace\config-WinCE.h"\
+ "..\..\..\..\ace\config.h"\
+ "..\..\..\..\ace\Connector.cpp"\
+ "..\..\..\..\ace\Connector.h"\
+ "..\..\..\..\ace\Connector.i"\
+ "..\..\..\..\ace\Containers.cpp"\
+ "..\..\..\..\ace\Containers.h"\
+ "..\..\..\..\ace\Containers.i"\
+ "..\..\..\..\ace\Dynamic.h"\
+ "..\..\..\..\ace\Dynamic.i"\
+ "..\..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\..\ace\Event_Handler.h"\
+ "..\..\..\..\ace\Event_Handler.i"\
+ "..\..\..\..\ace\Free_List.cpp"\
+ "..\..\..\..\ace\Free_List.h"\
+ "..\..\..\..\ace\Free_List.i"\
+ "..\..\..\..\ace\Get_Opt.h"\
+ "..\..\..\..\ace\Get_Opt.i"\
+ "..\..\..\..\ace\Handle_Set.h"\
+ "..\..\..\..\ace\Handle_Set.i"\
+ "..\..\..\..\ace\Hash_Map_Manager.cpp"\
+ "..\..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\..\ace\inc_user_config.h"\
+ "..\..\..\..\ace\INET_Addr.h"\
+ "..\..\..\..\ace\INET_Addr.i"\
+ "..\..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\..\ace\iosfwd.h"\
+ "..\..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\..\ace\Log_Msg.h"\
+ "..\..\..\..\ace\Log_Priority.h"\
+ "..\..\..\..\ace\Log_Record.h"\
+ "..\..\..\..\ace\Log_Record.i"\
+ "..\..\..\..\ace\Malloc.h"\
+ "..\..\..\..\ace\Malloc.i"\
+ "..\..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\..\ace\Malloc_T.h"\
+ "..\..\..\..\ace\Malloc_T.i"\
+ "..\..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\..\ace\Managed_Object.h"\
+ "..\..\..\..\ace\Managed_Object.i"\
+ "..\..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\..\ace\Map_Manager.h"\
+ "..\..\..\..\ace\Map_Manager.i"\
+ "..\..\..\..\ace\Mem_Map.h"\
+ "..\..\..\..\ace\Mem_Map.i"\
+ "..\..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\..\ace\Message_Block.h"\
+ "..\..\..\..\ace\Message_Block.i"\
+ "..\..\..\..\ace\Message_Queue.h"\
+ "..\..\..\..\ace\Message_Queue.i"\
+ "..\..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\..\ace\Module.cpp"\
+ "..\..\..\..\ace\Module.h"\
+ "..\..\..\..\ace\Module.i"\
+ "..\..\..\..\ace\Object_Manager.h"\
+ "..\..\..\..\ace\Object_Manager.i"\
+ "..\..\..\..\ace\OS.h"\
+ "..\..\..\..\ace\OS.i"\
+ "..\..\..\..\ace\Reactor.h"\
+ "..\..\..\..\ace\Reactor.i"\
+ "..\..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\..\ace\Service_Config.h"\
+ "..\..\..\..\ace\Service_Config.i"\
+ "..\..\..\..\ace\Service_Object.h"\
+ "..\..\..\..\ace\Service_Object.i"\
+ "..\..\..\..\ace\Service_Repository.h"\
+ "..\..\..\..\ace\Service_Repository.i"\
+ "..\..\..\..\ace\Service_Types.h"\
+ "..\..\..\..\ace\Service_Types.i"\
+ "..\..\..\..\ace\Shared_Object.h"\
+ "..\..\..\..\ace\Shared_Object.i"\
+ "..\..\..\..\ace\Signal.h"\
+ "..\..\..\..\ace\Signal.i"\
+ "..\..\..\..\ace\Singleton.cpp"\
+ "..\..\..\..\ace\Singleton.h"\
+ "..\..\..\..\ace\Singleton.i"\
+ "..\..\..\..\ace\SOCK.h"\
+ "..\..\..\..\ace\SOCK.i"\
+ "..\..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\..\ace\SString.h"\
+ "..\..\..\..\ace\SString.i"\
+ "..\..\..\..\ace\Strategies.h"\
+ "..\..\..\..\ace\Strategies.i"\
+ "..\..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\..\ace\Strategies_T.h"\
+ "..\..\..\..\ace\Strategies_T.i"\
+ "..\..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\..\ace\Stream_Modules.i"\
+ "..\..\..\..\ace\streams.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\..\ace\Svc_Handler.i"\
+ "..\..\..\..\ace\Synch.h"\
+ "..\..\..\..\ace\Synch.i"\
+ "..\..\..\..\ace\Synch_Options.h"\
+ "..\..\..\..\ace\Synch_Options.i"\
+ "..\..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\..\ace\Synch_T.h"\
+ "..\..\..\..\ace\Synch_T.i"\
+ "..\..\..\..\ace\Task.h"\
+ "..\..\..\..\ace\Task.i"\
+ "..\..\..\..\ace\Task_T.cpp"\
+ "..\..\..\..\ace\Task_T.h"\
+ "..\..\..\..\ace\Task_T.i"\
+ "..\..\..\..\ace\Thread.h"\
+ "..\..\..\..\ace\Thread.i"\
+ "..\..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\..\ace\Time_Date_Value.h"\
+ "..\..\..\..\ace\Time_Dater_Queue.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.cpp"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.i"\
+ "..\..\..\..\ace\Trace.h"\
+ "..\..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\..\ace\WFMO_Reactor.i"\
+ "..\..\..\..\ace\ws2tcpip.h"\
+ "..\..\..\tao\Any.h"\
+ "..\..\..\tao\Any.i"\
+ "..\..\..\tao\CDR.h"\
+ "..\..\..\tao\CDR.i"\
+ "..\..\..\tao\Client_Strategy_Factory.h"\
+ "..\..\..\tao\Connect.h"\
+ "..\..\..\tao\Connect.i"\
+ "..\..\..\tao\corba.h"\
+ "..\..\..\tao\CurrentC.h"\
+ "..\..\..\tao\CurrentC.i"\
+ "..\..\..\tao\debug.h"\
+ "..\..\..\tao\default_client.h"\
+ "..\..\..\tao\default_client.i"\
+ "..\..\..\tao\default_server.h"\
+ "..\..\..\tao\default_server.i"\
+ "..\..\..\tao\Environment.h"\
+ "..\..\..\tao\Environment.i"\
+ "..\..\..\tao\Exception.h"\
+ "..\..\..\tao\Exception.i"\
+ "..\..\..\tao\GIOP.h"\
+ "..\..\..\tao\GIOP.i"\
+ "..\..\..\tao\Invocation.h"\
+ "..\..\..\tao\Invocation.i"\
+ "..\..\..\tao\Marshal.h"\
+ "..\..\..\tao\Marshal.i"\
+ "..\..\..\tao\NVList.h"\
+ "..\..\..\tao\NVList.i"\
+ "..\..\..\tao\Object.h"\
+ "..\..\..\tao\Object.i"\
+ "..\..\..\tao\Object_KeyC.h"\
+ "..\..\..\tao\Object_KeyC.i"\
+ "..\..\..\tao\Operation_Table.h"\
+ "..\..\..\tao\ORB.h"\
+ "..\..\..\tao\ORB.i"\
+ "..\..\..\tao\ORB_Core.h"\
+ "..\..\..\tao\ORB_Core.i"\
+ "..\..\..\tao\ORB_Strategies_T.cpp"\
+ "..\..\..\tao\ORB_Strategies_T.h"\
+ "..\..\..\tao\ORB_Strategies_T.i"\
+ "..\..\..\tao\orbconf.h"\
+ "..\..\..\tao\params.h"\
+ "..\..\..\tao\params.i"\
+ "..\..\..\tao\POA.h"\
+ "..\..\..\tao\POA.i"\
+ "..\..\..\tao\POA_CORBA.h"\
+ "..\..\..\tao\poa_macros.h"\
+ "..\..\..\tao\POAC.h"\
+ "..\..\..\tao\POAC.i"\
+ "..\..\..\tao\POAS.h"\
+ "..\..\..\tao\POAS.i"\
+ "..\..\..\tao\PolicyC.h"\
+ "..\..\..\tao\PolicyC.i"\
+ "..\..\..\tao\Principal.h"\
+ "..\..\..\tao\Principal.i"\
+ "..\..\..\tao\Request.h"\
+ "..\..\..\tao\Request.i"\
+ "..\..\..\tao\Sequence.h"\
+ "..\..\..\tao\Sequence.i"\
+ "..\..\..\tao\Sequence_T.cpp"\
+ "..\..\..\tao\Sequence_T.h"\
+ "..\..\..\tao\Sequence_T.i"\
+ "..\..\..\tao\Servant_Base.h"\
+ "..\..\..\tao\Server_Request.h"\
+ "..\..\..\tao\Server_Request.i"\
+ "..\..\..\tao\Server_Strategy_Factory.h"\
+ "..\..\..\tao\singletons.h"\
+ "..\..\..\tao\Stub.h"\
+ "..\..\..\tao\Stub.i"\
+ "..\..\..\tao\Typecode.h"\
+ "..\..\..\tao\Typecode.i"\
+ "..\..\..\tao\Union.h"\
+ "..\..\..\tao\varout.cpp"\
+ "..\..\..\tao\varout.h"\
+ "..\..\..\tao\varout.i"\
+
+NODEP_CPP_Time_DateC=\
+ "..\..\..\..\ace\sys_conf.h"\
+ "..\..\..\tao\Align.h"\
+ "..\..\..\tao\IIOP_Interpreter.h"\
+ "..\..\..\tao\IIOP_Object.h"\
+ "..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
+ "..\..\..\tao\Object_Table.h"\
+ ".\Time_DateC.h"\
+ ".\Time_DateC.i"\
+ ".\Time_DateS.h"\
+ ".\Time_DateS.i"\
+ ".\Time_DateS_T.cpp"\
+ ".\Time_DateS_T.h"\
+ ".\Time_DateS_T.i"\
+
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_DateS.cpp
+
+!IF "$(CFG)" == "Simple Time Date Server - Win32 Release"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Debug"
+
+DEP_CPP_Time_DateS=\
+ "..\..\..\..\ace\Acceptor.cpp"\
+ "..\..\..\..\ace\Acceptor.h"\
+ "..\..\..\..\ace\Acceptor.i"\
+ "..\..\..\..\ace\ACE.h"\
+ "..\..\..\..\ace\ACE.i"\
+ "..\..\..\..\ace\Addr.h"\
+ "..\..\..\..\ace\Addr.i"\
+ "..\..\..\..\ace\Atomic_Op.i"\
+ "..\..\..\..\ace\Auto_Ptr.cpp"\
+ "..\..\..\..\ace\Auto_Ptr.h"\
+ "..\..\..\..\ace\Auto_Ptr.i"\
+ "..\..\..\..\ace\Basic_Types.h"\
+ "..\..\..\..\ace\Basic_Types.i"\
+ "..\..\..\..\ace\config-win32-borland.h"\
+ "..\..\..\..\ace\config-win32-common.h"\
+ "..\..\..\..\ace\config-win32.h"\
+ "..\..\..\..\ace\config-WinCE.h"\
+ "..\..\..\..\ace\config.h"\
+ "..\..\..\..\ace\Connector.cpp"\
+ "..\..\..\..\ace\Connector.h"\
+ "..\..\..\..\ace\Connector.i"\
+ "..\..\..\..\ace\Containers.cpp"\
+ "..\..\..\..\ace\Containers.h"\
+ "..\..\..\..\ace\Containers.i"\
+ "..\..\..\..\ace\Dynamic.h"\
+ "..\..\..\..\ace\Dynamic.i"\
+ "..\..\..\..\ace\Dynamic_Service.cpp"\
+ "..\..\..\..\ace\Dynamic_Service.h"\
+ "..\..\..\..\ace\Event_Handler.h"\
+ "..\..\..\..\ace\Event_Handler.i"\
+ "..\..\..\..\ace\Free_List.cpp"\
+ "..\..\..\..\ace\Free_List.h"\
+ "..\..\..\..\ace\Free_List.i"\
+ "..\..\..\..\ace\Get_Opt.h"\
+ "..\..\..\..\ace\Get_Opt.i"\
+ "..\..\..\..\ace\Handle_Set.h"\
+ "..\..\..\..\ace\Handle_Set.i"\
+ "..\..\..\..\ace\Hash_Map_Manager.cpp"\
+ "..\..\..\..\ace\Hash_Map_Manager.h"\
+ "..\..\..\..\ace\inc_user_config.h"\
+ "..\..\..\..\ace\INET_Addr.h"\
+ "..\..\..\..\ace\INET_Addr.i"\
+ "..\..\..\..\ace\IO_Cntl_Msg.h"\
+ "..\..\..\..\ace\iosfwd.h"\
+ "..\..\..\..\ace\IPC_SAP.h"\
+ "..\..\..\..\ace\IPC_SAP.i"\
+ "..\..\..\..\ace\Log_Msg.h"\
+ "..\..\..\..\ace\Log_Priority.h"\
+ "..\..\..\..\ace\Log_Record.h"\
+ "..\..\..\..\ace\Log_Record.i"\
+ "..\..\..\..\ace\Malloc.h"\
+ "..\..\..\..\ace\Malloc.i"\
+ "..\..\..\..\ace\Malloc_Base.h"\
+ "..\..\..\..\ace\Malloc_T.cpp"\
+ "..\..\..\..\ace\Malloc_T.h"\
+ "..\..\..\..\ace\Malloc_T.i"\
+ "..\..\..\..\ace\Managed_Object.cpp"\
+ "..\..\..\..\ace\Managed_Object.h"\
+ "..\..\..\..\ace\Managed_Object.i"\
+ "..\..\..\..\ace\Map_Manager.cpp"\
+ "..\..\..\..\ace\Map_Manager.h"\
+ "..\..\..\..\ace\Map_Manager.i"\
+ "..\..\..\..\ace\Mem_Map.h"\
+ "..\..\..\..\ace\Mem_Map.i"\
+ "..\..\..\..\ace\Memory_Pool.h"\
+ "..\..\..\..\ace\Memory_Pool.i"\
+ "..\..\..\..\ace\Message_Block.h"\
+ "..\..\..\..\ace\Message_Block.i"\
+ "..\..\..\..\ace\Message_Queue.h"\
+ "..\..\..\..\ace\Message_Queue.i"\
+ "..\..\..\..\ace\Message_Queue_T.cpp"\
+ "..\..\..\..\ace\Message_Queue_T.h"\
+ "..\..\..\..\ace\Message_Queue_T.i"\
+ "..\..\..\..\ace\Module.cpp"\
+ "..\..\..\..\ace\Module.h"\
+ "..\..\..\..\ace\Module.i"\
+ "..\..\..\..\ace\Object_Manager.h"\
+ "..\..\..\..\ace\Object_Manager.i"\
+ "..\..\..\..\ace\OS.h"\
+ "..\..\..\..\ace\OS.i"\
+ "..\..\..\..\ace\Reactor.h"\
+ "..\..\..\..\ace\Reactor.i"\
+ "..\..\..\..\ace\Reactor_Impl.h"\
+ "..\..\..\..\ace\Service_Config.h"\
+ "..\..\..\..\ace\Service_Config.i"\
+ "..\..\..\..\ace\Service_Object.h"\
+ "..\..\..\..\ace\Service_Object.i"\
+ "..\..\..\..\ace\Service_Repository.h"\
+ "..\..\..\..\ace\Service_Repository.i"\
+ "..\..\..\..\ace\Service_Types.h"\
+ "..\..\..\..\ace\Service_Types.i"\
+ "..\..\..\..\ace\Shared_Object.h"\
+ "..\..\..\..\ace\Shared_Object.i"\
+ "..\..\..\..\ace\Signal.h"\
+ "..\..\..\..\ace\Signal.i"\
+ "..\..\..\..\ace\Singleton.cpp"\
+ "..\..\..\..\ace\Singleton.h"\
+ "..\..\..\..\ace\Singleton.i"\
+ "..\..\..\..\ace\SOCK.h"\
+ "..\..\..\..\ace\SOCK.i"\
+ "..\..\..\..\ace\SOCK_Acceptor.h"\
+ "..\..\..\..\ace\SOCK_Acceptor.i"\
+ "..\..\..\..\ace\SOCK_Connector.h"\
+ "..\..\..\..\ace\SOCK_Connector.i"\
+ "..\..\..\..\ace\SOCK_IO.h"\
+ "..\..\..\..\ace\SOCK_IO.i"\
+ "..\..\..\..\ace\SOCK_Stream.h"\
+ "..\..\..\..\ace\SOCK_Stream.i"\
+ "..\..\..\..\ace\SString.h"\
+ "..\..\..\..\ace\SString.i"\
+ "..\..\..\..\ace\Strategies.h"\
+ "..\..\..\..\ace\Strategies.i"\
+ "..\..\..\..\ace\Strategies_T.cpp"\
+ "..\..\..\..\ace\Strategies_T.h"\
+ "..\..\..\..\ace\Strategies_T.i"\
+ "..\..\..\..\ace\Stream_Modules.cpp"\
+ "..\..\..\..\ace\Stream_Modules.h"\
+ "..\..\..\..\ace\Stream_Modules.i"\
+ "..\..\..\..\ace\streams.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.h"\
+ "..\..\..\..\ace\SV_Semaphore_Complex.i"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.h"\
+ "..\..\..\..\ace\SV_Semaphore_Simple.i"\
+ "..\..\..\..\ace\Svc_Conf_Tokens.h"\
+ "..\..\..\..\ace\Svc_Handler.cpp"\
+ "..\..\..\..\ace\Svc_Handler.h"\
+ "..\..\..\..\ace\Svc_Handler.i"\
+ "..\..\..\..\ace\Synch.h"\
+ "..\..\..\..\ace\Synch.i"\
+ "..\..\..\..\ace\Synch_Options.h"\
+ "..\..\..\..\ace\Synch_Options.i"\
+ "..\..\..\..\ace\Synch_T.cpp"\
+ "..\..\..\..\ace\Synch_T.h"\
+ "..\..\..\..\ace\Synch_T.i"\
+ "..\..\..\..\ace\Task.h"\
+ "..\..\..\..\ace\Task.i"\
+ "..\..\..\..\ace\Task_T.cpp"\
+ "..\..\..\..\ace\Task_T.h"\
+ "..\..\..\..\ace\Task_T.i"\
+ "..\..\..\..\ace\Thread.h"\
+ "..\..\..\..\ace\Thread.i"\
+ "..\..\..\..\ace\Thread_Manager.h"\
+ "..\..\..\..\ace\Thread_Manager.i"\
+ "..\..\..\..\ace\Time_Date_Value.h"\
+ "..\..\..\..\ace\Time_Dater_Queue.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.cpp"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.h"\
+ "..\..\..\..\ace\Time_Dater_Queue_T.i"\
+ "..\..\..\..\ace\Trace.h"\
+ "..\..\..\..\ace\WFMO_Reactor.h"\
+ "..\..\..\..\ace\WFMO_Reactor.i"\
+ "..\..\..\..\ace\ws2tcpip.h"\
+ "..\..\..\tao\Any.h"\
+ "..\..\..\tao\Any.i"\
+ "..\..\..\tao\CDR.h"\
+ "..\..\..\tao\CDR.i"\
+ "..\..\..\tao\Client_Strategy_Factory.h"\
+ "..\..\..\tao\Connect.h"\
+ "..\..\..\tao\Connect.i"\
+ "..\..\..\tao\corba.h"\
+ "..\..\..\tao\CurrentC.h"\
+ "..\..\..\tao\CurrentC.i"\
+ "..\..\..\tao\debug.h"\
+ "..\..\..\tao\default_client.h"\
+ "..\..\..\tao\default_client.i"\
+ "..\..\..\tao\default_server.h"\
+ "..\..\..\tao\default_server.i"\
+ "..\..\..\tao\Environment.h"\
+ "..\..\..\tao\Environment.i"\
+ "..\..\..\tao\Exception.h"\
+ "..\..\..\tao\Exception.i"\
+ "..\..\..\tao\GIOP.h"\
+ "..\..\..\tao\GIOP.i"\
+ "..\..\..\tao\Invocation.h"\
+ "..\..\..\tao\Invocation.i"\
+ "..\..\..\tao\Marshal.h"\
+ "..\..\..\tao\Marshal.i"\
+ "..\..\..\tao\NVList.h"\
+ "..\..\..\tao\NVList.i"\
+ "..\..\..\tao\Object.h"\
+ "..\..\..\tao\Object.i"\
+ "..\..\..\tao\Object_KeyC.h"\
+ "..\..\..\tao\Object_KeyC.i"\
+ "..\..\..\tao\Operation_Table.h"\
+ "..\..\..\tao\ORB.h"\
+ "..\..\..\tao\ORB.i"\
+ "..\..\..\tao\ORB_Core.h"\
+ "..\..\..\tao\ORB_Core.i"\
+ "..\..\..\tao\ORB_Strategies_T.cpp"\
+ "..\..\..\tao\ORB_Strategies_T.h"\
+ "..\..\..\tao\ORB_Strategies_T.i"\
+ "..\..\..\tao\orbconf.h"\
+ "..\..\..\tao\params.h"\
+ "..\..\..\tao\params.i"\
+ "..\..\..\tao\POA.h"\
+ "..\..\..\tao\POA.i"\
+ "..\..\..\tao\POA_CORBA.h"\
+ "..\..\..\tao\poa_macros.h"\
+ "..\..\..\tao\POAC.h"\
+ "..\..\..\tao\POAC.i"\
+ "..\..\..\tao\POAS.h"\
+ "..\..\..\tao\POAS.i"\
+ "..\..\..\tao\PolicyC.h"\
+ "..\..\..\tao\PolicyC.i"\
+ "..\..\..\tao\Principal.h"\
+ "..\..\..\tao\Principal.i"\
+ "..\..\..\tao\Request.h"\
+ "..\..\..\tao\Request.i"\
+ "..\..\..\tao\Sequence.h"\
+ "..\..\..\tao\Sequence.i"\
+ "..\..\..\tao\Sequence_T.cpp"\
+ "..\..\..\tao\Sequence_T.h"\
+ "..\..\..\tao\Sequence_T.i"\
+ "..\..\..\tao\Servant_Base.h"\
+ "..\..\..\tao\Server_Request.h"\
+ "..\..\..\tao\Server_Request.i"\
+ "..\..\..\tao\Server_Strategy_Factory.h"\
+ "..\..\..\tao\singletons.h"\
+ "..\..\..\tao\Stub.h"\
+ "..\..\..\tao\Stub.i"\
+ "..\..\..\tao\Typecode.h"\
+ "..\..\..\tao\Typecode.i"\
+ "..\..\..\tao\Union.h"\
+ "..\..\..\tao\varout.cpp"\
+ "..\..\..\tao\varout.h"\
+ "..\..\..\tao\varout.i"\
+
+NODEP_CPP_Time_DateS=\
+ "..\..\..\..\ace\sys_conf.h"\
+ "..\..\..\tao\Align.h"\
+ "..\..\..\tao\IIOP_Interpreter.h"\
+ "..\..\..\tao\IIOP_Object.h"\
+ "..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
+ "..\..\..\tao\Object_Table.h"\
+ ".\Time_DateC.h"\
+ ".\Time_DateC.i"\
+ ".\Time_DateS.h"\
+ ".\Time_DateS.i"\
+ ".\Time_DateS_T.cpp"\
+ ".\Time_DateS_T.h"\
+ ".\Time_DateS_T.i"\
+
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\Time_Date_i.h
+# End Source File
+# End Group
+# Begin Group "IDL Files"
+
+# PROP Default_Filter ".idl"
+# Begin Source File
+
+SOURCE=.\Time_Date.idl
+
+!IF "$(CFG)" == "Simple Time Date Server - Win32 Release"
+
+USERDEP__Time_Date_="..\..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Debug"
+
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\..\bin\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Debug"
+
+# PROP BASE Ignore_Default_Tool 1
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\tao_idl\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\tao_idl\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server - Win32 Alpha Release"
+
+USERDEP__Time_Date_="..\..\..\tao_idl\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\tao_idl\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/examples/Simple/time-date/server_static.dsp b/TAO/examples/Simple/time-date/server_static.dsp
new file mode 100644
index 00000000000..a03e4254f3d
--- /dev/null
+++ b/TAO/examples/Simple/time-date/server_static.dsp
@@ -0,0 +1,214 @@
+# Microsoft Developer Studio Project File - Name="Simple Time Date Server Static" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Console Application" 0x0103
+
+CFG=Simple Time Date Server Static - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE
+!MESSAGE NMAKE /f "server_static.mak".
+!MESSAGE
+!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_static.mak"\
+ CFG="Simple Time Date Server Static - Win32 Debug"
+!MESSAGE
+!MESSAGE Possible choices for configuration are:
+!MESSAGE
+!MESSAGE "Simple Time Date Server Static - Win32 Debug" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Date Server Static - Win32 Release" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE
+
+# Begin Project
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+RSC=rc.exe
+
+!IF "$(CFG)" == "Simple Time Date Server Static - Win32 Debug"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "server\Static Debug"
+# PROP BASE Intermediate_Dir "server\Static Debug"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "server"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug\Static"
+# PROP Intermediate_Dir "Debug\Static"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "server"
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\..\..\\" /I "..\..\..\orbsvcs" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D ACE_HAS_DLL=0 /D TAO_HAS_DLL=0 /D ACE_NO_INLINE /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "_DEBUG"
+# ADD RSC /l 0x409 /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 aced.lib TAOd.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 acesd.lib TAOsd.lib orbsvcssd.lib advapi32.lib user32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace" /libpath:"..\..\..\orbsvcs\orbsvcs"
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server Static - Win32 Release"
+
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "server\Static Release"
+# PROP BASE Intermediate_Dir "server\Static Release"
+# PROP BASE Ignore_Export_Lib 0
+# PROP BASE Target_Dir "server"
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release\Static"
+# PROP Intermediate_Dir "Release\Static"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir "server"
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\..\..\\" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /FD /c
+# SUBTRACT BASE CPP /YX
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\..\\" /I "..\..\..\..\\" /I "..\..\..\orbsvcs" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D TAO_HAS_DLL=0 /D ACE_NO_INLINE /D ACE_HAS_DLL=0 /FD /c
+# SUBTRACT CPP /YX
+# ADD BASE RSC /l 0x409 /d "NDEBUG"
+# ADD RSC /l 0x409 /d "NDEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 ace.lib TAO.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\tao" /libpath:"..\..\..\ace"
+# ADD LINK32 aces.lib TAOs.lib orbsvcss.lib advapi32.lib user32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace" /libpath:"..\..\..\orbsvcs\orbsvcs"
+
+!ENDIF
+
+# Begin Target
+
+# Name "Simple Time Date Server Static - Win32 Debug"
+# Name "Simple Time Date Server Static - Win32 Release"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
+# Begin Source File
+
+SOURCE=.\server.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_Date_i.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_DateC.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_DateS.cpp
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
+# Begin Source File
+
+SOURCE=.\Server_i.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Time_Date_i.h
+# End Source File
+# End Group
+# Begin Group "IDL Files"
+
+# PROP Default_Filter ".idl"
+# Begin Source File
+
+SOURCE=.\Time_Date.idl
+
+!IF "$(CFG)" == "Simple Time Date Server Static - Win32 Debug"
+
+# PROP Ignore_Default_Tool 1
+USERDEP__Time_Date_="..\..\..\tao_idl\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\..\bin\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ELSEIF "$(CFG)" == "Simple Time Date Server Static - Win32 Release"
+
+USERDEP__Time_Date_="..\..\..\tao_idl\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO_IDL Compiler
+InputPath=.\Time_Date.idl
+InputName=Time_Date
+
+BuildCmds= \
+ ..\..\..\tao_idl\Release\tao_idl $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
+!ENDIF
+
+# End Source File
+# End Group
+# End Target
+# End Project
diff --git a/TAO/examples/Simple/time/client.dsp b/TAO/examples/Simple/time/client.dsp
index 920a12c1fb5..e9a2392686f 100644
--- a/TAO/examples/Simple/time/client.dsp
+++ b/TAO/examples/Simple/time/client.dsp
@@ -18,17 +18,14 @@ CFG=Simple Time Client - Win32 Alpha Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Simple Time Client - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Simple Time Client - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Simple Time Client - Win32 Alpha Debug" (based on\
- "Win32 (ALPHA) Console Application")
-!MESSAGE "Simple Time Client - Win32 Alpha Release" (based on\
- "Win32 (ALPHA) Console Application")
+!MESSAGE "Simple Time Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Client - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Client - Win32 Alpha Debug" (based on "Win32 (ALPHA) Console Application")
+!MESSAGE "Simple Time Client - Win32 Alpha Release" (based on "Win32 (ALPHA) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
@@ -340,8 +337,6 @@ DEP_CPP_CLIEN=\
"..\..\..\tao\Exception.i"\
"..\..\..\tao\GIOP.h"\
"..\..\..\tao\GIOP.i"\
- "..\..\..\tao\IIOP_ORB.h"\
- "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Invocation.h"\
"..\..\..\tao\Invocation.i"\
"..\..\..\tao\Marshal.h"\
@@ -401,6 +396,8 @@ NODEP_CPP_CLIEN=\
"..\..\..\tao\Align.h"\
"..\..\..\tao\IIOP_Object.h"\
"..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Object_Table.h"\
".\Client_impl.h"\
".\TimeC.h"\
@@ -611,8 +608,6 @@ DEP_CPP_TIMEC=\
"..\..\..\tao\Exception.i"\
"..\..\..\tao\GIOP.h"\
"..\..\..\tao\GIOP.i"\
- "..\..\..\tao\IIOP_ORB.h"\
- "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Invocation.h"\
"..\..\..\tao\Invocation.i"\
"..\..\..\tao\Marshal.h"\
@@ -672,6 +667,8 @@ NODEP_CPP_TIMEC=\
"..\..\..\tao\Align.h"\
"..\..\..\tao\IIOP_Object.h"\
"..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Object_Table.h"\
".\TimeC.h"\
".\TimeC.i"\
@@ -872,8 +869,6 @@ DEP_CPP_TIMES=\
"..\..\..\tao\Exception.i"\
"..\..\..\tao\GIOP.h"\
"..\..\..\tao\GIOP.i"\
- "..\..\..\tao\IIOP_ORB.h"\
- "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Invocation.h"\
"..\..\..\tao\Invocation.i"\
"..\..\..\tao\Marshal.h"\
@@ -933,6 +928,8 @@ NODEP_CPP_TIMES=\
"..\..\..\tao\Align.h"\
"..\..\..\tao\IIOP_Object.h"\
"..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Object_Table.h"\
".\TimeC.h"\
".\TimeC.i"\
@@ -968,38 +965,38 @@ SOURCE=.\Time.idl
# PROP Ignore_Default_Tool 1
USERDEP__TIME_="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- ..\..\..\..\bin\tao_idl $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
@@ -1007,38 +1004,38 @@ BuildCmds= \
# PROP Ignore_Default_Tool 1
USERDEP__TIME_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
diff --git a/TAO/examples/Simple/time/server.dsp b/TAO/examples/Simple/time/server.dsp
index d08945fbfa0..1e6f188b15e 100644
--- a/TAO/examples/Simple/time/server.dsp
+++ b/TAO/examples/Simple/time/server.dsp
@@ -18,17 +18,14 @@ CFG=Simple Time Server - Win32 Alpha Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Simple Time Server - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Simple Time Server - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Simple Time Server - Win32 Alpha Debug" (based on\
- "Win32 (ALPHA) Console Application")
-!MESSAGE "Simple Time Server - Win32 Alpha Release" (based on\
- "Win32 (ALPHA) Console Application")
+!MESSAGE "Simple Time Server - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Server - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Server - Win32 Alpha Debug" (based on "Win32 (ALPHA) Console Application")
+!MESSAGE "Simple Time Server - Win32 Alpha Release" (based on "Win32 (ALPHA) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
@@ -339,8 +336,6 @@ DEP_CPP_SERVE=\
"..\..\..\tao\Exception.i"\
"..\..\..\tao\GIOP.h"\
"..\..\..\tao\GIOP.i"\
- "..\..\..\tao\IIOP_ORB.h"\
- "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Invocation.h"\
"..\..\..\tao\Invocation.i"\
"..\..\..\tao\Marshal.h"\
@@ -402,6 +397,8 @@ NODEP_CPP_SERVE=\
"..\..\..\tao\IIOP_Interpreter.h"\
"..\..\..\tao\IIOP_Object.h"\
"..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Object_Table.h"\
".\Server_impl.h"\
".\Time_impl.h"\
@@ -618,8 +615,6 @@ DEP_CPP_TIMEC=\
"..\..\..\tao\Exception.i"\
"..\..\..\tao\GIOP.h"\
"..\..\..\tao\GIOP.i"\
- "..\..\..\tao\IIOP_ORB.h"\
- "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Invocation.h"\
"..\..\..\tao\Invocation.i"\
"..\..\..\tao\Marshal.h"\
@@ -680,6 +675,8 @@ NODEP_CPP_TIMEC=\
"..\..\..\tao\IIOP_Interpreter.h"\
"..\..\..\tao\IIOP_Object.h"\
"..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Object_Table.h"\
".\TimeC.h"\
".\TimeC.i"\
@@ -879,8 +876,6 @@ DEP_CPP_TIMES=\
"..\..\..\tao\Exception.i"\
"..\..\..\tao\GIOP.h"\
"..\..\..\tao\GIOP.i"\
- "..\..\..\tao\IIOP_ORB.h"\
- "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Invocation.h"\
"..\..\..\tao\Invocation.i"\
"..\..\..\tao\Marshal.h"\
@@ -941,6 +936,8 @@ NODEP_CPP_TIMES=\
"..\..\..\tao\IIOP_Interpreter.h"\
"..\..\..\tao\IIOP_Object.h"\
"..\..\..\tao\IIOP_Object.i"\
+ "..\..\..\tao\IIOP_ORB.h"\
+ "..\..\..\tao\IIOP_ORB.i"\
"..\..\..\tao\Object_Table.h"\
".\TimeC.h"\
".\TimeC.i"\
@@ -975,38 +972,38 @@ SOURCE=.\Time.idl
!IF "$(CFG)" == "Simple Time Server - Win32 Release"
USERDEP__TIME_="..\..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
@@ -1014,38 +1011,38 @@ BuildCmds= \
# PROP Ignore_Default_Tool 1
USERDEP__TIME_="..\..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputPath)
InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
-"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
diff --git a/TAO/examples/TAO_Examples.dsw b/TAO/examples/TAO_Examples.dsw
index 113578b551a..6401a5fb360 100644
--- a/TAO/examples/TAO_Examples.dsw
+++ b/TAO/examples/TAO_Examples.dsw
@@ -3,6 +3,102 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
###############################################################################
+Project: "Callback Quoter Consumer"=.\Callback_Quoter\Consumer.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "Callback Quoter Notifier"=.\Callback_Quoter\Notifier.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "Callback Quoter Supplier"=.\Callback_Quoter\Supplier.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "Event_Comm Consumer"=.\Event_Comm\Consumer.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "Event_Comm Notifier"=.\Event_Comm\Notifier.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "Event_Comm Supplier"=.\Event_Comm\Supplier.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "OBV Typed Events Client"=.\OBV\Typed_Events\client.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "OBV Typed Events Server"=.\OBV\Typed_Events\server.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "POA Adapter Activator Server"=.\POA\Adapter_Activator\server.dsp - Package Owner=<4>
Package=<5>
@@ -333,6 +429,30 @@ Package=<4>
###############################################################################
+Project: "Simple Chat Client"=.\Simple\chat\client.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Project: "Simple Chat Server"=.\Simple\chat\server.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
Project: "Simple Echo Client"=.\Simple\echo\client.dsp - Package Owner=<4>
Package=<5>