summaryrefslogtreecommitdiff
path: root/ace/ace-dll.icc
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-03 22:24:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-03 22:24:35 +0000
commit1d40b2132eafc1aeaf609fef84ed49aa99e6783f (patch)
tree919e7a35f594feb285d3c8750a390d631bfc494b /ace/ace-dll.icc
parent91e57a409debbddc52cba604256c3f755b15db78 (diff)
downloadATCD-1d40b2132eafc1aeaf609fef84ed49aa99e6783f.tar.gz
ChangeLogTag:Fri Sep 3 11:57:24 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/ace-dll.icc')
-rw-r--r--ace/ace-dll.icc314
1 files changed, 242 insertions, 72 deletions
diff --git a/ace/ace-dll.icc b/ace/ace-dll.icc
index 67f5e97e22f..9e30058e5de 100644
--- a/ace/ace-dll.icc
+++ b/ace/ace-dll.icc
@@ -1,5 +1,13 @@
+
if $__TOS_WIN__ {
option PlatformOptions = define ("ACE_HAS_WINSOCK2","1"),
+ define ("_stricmp", "stricmp"),
+ define ("_strnicmp", "strnicmp"),
+ define ("ACE_HAS_WCHAR_TYPEDEFS_CHAR","1"),
+ define ("_O_TEMPORARY", 0x08),
+ define ("_O_CREAT", "O_CREAT"),
+ define ("_O_TRUNC", "O_TRUNC"),
+ define ("_O_EXCL", "O_EXCL"),
define ("WIN32","1"),
define ("_WINDOWS","1")
TARG = "aced.dll"
@@ -12,7 +20,7 @@ if $__TOS_AIX__ {
option
PlatformOptions,
- define ("__ACE_INLINE__","0"),
+// define ("__ACE_INLINE__","0"),
define("ACE_HAS_DLL","0"),
link(exportAll),
link(linkwithsharedlib),
@@ -23,7 +31,239 @@ option
{
option macros(global)
{
- source type(cpp) "OS.h"
+ source type(hpp) 'wcstr.h'
+ source type(hpp)
+ 'Acceptor.h',
+ 'ACE.h',
+ 'Activation_Queue.h',
+ 'Active_Map_Manager.h',
+ 'Active_Map_Manager_T.h',
+ 'Addr.h',
+ 'ARGV.h',
+ 'Arg_Shifter.h',
+ 'Array.h',
+ 'Asynch_Acceptor.h',
+ 'Asynch_IO.h',
+ 'Asynch_IO_Impl.h',
+ 'ATM_Addr.h',
+ 'Auto_Ptr.h',
+ 'Basic_Types.h',
+ 'Cached_Connect_Strategy_T.h',
+ 'Cache_Map_Manager_T.h',
+ 'Caching_Strategies_T.h',
+ 'Caching_Utility_T.h',
+ 'CDR_Stream.h',
+ 'Cleanup_Strategies_T.h',
+ 'Codeset_IBM1047.h',
+ 'config-visualage.h',
+ 'config-win32-common.h',
+ 'config-win32-visualage.h',
+ 'config-win32.h',
+ 'config.h',
+ 'Connector.h',
+ 'Containers.h',
+ 'Containers_T.h',
+ 'CORBA_Handler.h',
+ 'CORBA_macros.h',
+ 'CORBA_Ref.h',
+ 'Date_Time.h',
+ 'DEV.h',
+ 'DEV_Addr.h',
+ 'DEV_Connector.h',
+ 'DEV_IO.h',
+ 'Dirent.h',
+ 'DLL.h',
+ 'Dump.h',
+ 'Dump_T.h',
+ 'Dynamic.h',
+ 'Dynamic_Service.h',
+ 'Env_Value_T.h',
+ 'Event_Handler.h',
+ 'Event_Handler_T.h',
+ 'FIFO.h',
+ 'FIFO_Recv.h',
+ 'FIFO_Recv_Msg.h',
+ 'FIFO_Send.h',
+ 'FIFO_Send_Msg.h',
+ 'FILE.h',
+ 'Filecache.h',
+ 'FILE_Addr.h',
+ 'FILE_Connector.h',
+ 'FILE_IO.h',
+ 'FlReactor.h',
+ 'Free_List.h',
+ 'Functor.h',
+ 'Functor_T.h',
+ 'Future.h',
+ 'Future_Set.h',
+ 'Get_Opt.h',
+ 'Handle_Gobbler.h',
+ 'Handle_Set.h',
+ 'Hash_Cache_Map_Manager_T.h',
+ 'Hash_Map_Manager.h',
+ 'Hash_Map_Manager_T.h',
+ 'Hash_Map_With_Allocator_T.h',
+ 'High_Res_Timer.h',
+ 'inc_user_config.h',
+ 'INET_Addr.h',
+ 'iosfwd.h',
+ 'IOStream.h',
+ 'IOStream_T.h',
+ 'IO_Cntl_Msg.h',
+ 'IO_SAP.h',
+ 'IPC_SAP.h',
+ 'Local_Name_Space.h',
+ 'Local_Name_Space_T.h',
+ 'Local_Tokens.h',
+ 'LOCK_SOCK_Acceptor.h',
+ 'Log_Msg.h',
+ 'Log_Priority.h',
+ 'Log_Record.h',
+ 'LSOCK.h',
+ 'LSOCK_Acceptor.h',
+ 'LSOCK_CODgram.h',
+ 'LSOCK_Connector.h',
+ 'LSOCK_Dgram.h',
+ 'LSOCK_Stream.h',
+ 'Malloc.h',
+ 'Malloc_Base.h',
+ 'Malloc_T.h',
+ 'Managed_Object.h',
+ 'Map.h',
+ 'Map_Manager.h',
+ 'Map_T.h',
+ 'Memory_Pool.h',
+ 'Mem_Map.h',
+ 'Message_Block.h',
+ 'Message_Block_T.h',
+ 'Message_Queue.h',
+ 'Message_Queue_T.h',
+ 'Method_Object.h',
+ 'Method_Request.h',
+ 'Module.h',
+ 'Msg_WFMO_Reactor.h',
+ 'Multiplexor.h',
+ 'Name_Proxy.h',
+ 'Name_Request_Reply.h',
+ 'Name_Space.h',
+ 'Naming_Context.h',
+ 'NT_Service.h',
+ 'Object_Manager.h',
+ 'Obstack.h',
+ "OS.h",
+ 'Pair.h',
+ 'Pair_T.h',
+ 'Parse_Node.h',
+ 'Pipe.h',
+ 'POSIX_Asynch_IO.h',
+ 'POSIX_Proactor.h',
+ 'Priority_Reactor.h',
+ 'Proactor.h',
+ 'Proactor_Impl.h',
+ 'Process.h',
+ 'Process_Manager.h',
+ 'Profile_Timer.h',
+ 'RB_Tree.h',
+ 'Reactor.h',
+ 'Reactor_Impl.h',
+ 'Read_Buffer.h',
+ 'Registry.h',
+ 'Registry_Name_Space.h',
+ 'Remote_Name_Space.h',
+ 'Remote_Tokens.h',
+ 'Sched_Params.h',
+ 'Select_Reactor.h',
+ 'Select_Reactor_Base.h',
+ 'Select_Reactor_T.h',
+ 'Service_Config.h',
+ 'Service_Manager.h',
+ 'Service_Object.h',
+ 'Service_Repository.h',
+ 'Service_Types.h',
+ 'Shared_Memory.h',
+ 'Shared_Memory_MM.h',
+ 'Shared_Memory_SV.h',
+ 'Shared_Object.h',
+ 'Signal.h',
+ 'Singleton.h',
+ 'SOCK.h',
+ 'SOCK_Acceptor.h',
+ 'SOCK_CODgram.h',
+ 'SOCK_Connector.h',
+ 'SOCK_Dgram.h',
+ 'SOCK_Dgram_Bcast.h',
+ 'SOCK_Dgram_Mcast.h',
+ 'SOCK_IO.h',
+ 'SOCK_Stream.h',
+ 'SPIPE.h',
+ 'SPIPE_Acceptor.h',
+ 'SPIPE_Addr.h',
+ 'SPIPE_Connector.h',
+ 'SPIPE_Stream.h',
+ 'SString.h',
+ 'Stats.h',
+ 'Strategies.h',
+ 'Strategies_T.h',
+ 'Stream.h',
+ 'streams.h',
+ 'Stream_Modules.h',
+ 'Svc_Conf.h',
+ 'Svc_Conf_Tokens.h',
+ 'Svc_Handler.h',
+ 'SV_Message.h',
+ 'SV_Message_Queue.h',
+ 'SV_Semaphore_Complex.h',
+ 'SV_Semaphore_Simple.h',
+ 'SV_Shared_Memory.h',
+ 'Synch.h',
+ 'Synch_Options.h',
+ 'Synch_T.h',
+ 'System_Time.h',
+ 'Task.h',
+ 'Task_T.h',
+ 'Thread.h',
+ 'Thread_Manager.h',
+ 'Timeprobe.h',
+ 'Timeprobe_T.h',
+ 'Timer_Hash.h',
+ 'Timer_Hash_T.h',
+ 'Timer_Heap.h',
+ 'Timer_Heap_T.h',
+ 'Timer_List.h',
+ 'Timer_List_T.h',
+ 'Timer_Queue.h',
+ 'Timer_Queue_Adapters.h',
+ 'Timer_Queue_T.h',
+ 'Timer_Wheel.h',
+ 'Timer_Wheel_T.h',
+ 'Time_Request_Reply.h',
+ 'Time_Value.h',
+ 'TkReactor.h',
+ 'TLI.h',
+ 'TLI_Acceptor.h',
+ 'TLI_Connector.h',
+ 'TLI_Stream.h',
+ 'Token.h',
+ 'Token_Collection.h',
+ 'Token_Invariants.h',
+ 'Token_Manager.h',
+ 'Token_Request_Reply.h',
+ 'TP_Reactor.h',
+ 'Trace.h',
+ 'TTY_IO.h',
+ 'Typed_SV_Message.h',
+ 'Typed_SV_Message_Queue.h',
+ 'UNIX_Addr.h',
+ 'UPIPE_Acceptor.h',
+ 'UPIPE_Addr.h',
+ 'UPIPE_Connector.h',
+ 'UPIPE_Stream.h',
+ 'Version.h',
+ 'WFMO_Reactor.h',
+ 'WIN32_Asynch_IO.h',
+ 'WIN32_Proactor.h',
+ 'ws2tcpip.h',
+ 'XtReactor.h'
}
source type(cpp) "Log_Msg.cpp"
source type(cpp) "ACE.cpp"
@@ -50,7 +290,6 @@ option
source type(cpp) "Dynamic.cpp"
source type(cpp) "Dynamic_Service.cpp"
source type(cpp) "Event_Handler.cpp"
- source type(cpp) "Event_Handler_T.cpp"
source type(cpp) "FIFO.cpp"
source type(cpp) "FIFO_Recv.cpp"
source type(cpp) "FIFO_Recv_Msg.cpp"
@@ -150,7 +389,6 @@ option
source type(cpp) "SV_Shared_Memory.cpp"
source type(cpp) "Svc_Conf_l.cpp"
source type(cpp) "Svc_Conf_y.cpp"
- source type(cpp) "Svc_Handler.cpp"
source type(cpp) "Synch.cpp"
source type(cpp) "Synch_Options.cpp"
source type(cpp) "System_Time.cpp"
@@ -187,74 +425,6 @@ option
source type(cpp) "WIN32_Asynch_IO.cpp"
source type(cpp) "WIN32_Proactor.cpp"
source type(cpp) "XtReactor.cpp"
- source type(cpp) "Active_Map_Manager_T.cpp"
- source type(cpp) "Containers_T.cpp"
- source type(cpp) "Dump_T.cpp"
- source type(cpp) "Env_Value_T.cpp"
- source type(cpp) "Event_Handler_T.cpp"
- source type(cpp) "Functor_T.cpp"
- source type(cpp) "Hash_Map_Manager_T.cpp"
- source type(cpp) "IOStream_T.cpp"
- source type(cpp) "Local_Name_Space_T.cpp"
- source type(cpp) "Malloc_T.cpp"
- source type(cpp) "Map_T.cpp"
- source type(cpp) "Message_Block_T.cpp"
- source type(cpp) "Message_Queue_T.cpp"
- source type(cpp) "Pair_T.cpp"
- source type(cpp) "Select_Reactor_T.cpp"
- source type(cpp) "Strategies_T.cpp"
- source type(cpp) "Synch_T.cpp"
- source type(cpp) "Task_T.cpp"
- source type(cpp) "Timeprobe_T.cpp"
- source type(cpp) "Timer_Hash_T.cpp"
- source type(cpp) "Timer_Heap_T.cpp"
- source type(cpp) "Timer_List_T.cpp"
- source type(cpp) "Timer_Queue_T.cpp"
- source type(cpp) "Timer_Wheel_T.cpp"
- // Template implementation files (#pragma implementation)
- source type (cpp) "Acceptor.cpp"
- source type (cpp) "Active_Map_Manager_T.cpp"
- source type (cpp) "Containers.cpp"
- source type (cpp) "Asynch_Acceptor.cpp"
- source type (cpp) "Auto_Ptr.cpp"
- source type (cpp) "CORBA_Ref.cpp"
- source type (cpp) "Connector.cpp"
- source type (cpp) "Containers_T.cpp"
- source type (cpp) "Dump_T.cpp"
- source type (cpp) "Env_Value_T.cpp"
- source type (cpp) "Event_Handler_T.cpp"
- source type (cpp) "Free_List.cpp"
- source type (cpp) "Functor_T.cpp"
- source type (cpp) "Future.cpp"
- source type (cpp) "Hash_Map_Manager_T.cpp"
- source type (cpp) "IOStream_T.cpp"
- source type (cpp) "LOCK_SOCK_Acceptor.cpp"
- source type (cpp) "Local_Name_Space_T.cpp"
- source type (cpp) "Malloc_T.cpp"
- source type (cpp) "Managed_Object.cpp"
- source type (cpp) "Map_Manager.cpp"
- source type (cpp) "Map_T.cpp"
- source type (cpp) "Message_Block_T.cpp"
- source type (cpp) "Message_Queue_T.cpp"
- source type (cpp) "Module.cpp"
- source type (cpp) "Pair_T.cpp"
- source type (cpp) "RB_Tree.cpp"
- source type (cpp) "Select_Reactor_T.cpp"
- source type (cpp) "Singleton.cpp"
- source type (cpp) "Strategies_T.cpp"
- source type (cpp) "Stream.cpp"
- source type (cpp) "Stream_Modules.cpp"
- source type (cpp) "Svc_Handler.cpp"
- source type (cpp) "Synch_T.cpp"
- source type (cpp) "Task_T.cpp"
- source type (cpp) "Timeprobe_T.cpp"
- source type (cpp) "Timer_Hash_T.cpp"
- source type (cpp) "Timer_Heap_T.cpp"
- source type (cpp) "Timer_List_T.cpp"
- source type (cpp) "Timer_Queue_T.cpp"
- source type (cpp) "Timer_Wheel_T.cpp"
- source type (cpp) "Typed_SV_Message.cpp"
- source type (cpp) "Typed_SV_Message_Queue.cpp"
// Libraries needed during linking
if $__TOS_WIN__ {