diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-05-16 16:54:31 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-05-16 16:54:31 +0000 |
commit | 7ad049abcc818b6c7a81174fbc1bc60a7cce8d1b (patch) | |
tree | 4bb68cdde0695ee8085f24346926bef00d788826 /TAO/tao/Strategies | |
parent | 6daeedf80e4d32c94bdf09ad17ac6c69c4ef2884 (diff) | |
download | ATCD-7ad049abcc818b6c7a81174fbc1bc60a7cce8d1b.tar.gz |
ChangeLogTag:Wed May 16 12:00:34 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Strategies')
-rw-r--r-- | TAO/tao/Strategies/TAO_Strategies_Static.dsp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/TAO_Strategies_Static.dsp b/TAO/tao/Strategies/TAO_Strategies_Static.dsp index 9e8e688ea39..a9526d08ce2 100644 --- a/TAO/tao/Strategies/TAO_Strategies_Static.dsp +++ b/TAO/tao/Strategies/TAO_Strategies_Static.dsp @@ -40,6 +40,8 @@ RSC=rc.exe # PROP Output_Dir ""
# PROP Intermediate_Dir "LIB\Release\Strategies"
# PROP Target_Dir ""
+LINK32=link.exe -lib
+MTL=midl.exe
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /O2 /I "../" /I "../../" /I "../../../" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "TAO_AS_STATIC_LIBS" /D "ACE_AS_STATIC_LIBS" /D "TAO_STRATEGIES_BUILD_DLL" /FD /c
# SUBTRACT CPP /YX
@@ -64,6 +66,8 @@ LIB32=link.exe -lib # PROP Output_Dir ""
# PROP Intermediate_Dir "LIB\Debug\Strategies"
# PROP Target_Dir ""
+LINK32=link.exe -lib
+MTL=midl.exe
# 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 /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
@@ -95,6 +99,14 @@ SOURCE=.\Direct_Priority_Mapping.cpp # End Source File
# Begin Source File
+SOURCE=.\GIOP_Message_NonReactive_Base.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\GIOP_Message_NonReactive_Handler.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Linear_Priority_Mapping.cpp
# End Source File
# Begin Source File
@@ -183,6 +195,14 @@ SOURCE=.\Direct_Priority_Mapping.h # End Source File
# Begin Source File
+SOURCE=.\GIOP_Message_NonReactive_Base.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\GIOP_Message_NonReactive_Handler.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Linear_Priority_Mapping.h
# End Source File
# Begin Source File
@@ -275,6 +295,14 @@ SOURCE=.\Direct_Priority_Mapping.i # End Source File
# Begin Source File
+SOURCE=.\GIOP_Message_NonReactive_Base.inl
+# End Source File
+# Begin Source File
+
+SOURCE=.\GIOP_Message_NonReactive_Handler.inl
+# End Source File
+# Begin Source File
+
SOURCE=.\Linear_Priority_Mapping.i
# End Source File
# Begin Source File
|