summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-30 01:43:29 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-30 01:43:29 +0000
commit6c63ac10152ab3abe657aa3fb3c3c1fe7d1e92f4 (patch)
tree46e753a0a5be3660511c402380de45c6eb556fbd
parentd370e1961cd65b442bc267c05561682096d84895 (diff)
downloadATCD-6c63ac10152ab3abe657aa3fb3c3c1fe7d1e92f4.tar.gz
Included the Simple_util and removed the Server_i
Changed the location of the tao_idl
-rw-r--r--TAO/examples/Simple/time/server_static.dsp16
1 files changed, 7 insertions, 9 deletions
diff --git a/TAO/examples/Simple/time/server_static.dsp b/TAO/examples/Simple/time/server_static.dsp
index 919165ee41b..508b64e9a60 100644
--- a/TAO/examples/Simple/time/server_static.dsp
+++ b/TAO/examples/Simple/time/server_static.dsp
@@ -13,16 +13,18 @@ CFG=Simple Time Server Static - 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_static.mak" CFG="Simple Time Server Static - Win32 Debug"
+!MESSAGE NMAKE /f "server_static.mak"\
+ CFG="Simple Time Server Static - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Simple Time Server Static - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "Simple Time Server Static - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Server Static - Win32 Debug" (based on\
+ "Win32 (x86) Console Application")
+!MESSAGE "Simple Time Server Static - Win32 Release" (based on\
+ "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
-# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -97,10 +99,6 @@ SOURCE=.\server.cpp
# End Source File
# Begin Source File
-SOURCE=.\Server_i.cpp
-# End Source File
-# Begin Source File
-
SOURCE=.\Time_i.cpp
# End Source File
# Begin Source File
@@ -140,7 +138,7 @@ InputPath=.\Time.idl
InputName=Time
BuildCmds= \
- ..\..\..\tao_idl\tao_idl $(InputName).idl
+ ..\..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)