diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-04-30 19:21:19 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-04-30 19:21:19 +0000 |
commit | 02d67a7694ce3f3a9d050824b81dff7f78e66cc7 (patch) | |
tree | 82365b52c47e58df6a41ebac33f780220f3d30a2 /TAO/tao/Messaging | |
parent | 985cb83a6c454efa80418fa2187abbf2b3306601 (diff) | |
download | ATCD-02d67a7694ce3f3a9d050824b81dff7f78e66cc7.tar.gz |
ChangeLogTag:Tue Apr 30 14:20:55 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Messaging')
-rw-r--r-- | TAO/tao/Messaging/TAO_Messaging_Static.dsp | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/TAO/tao/Messaging/TAO_Messaging_Static.dsp b/TAO/tao/Messaging/TAO_Messaging_Static.dsp index 1e30fc000ed..0b47867a360 100644 --- a/TAO/tao/Messaging/TAO_Messaging_Static.dsp +++ b/TAO/tao/Messaging/TAO_Messaging_Static.dsp @@ -40,8 +40,8 @@ RSC=rc.exe # PROP Output_Dir ""
# PROP Intermediate_Dir "LIB\Release\Messaging"
# PROP Target_Dir ""
-LINK32=link.exe -lib
MTL=midl.exe
+LINK32=link.exe -lib
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "../" /I "../../" /I "../../../" /D "_WINDOWS" /D "_CONSOLE" /D "NDEBUG" /D "WIN32" /D "TAO_AS_STATIC_LIBS" /D "ACE_AS_STATIC_LIBS" /FD /c
# SUBTRACT CPP /YX
@@ -66,8 +66,8 @@ LIB32=link.exe -lib # PROP Output_Dir ""
# PROP Intermediate_Dir "LIB\Debug\Messaging"
# PROP Target_Dir ""
-LINK32=link.exe -lib
MTL=midl.exe
+LINK32=link.exe -lib
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /I "../../" /I "../../../" /D "_WINDOWS" /D "_CONSOLE" /D "_DEBUG" /D "WIN32" /D "ACE_AS_STATIC_LIBS" /D "TAO_AS_STATIC_LIBS" /FD /c
# SUBTRACT CPP /YX
@@ -140,6 +140,10 @@ SOURCE=.\Asynch_Timeout_Handler.h # End Source File
# Begin Source File
+SOURCE=.\Connection_Timeout_Policy_i.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Messaging.h
# End Source File
# Begin Source File
@@ -192,6 +196,10 @@ SOURCE=.\Asynch_Timeout_Handler.cpp # End Source File
# Begin Source File
+SOURCE=.\Connection_Timeout_Policy_i.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Messaging.cpp
# End Source File
# Begin Source File
|