summaryrefslogtreecommitdiff
path: root/ace/ace_dll.vcp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-11 03:21:17 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-11 03:21:17 +0000
commitfe81d4941c5c6407457076c7d98ee744ed0199ae (patch)
treedff8167628099640fa41786bee4df6d7568e2930 /ace/ace_dll.vcp
parent1c58351c4cc0d8fc07b27269ec79db4cf7344080 (diff)
downloadATCD-fe81d4941c5c6407457076c7d98ee744ed0199ae.tar.gz
ChangeLogTag:Sat Mar 10 19:05:38 2001 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/ace_dll.vcp')
-rw-r--r--ace/ace_dll.vcp93780
1 files changed, 93750 insertions, 30 deletions
diff --git a/ace/ace_dll.vcp b/ace/ace_dll.vcp
index 1f3f118fd87..c2f88e61cba 100644
--- a/ace/ace_dll.vcp
+++ b/ace/ace_dll.vcp
@@ -50,8 +50,8 @@ CFG=ace - Win32 (WCE MIPS) Debug
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "DLL/MIPSRel"
-# PROP Intermediate_Dir "DLL/MIPSRel"
+# PROP Output_Dir "../LIB/MIPS"
+# PROP Intermediate_Dir "Release/MIPS"
# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -71,7 +71,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
-# ADD LINK32 commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 winsock.lib commctrl.lib coredll.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../bin/MIPS/ace.dll" /libpath:"../LIB/MIPS" /subsystem:$(CESubsystem) /MACHINE:MIPS
!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
@@ -84,8 +84,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DLL/MIPSDbg"
-# PROP Intermediate_Dir "DLL/MIPSDbg"
+# PROP Output_Dir "../LIB/MIPS"
+# PROP Intermediate_Dir "Debug/MIPS"
# PROP CPU_ID "{D6519010-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -105,7 +105,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
-# ADD LINK32 commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:MIPS
+# ADD LINK32 winsock.lib commctrl.lib coredll.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../bin/MIPS/aced.dll" /libpath:"../LIB/MIPS" /subsystem:$(CESubsystem) /MACHINE:MIPS
!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
@@ -118,8 +118,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "DLL/SH4Rel"
-# PROP Intermediate_Dir "DLL/SH4Rel"
+# PROP Output_Dir "../LIB/SH4"
+# PROP Intermediate_Dir "Release/SH4"
# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -139,7 +139,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
-# ADD LINK32 commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 winsock.lib commctrl.lib coredll.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../bin/SH4/ace.dll" /libpath:"../LIB/SH4" /subsystem:$(CESubsystem) /MACHINE:SH4
!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
@@ -152,8 +152,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DLL/SH4Dbg"
-# PROP Intermediate_Dir "DLL/SH4Dbg"
+# PROP Output_Dir "../LIB/SH4"
+# PROP Intermediate_Dir "Debug/SH4"
# PROP CPU_ID "{D6519021-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -173,7 +173,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
-# ADD LINK32 commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH4
+# ADD LINK32 winsock.lib commctrl.lib coredll.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../bin/SH4/aced.dll" /libpath:"../LIB/SH4" /subsystem:$(CESubsystem) /MACHINE:SH4
!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
@@ -186,8 +186,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "DLL/SH3Rel"
-# PROP Intermediate_Dir "DLL/SH3Rel"
+# PROP Output_Dir "../LIB/SH3"
+# PROP Intermediate_Dir "Release/SH3"
# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -208,7 +208,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
-# ADD LINK32 commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 winsock.lib commctrl.lib coredll.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../bin/SH3/ace.dll" /libpath:"../LIB/SH3" /subsystem:$(CESubsystem) /MACHINE:SH3
!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
@@ -221,8 +221,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DLL/SH3Dbg"
-# PROP Intermediate_Dir "DLL/SH3Dbg"
+# PROP Output_Dir "../LIB/SH3"
+# PROP Intermediate_Dir "Debug/SH3"
# PROP CPU_ID "{D6519020-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -243,7 +243,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
-# ADD LINK32 commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /MACHINE:SH3
+# ADD LINK32 winsock.lib commctrl.lib coredll.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../bin/SH3/aced.dll" /libpath:"../LIB/SH3" /subsystem:$(CESubsystem) /MACHINE:SH3
!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
@@ -256,8 +256,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "DLL/ARMRel"
-# PROP Intermediate_Dir "DLL/ARMRel"
+# PROP Output_Dir "../LIB/ARM"
+# PROP Intermediate_Dir "Release/ARM"
# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -277,7 +277,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
-# ADD LINK32 commctrl.lib coredll.lib winsock.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 winsock.lib commctrl.lib coredll.lib ace_os.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /nodefaultlib:"$(CENoDefaultLib)" /out:"../bin/ARM/ace.dll" /libpath:"../LIB/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
@@ -290,8 +290,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DLL/ARMDbg"
-# PROP Intermediate_Dir "DLL/ARMDbg"
+# PROP Output_Dir "../LIB/ARM"
+# PROP Intermediate_Dir "Debug/ARM"
# PROP CPU_ID "{D6518FFC-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -311,7 +311,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
-# ADD LINK32 winsock.lib commctrl.lib coredll.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
+# ADD LINK32 winsock.lib commctrl.lib coredll.lib ace_osd.lib /nologo /base:"0x00100000" /stack:0x10000,0x1000 /entry:"_DllMainCRTStartup" /dll /debug /nodefaultlib:"$(CENoDefaultLib)" /out:"../bin/ARM/aced.dll" /libpath:"../LIB/ARM" /subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM
!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
@@ -324,8 +324,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "DLL/X86EMRel"
-# PROP Intermediate_Dir "DLL/X86EMRel"
+# PROP Output_Dir "../LIB/X86EM"
+# PROP Intermediate_Dir "Release/X86EM"
# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -346,7 +346,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
-# ADD LINK32 winsock.lib $(CEx86Corelibc) commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 $(CEx86Corelibc) winsock.lib commctrl.lib coredll.lib ace_os.lib /nologo /stack:0x10000,0x1000 /dll /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../bin/X86EM/ace.dll" /libpath:"../LIB/X86EM" /windowsce:emulation /MACHINE:IX86
!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
@@ -359,8 +359,8 @@ LINK32=link.exe
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DLL/X86EMDbg"
-# PROP Intermediate_Dir "DLL/X86EMDbg"
+# PROP Output_Dir "../LIB/X86EM"
+# PROP Intermediate_Dir "Debug/X86EM"
# PROP CPU_ID "{D6518FF4-710F-11D3-99F2-00105A0DF099}"
# PROP Platform_ID "{8A9A2F80-6887-11D3-842E-005004848CBA}"
# PROP Ignore_Export_Lib 0
@@ -381,7 +381,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
-# ADD LINK32 winsock.lib $(CEx86Corelibc) commctrl.lib coredll.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /windowsce:emulation /MACHINE:IX86
+# ADD LINK32 $(CEx86Corelibc) winsock.lib commctrl.lib coredll.lib ace_osd.lib /nologo /stack:0x10000,0x1000 /dll /debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib) /out:"../bin/X86EM/aced.dll" /libpath:"../LIB/X86EM" /windowsce:emulation /MACHINE:IX86
!ENDIF
@@ -404,508 +404,94228 @@ LINK32=link.exe
SOURCE=.\ACE.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ACE_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+ ".\Version.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Activation_Queue.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ACTIV=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Activation_Queue.h"\
+ ".\Activation_Queue.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Active_Map_Manager.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ACTIVE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Active_Map_Manager.h"\
+ ".\Active_Map_Manager.i"\
+ ".\Active_Map_Manager_T.cpp"\
+ ".\Active_Map_Manager_T.h"\
+ ".\Active_Map_Manager_T.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Addr.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ADDR_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\ARGV.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ARGV_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Asynch_IO.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_ASYNC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Based_Pointer_Repository.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BASED=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Basic_Stats.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BASIC=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Basic_Types.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_BASIC_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Filecache.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Name_Space.h"\
+ ".\Local_Name_Space_T.cpp"\
+ ".\Local_Name_Space_T.h"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\Remote_Tokens.h"\
+ ".\Remote_Tokens.i"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Template_Instantiations.cpp"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Hash.h"\
+ ".\Timer_Hash_T.cpp"\
+ ".\Timer_Hash_T.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Token_Invariants.h"\
+ ".\Token_Request_Reply.h"\
+ ".\Token_Request_Reply.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Containers.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_CONTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\DLL.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DLL_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\DLL.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Dump.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DUMP_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dump.h"\
+ ".\Dump_T.cpp"\
+ ".\Dump_T.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Dynamic.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_DYNAM=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Event_Handler.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_EVENT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Flag_Manip.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_FLAG_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Functor.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_FUNCT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Get_Opt.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_GET_O=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Handle_Set.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_HANDL=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\High_Res_Timer.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_HIGH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\INET_Addr.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_INET_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
+SOURCE=.\Init_ACE.cpp
+
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_INIT_=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\IO_Cntl_Msg.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\IO_SAP.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IO_SA=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\IO_SAP.h"\
+ ".\IO_SAP.i"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\IPC_SAP.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_IPC_S=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Lib_Find.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LIB_F=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Log_Msg.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Msg_NT_Event_Log.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Msg_NT_Event_Log.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LOG_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Log_Msg_Backend.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LOG_MS=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Log_Msg_Callback.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LOG_MSG=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\svc_export.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Log_Msg_IPC.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LOG_MSG_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Backend.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Msg_IPC.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SPIPE.h"\
+ ".\SPIPE.i"\
+ ".\SPIPE_Addr.h"\
+ ".\SPIPE_Addr.i"\
+ ".\SPIPE_Connector.h"\
+ ".\SPIPE_Connector.i"\
+ ".\SPIPE_Stream.h"\
+ ".\SPIPE_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Log_Record.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_LOG_R=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Malloc.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MALLO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Malloc_Allocator.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MALLOC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Mem_Map.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MEM_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Memory_Pool.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MEMOR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Based_Pointer_Repository.h"\
+ ".\Based_Pointer_T.cpp"\
+ ".\Based_Pointer_T.h"\
+ ".\Based_Pointer_T.i"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Message_Block.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MESSA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+ ".\Timeprobe_T.cpp"\
+ ".\Timeprobe_T.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Message_Queue.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_MESSAG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Method_Request.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_METHO=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Method_Request.h"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Object_Manager.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_OBJEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Asynch_IO.h"\
+ ".\Asynch_IO_Impl.h"\
+ ".\Asynch_IO_Impl.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Name_Proxy.h"\
+ ".\Name_Request_Reply.h"\
+ ".\Name_Space.h"\
+ ".\Naming_Context.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Proactor.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_List.h"\
+ ".\Timer_List_T.cpp"\
+ ".\Timer_List_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Timer_Wheel.h"\
+ ".\Timer_Wheel_T.cpp"\
+ ".\Timer_Wheel_T.h"\
+ ".\Token_Manager.h"\
+ ".\Token_Manager.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Obstack.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_OBSTA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Parse_Node.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PARSE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Pipe.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PIPE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Process.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PROCE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Process_Manager.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PROCES=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process.h"\
+ ".\Process.i"\
+ ".\Process_Manager.h"\
+ ".\Process_Manager.i"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Process_Mutex.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PROCESS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Profile_Timer.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_PROFI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\High_Res_Timer.h"\
+ ".\High_Res_Timer.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Profile_Timer.h"\
+ ".\Profile_Timer.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Reactor.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_REACT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Msg_WFMO_Reactor.h"\
+ ".\Msg_WFMO_Reactor.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Sched_Params.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SCHED=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sched_Params.h"\
+ ".\Sched_Params.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Select_Reactor.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SELEC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Select_Reactor_Base.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SELECT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Service_Config.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Service_Manager.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVIC=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Get_Opt.h"\
+ ".\Get_Opt.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Manager.h"\
+ ".\Service_Manager.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Service_Object.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVICE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Service_Repository.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVICE_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Service_Types.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SERVICE_T=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Shared_Object.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SHARE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Signal.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SIGNA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK_Acceptor.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_A=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_Acceptor.h"\
+ ".\SOCK_Acceptor.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK_CODgram.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\SOCK_CODgram.h"\
+ ".\SOCK_CODgram.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Sock_Connect.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc_Base.h"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK_Connector.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_CON=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Connector.h"\
+ ".\SOCK_Connector.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Time_Value.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK_Dgram.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_D=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\QoS_Session.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK_Dgram_Bcast.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_DG=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Bcast.h"\
+ ".\SOCK_Dgram_Bcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK_Dgram_Mcast.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_DGR=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_Dgram.h"\
+ ".\SOCK_Dgram.i"\
+ ".\SOCK_Dgram_Mcast.h"\
+ ".\SOCK_Dgram_Mcast.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK_IO.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_I=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SOCK_Stream.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SOCK_S=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Addr.h"\
+ ".\Addr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\INET_Addr.h"\
+ ".\INET_Addr.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\IPC_SAP.h"\
+ ".\IPC_SAP.i"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\QoS_Session.h"\
+ ".\SOCK.h"\
+ ".\SOCK.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SOCK_IO.h"\
+ ".\SOCK_IO.i"\
+ ".\SOCK_Stream.h"\
+ ".\SOCK_Stream.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\SString.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SSTRI=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Stats.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_STATS=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Stats.h"\
+ ".\Basic_Stats.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\Stats.h"\
+ ".\Stats.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Strategies.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_STRAT=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Svc_Conf_l.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SVC_C=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Svc_Conf_y.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SVC_CO=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\ARGV.h"\
+ ".\ARGV.i"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\Obstack.h"\
+ ".\Obstack.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Parse_Node.h"\
+ ".\Parse_Node.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream.cpp"\
+ ".\Stream.h"\
+ ".\Stream.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf.h"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Time_Value.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Synch.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SYNCH=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Synch_Options.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SYNCH_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\System_Time.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_SYSTE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\System_Time.h"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Task.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TASK_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Module.cpp"\
+ ".\Module.h"\
+ ".\Module.i"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\Stream_Modules.cpp"\
+ ".\Stream_Modules.h"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Task.h"\
+ ".\Task.i"\
+ ".\Task_T.cpp"\
+ ".\Task_T.h"\
+ ".\Task_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Thread.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_THREA=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Thread_Adapter.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_THREAD=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Thread_Control.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_THREAD_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Thread_Exit.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_THREAD_E=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Thread_Manager.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_THREAD_M=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Dynamic.h"\
+ ".\Dynamic.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Token.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TOKEN=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\TP_Reactor.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TP_RE=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Local_Tokens.h"\
+ ".\Local_Tokens.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Map_Manager.cpp"\
+ ".\Map_Manager.h"\
+ ".\Map_Manager.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\Pipe.h"\
+ ".\Pipe.i"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Select_Reactor.h"\
+ ".\Select_Reactor_Base.h"\
+ ".\Select_Reactor_Base.i"\
+ ".\Select_Reactor_T.cpp"\
+ ".\Select_Reactor_T.h"\
+ ".\Select_Reactor_T.i"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Token.h"\
+ ".\Token.i"\
+ ".\TP_Reactor.h"\
+ ".\TP_Reactor.i"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\Trace.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_TRACE=\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\iosfwd.h"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\streams.h"\
+ ".\svc_export.h"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Trace.h"\
+
+
+!ENDIF
# End Source File
# Begin Source File
SOURCE=.\WFMO_Reactor.cpp
+!IF "$(CFG)" == "ace - Win32 (WCE MIPS) Release"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE MIPS) Debug"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Release"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH4) Debug"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Release"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE SH3) Debug"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Release"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-ghs-common.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-ghs.h"\
+ ".\config-win32-msvc-5.h"\
+ ".\config-win32-msvc-6.h"\
+ ".\config-win32-msvc-7.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE ARM) Debug"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Release"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ELSEIF "$(CFG)" == "ace - Win32 (WCE x86em) Debug"
+
+DEP_CPP_WFMO_=\
+ ".\ACE.h"\
+ ".\ACE.i"\
+ ".\ACE_export.h"\
+ ".\ace_wchar.h"\
+ ".\ace_wchar.inl"\
+ ".\Atomic_Op.i"\
+ ".\Auto_Ptr.cpp"\
+ ".\Auto_Ptr.h"\
+ ".\Auto_Ptr.i"\
+ ".\Base_Thread_Adapter.h"\
+ ".\Base_Thread_Adapter.inl"\
+ ".\Basic_Types.h"\
+ ".\Basic_Types.i"\
+ ".\config-all.h"\
+ ".\config-win32-borland.h"\
+ ".\config-win32-common.h"\
+ ".\config-win32-msvc.h"\
+ ".\config-win32-visualage.h"\
+ ".\config-win32.h"\
+ ".\config-WinCE.h"\
+ ".\config.h"\
+ ".\Containers.h"\
+ ".\Containers.i"\
+ ".\Containers_T.cpp"\
+ ".\Containers_T.h"\
+ ".\Containers_T.i"\
+ ".\Event_Handler.h"\
+ ".\Event_Handler.i"\
+ ".\File_Lock.h"\
+ ".\File_Lock.inl"\
+ ".\Flag_Manip.h"\
+ ".\Flag_Manip.i"\
+ ".\Free_List.cpp"\
+ ".\Free_List.h"\
+ ".\Free_List.i"\
+ ".\Functor.h"\
+ ".\Functor.i"\
+ ".\Functor_T.cpp"\
+ ".\Functor_T.h"\
+ ".\Functor_T.i"\
+ ".\Handle_Ops.h"\
+ ".\Handle_Ops.i"\
+ ".\Handle_Set.h"\
+ ".\Handle_Set.i"\
+ ".\Hash_Map_Manager.h"\
+ ".\Hash_Map_Manager_T.cpp"\
+ ".\Hash_Map_Manager_T.h"\
+ ".\Hash_Map_Manager_T.i"\
+ ".\Init_ACE.h"\
+ ".\Init_ACE.i"\
+ ".\IO_Cntl_Msg.h"\
+ ".\iosfwd.h"\
+ ".\Lib_Find.h"\
+ ".\Lib_Find.i"\
+ ".\Log_Msg.h"\
+ ".\Log_Msg_Callback.h"\
+ ".\Log_Priority.h"\
+ ".\Log_Record.h"\
+ ".\Log_Record.i"\
+ ".\Malloc.h"\
+ ".\Malloc.i"\
+ ".\Malloc_Allocator.h"\
+ ".\Malloc_Allocator.i"\
+ ".\Malloc_Base.h"\
+ ".\Malloc_T.cpp"\
+ ".\Malloc_T.h"\
+ ".\Malloc_T.i"\
+ ".\Managed_Object.cpp"\
+ ".\Managed_Object.h"\
+ ".\Managed_Object.i"\
+ ".\Mem_Map.h"\
+ ".\Mem_Map.i"\
+ ".\Memory_Pool.h"\
+ ".\Memory_Pool.i"\
+ ".\Message_Block.h"\
+ ".\Message_Block.i"\
+ ".\Message_Block_T.cpp"\
+ ".\Message_Block_T.h"\
+ ".\Message_Block_T.i"\
+ ".\Message_Queue.h"\
+ ".\Message_Queue.i"\
+ ".\Message_Queue_T.cpp"\
+ ".\Message_Queue_T.h"\
+ ".\Message_Queue_T.i"\
+ ".\Min_Max.h"\
+ ".\Object_Manager.h"\
+ ".\Object_Manager.i"\
+ ".\OS.h"\
+ ".\OS.i"\
+ ".\OS_Dirent.h"\
+ ".\OS_Dirent.inl"\
+ ".\OS_Errno.h"\
+ ".\OS_Errno.inl"\
+ ".\OS_Export.h"\
+ ".\OS_Log_Msg_Attributes.h"\
+ ".\OS_Log_Msg_Attributes.inl"\
+ ".\OS_Memory.h"\
+ ".\OS_Memory.inl"\
+ ".\OS_String.h"\
+ ".\OS_String.inl"\
+ ".\OS_TLI.h"\
+ ".\OS_TLI.inl"\
+ ".\post.h"\
+ ".\pre.h"\
+ ".\Process_Mutex.h"\
+ ".\Process_Mutex.inl"\
+ ".\Process_Semaphore.h"\
+ ".\Process_Semaphore.inl"\
+ ".\Reactor.h"\
+ ".\Reactor.i"\
+ ".\Reactor_Impl.h"\
+ ".\RW_Process_Mutex.h"\
+ ".\RW_Process_Mutex.inl"\
+ ".\Service_Config.h"\
+ ".\Service_Config.i"\
+ ".\Service_Object.h"\
+ ".\Service_Object.i"\
+ ".\Service_Repository.h"\
+ ".\Service_Repository.i"\
+ ".\Service_Types.h"\
+ ".\Service_Types.i"\
+ ".\Shared_Object.h"\
+ ".\Shared_Object.i"\
+ ".\Signal.h"\
+ ".\Signal.i"\
+ ".\Singleton.cpp"\
+ ".\Singleton.h"\
+ ".\Singleton.i"\
+ ".\Sock_Connect.h"\
+ ".\Sock_Connect.i"\
+ ".\SString.h"\
+ ".\SString.i"\
+ ".\Strategies.h"\
+ ".\Strategies.i"\
+ ".\Strategies_T.cpp"\
+ ".\Strategies_T.h"\
+ ".\Strategies_T.i"\
+ ".\streams.h"\
+ ".\SV_Semaphore_Complex.h"\
+ ".\SV_Semaphore_Complex.i"\
+ ".\SV_Semaphore_Simple.h"\
+ ".\SV_Semaphore_Simple.i"\
+ ".\Svc_Conf_Tokens.h"\
+ ".\svc_export.h"\
+ ".\Synch.h"\
+ ".\Synch.i"\
+ ".\Synch_Options.h"\
+ ".\Synch_Options.i"\
+ ".\Synch_T.cpp"\
+ ".\Synch_T.h"\
+ ".\Synch_T.i"\
+ ".\Test_and_Set.cpp"\
+ ".\Test_and_Set.h"\
+ ".\Test_and_Set.i"\
+ ".\Thread.h"\
+ ".\Thread.i"\
+ ".\Thread_Adapter.h"\
+ ".\Thread_Adapter.inl"\
+ ".\Thread_Control.h"\
+ ".\Thread_Control.inl"\
+ ".\Thread_Exit.h"\
+ ".\Thread_Hook.h"\
+ ".\Thread_Manager.h"\
+ ".\Thread_Manager.i"\
+ ".\Timer_Heap.h"\
+ ".\Timer_Heap_T.cpp"\
+ ".\Timer_Heap_T.h"\
+ ".\Timer_Queue.h"\
+ ".\Timer_Queue_T.cpp"\
+ ".\Timer_Queue_T.h"\
+ ".\Timer_Queue_T.i"\
+ ".\Trace.h"\
+ ".\WFMO_Reactor.h"\
+ ".\WFMO_Reactor.i"\
+
+
+!ENDIF
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# Begin Source File
+
+SOURCE=.\Init_ACE.h
+# End Source File
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
+# Begin Source File
+
+SOURCE=.\Init_ACE.i
+# End Source File
# End Target
# End Project