summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-09 18:27:45 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-09 18:27:45 +0000
commite7867ce2a24e079999c151283a143372795dfb86 (patch)
tree54a67c79682246d61593da68d7b7ef497f23db6d
parent3c831a2c768f8495bcf256f871a332fc6b2f016e (diff)
downloadATCD-e7867ce2a24e079999c151283a143372795dfb86.tar.gz
*** empty log message ***
-rw-r--r--TAO/orbsvcs/Time_Service/Time_Service_Clerk.dsp16
-rw-r--r--TAO/orbsvcs/Time_Service/Time_Service_Server.dsp14
2 files changed, 17 insertions, 13 deletions
diff --git a/TAO/orbsvcs/Time_Service/Time_Service_Clerk.dsp b/TAO/orbsvcs/Time_Service/Time_Service_Clerk.dsp
index 4d07c421140..d7269a9f4a3 100644
--- a/TAO/orbsvcs/Time_Service/Time_Service_Clerk.dsp
+++ b/TAO/orbsvcs/Time_Service/Time_Service_Clerk.dsp
@@ -13,16 +13,18 @@ CFG=Time_Service_Clerk - 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 "Time_Service_Clerk.mak" CFG="Time_Service_Clerk - Win32 Debug"
+!MESSAGE NMAKE /f "Time_Service_Clerk.mak"\
+ CFG="Time_Service_Clerk - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Time_Service_Clerk - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "Time_Service_Clerk - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Time_Service_Clerk - Win32 Release" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE "Time_Service_Clerk - Win32 Debug" (based on\
+ "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
-# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -76,7 +78,7 @@ BSC32=bscmake.exe
# 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 /pdbtype:sept
-# ADD LINK32 aced.lib taod.lib orbsvcsd.lib /nologo /subsystem:console /pdb:"Time_Service_Clerk.pdb" /debug /machine:I386 /out:"clerk.exe" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\orbsvcs" /libpath:"..\..\..\ace"
+# ADD LINK32 aced.lib taod.lib orbsvcsd.lib /nologo /subsystem:console /debug /machine:I386 /out:"clerk.exe" /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\orbsvcs" /libpath:"..\..\..\ace"
# SUBTRACT LINK32 /pdb:none
!ENDIF
@@ -90,11 +92,11 @@ LINK32=link.exe
# PROP Default_Filter "cpp"
# Begin Source File
-SOURCE=.\clerk.cpp
+SOURCE=.\Clerk_i.cpp
# End Source File
# Begin Source File
-SOURCE=.\Clerk_i.cpp
+SOURCE=.\Time_Service_Clerk.cpp
# End Source File
# End Group
# Begin Group "Header Files"
diff --git a/TAO/orbsvcs/Time_Service/Time_Service_Server.dsp b/TAO/orbsvcs/Time_Service/Time_Service_Server.dsp
index 0ba9d374d30..9ebae4cde8d 100644
--- a/TAO/orbsvcs/Time_Service/Time_Service_Server.dsp
+++ b/TAO/orbsvcs/Time_Service/Time_Service_Server.dsp
@@ -13,16 +13,18 @@ CFG=Time_Service_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 "Time_Service_Server.mak" CFG="Time_Service_Server - Win32 Debug"
+!MESSAGE NMAKE /f "Time_Service_Server.mak"\
+ CFG="Time_Service_Server - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Time_Service_Server - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "Time_Service_Server - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE "Time_Service_Server - Win32 Release" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE "Time_Service_Server - Win32 Debug" (based on\
+ "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
-# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -91,11 +93,11 @@ SOURCE=.\IR_Helper.cpp
# End Source File
# Begin Source File
-SOURCE=.\server.cpp
+SOURCE=.\Server_i.cpp
# End Source File
# Begin Source File
-SOURCE=.\Server_i.cpp
+SOURCE=.\Time_Service_Server.cpp
# End Source File
# End Group
# Begin Group "Header Files"