diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-02 02:58:26 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-02 02:58:26 +0000 |
commit | ec4e7a385b15c0b93ab81060adc0c346318c01da (patch) | |
tree | 8367eab20ca5ae4faf3f543390018abf4e124979 /TAO/tao/TAO.dsp | |
parent | 3160723970c27669fd8e472c938379320883c25b (diff) | |
download | ATCD-ec4e7a385b15c0b93ab81060adc0c346318c01da.tar.gz |
ChangeLogTag:Tue Jun 01 21:40:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/TAO.dsp')
-rw-r--r-- | TAO/tao/TAO.dsp | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/TAO/tao/TAO.dsp b/TAO/tao/TAO.dsp index 6fcf9d5798e..9744c50b60e 100644 --- a/TAO/tao/TAO.dsp +++ b/TAO/tao/TAO.dsp @@ -1199,6 +1199,21 @@ SOURCE=.\Protocol_Factory.cpp # End Source File
# Begin Source File
+SOURCE=.\Reply_Dispatcher.cpp
+
+!IF "$(CFG)" == "TAO - Win32 Release"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Alpha Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\Request.cpp
!IF "$(CFG)" == "TAO - Win32 Release"
@@ -1214,6 +1229,21 @@ SOURCE=.\Request.cpp # End Source File
# Begin Source File
+SOURCE=.\Request_Mux_Strategy.cpp
+
+!IF "$(CFG)" == "TAO - Win32 Release"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Alpha Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\Resource_Factory.cpp
!IF "$(CFG)" == "TAO - Win32 Release"
@@ -1484,6 +1514,21 @@ SOURCE=.\ValueFactory_Map.cpp # End Source File
# Begin Source File
+SOURCE=.\Wait_Strategy.cpp
+
+!IF "$(CFG)" == "TAO - Win32 Release"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "TAO - Win32 Alpha Debug"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\WrongTransactionC.cpp
!IF "$(CFG)" == "TAO - Win32 Release"
@@ -1775,10 +1820,18 @@ SOURCE=.\Protocol_Factory.h # End Source File
# Begin Source File
+SOURCE=.\Reply_Dispatcher.h
+# End Source File
+# Begin Source File
+
SOURCE=.\request.h
# End Source File
# Begin Source File
+SOURCE=.\Request_Mux_Strategy.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Resource_Factory.h
# End Source File
# Begin Source File
@@ -1847,6 +1900,10 @@ SOURCE=.\varout.h # End Source File
# Begin Source File
+SOURCE=.\Wait_Strategy.h
+# End Source File
+# Begin Source File
+
SOURCE=.\WrongTransactionC.h
# End Source File
# End Group
|