diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-11 21:50:32 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-11 21:50:32 +0000 |
commit | 5e3ae25b95eb763eeb0e7879bfbd154125d2c9dc (patch) | |
tree | e2e031f035f0054fa0bb89d77985a9fa1e81116e /ace | |
parent | 5e169237f4eb5a0838306d6feead608cbee31bb7 (diff) | |
download | ATCD-5e3ae25b95eb763eeb0e7879bfbd154125d2c9dc.tar.gz |
dynamic scheduler integration
Diffstat (limited to 'ace')
-rw-r--r-- | ace/ace_dll.dsp | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ace/ace_dll.dsp b/ace/ace_dll.dsp index d72a36774ac..13b639306f8 100644 --- a/ace/ace_dll.dsp +++ b/ace/ace_dll.dsp @@ -5806,6 +5806,29 @@ NODEP_CPP_PROFI=\ # End Source File
# Begin Source File
+SOURCE=.\RB_Tree.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=.\Reactor.cpp
!IF "$(CFG)" == "ACE dynamic library - Win32 Debug"
@@ -12509,6 +12532,10 @@ SOURCE=.\Profile_Timer.h # End Source File
# Begin Source File
+SOURCE=.\RB_Tree.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Reactor.h
# End Source File
# Begin Source File
@@ -13113,6 +13140,10 @@ SOURCE=.\Profile_Timer.i # End Source File
# Begin Source File
+SOURCE=.\RB_Tree.i
+# End Source File
+# Begin Source File
+
SOURCE=.\Reactor.i
# End Source File
# Begin Source File
|