diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-25 10:37:32 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-25 10:37:32 +0000 |
commit | 0a7bb4f94b216d879a97b00f17119dfe1ae903c7 (patch) | |
tree | e8b8dfd171712b3ba9192514f7a1a687ef11c3a9 /ace/ace_dll.dsp | |
parent | 0ed02873d5c8b8c4cb79dfd3825c46106b58f3fb (diff) | |
download | ATCD-0a7bb4f94b216d879a97b00f17119dfe1ae903c7.tar.gz |
Templatized Select_Reactor
Diffstat (limited to 'ace/ace_dll.dsp')
-rw-r--r-- | ace/ace_dll.dsp | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/ace/ace_dll.dsp b/ace/ace_dll.dsp index 31ea1f77ba7..c79667fdd90 100644 --- a/ace/ace_dll.dsp +++ b/ace/ace_dll.dsp @@ -40,7 +40,6 @@ CFG=ACE dynamic library - Win32 Alpha Unicode Debug # Begin Project
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
-# PROP WCE_Configuration "H/PC Ver. 2.00"
!IF "$(CFG)" == "ACE dynamic library - Win32 Debug"
@@ -6729,6 +6728,29 @@ NODEP_CPP_SELEC=\ # End Source File
# Begin Source File
+SOURCE=.\Select_Reactor_Base.cpp
+
+!IF "$(CFG)" == "ACE dynamic library - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Release"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Unicode Release"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Alpha Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Alpha Unicode Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\Service_Config.cpp
!IF "$(CFG)" == "ACE dynamic library - Win32 Debug"
@@ -12709,6 +12731,14 @@ SOURCE=.\Select_Reactor.h # End Source File
# Begin Source File
+SOURCE=.\Select_Reactor_Base.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\Select_Reactor_T.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Service_Config.h
# End Source File
# Begin Source File
@@ -13357,6 +13387,14 @@ SOURCE=.\Select_Reactor.i # End Source File
# Begin Source File
+SOURCE=.\Select_Reactor_Base.i
+# End Source File
+# Begin Source File
+
+SOURCE=.\Select_Reactor_T.i
+# End Source File
+# Begin Source File
+
SOURCE=.\Service_Config.i
# End Source File
# Begin Source File
@@ -13704,6 +13742,29 @@ SOURCE=.\Module.cpp # End Source File
# Begin Source File
+SOURCE=.\Select_Reactor_T.cpp
+
+!IF "$(CFG)" == "ACE dynamic library - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Release"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Unicode Release"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Alpha Release"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Alpha Unicode Debug"
+
+!ELSEIF "$(CFG)" == "ACE dynamic library - Win32 Alpha Unicode Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=.\Singleton.cpp
# PROP BASE Exclude_From_Build 1
# PROP Exclude_From_Build 1
|