diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-08-21 06:09:53 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-08-21 06:09:53 +0000 |
commit | b9836654489f2b5d9f4249b943204bf7daae620e (patch) | |
tree | 9a50766be760cae09bac7f515713a8984affca01 /include | |
parent | c2e3a45c40229f0ab3352b5e6e7b3cfc38ced0af (diff) | |
download | ATCD-b9836654489f2b5d9f4249b943204bf7daae620e.tar.gz |
ChangeLogTag: Wed Aug 21 07:52:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/ace_flags.bor | 2 | ||||
-rw-r--r-- | include/makeinclude/platform_mingw32.GNU | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/include/makeinclude/ace_flags.bor b/include/makeinclude/ace_flags.bor index 13b82b65967..46e76d8c78c 100644 --- a/include/makeinclude/ace_flags.bor +++ b/include/makeinclude/ace_flags.bor @@ -69,6 +69,7 @@ TAO_TRADING_CFLAGS = -I$(ACE_ROOT)\TAO\orbsvcs -DTAO_TRADING_HAS_DLL=$(DLL_FLAG) TAO_PORTABLEGROUP_CFLAGS = -I$(ACE_ROOT)\TAO\orbsvcs -DTAO_PORTABLEGROUP_HAS_DLL=$(DLL_FLAG) TAO_ETCL_CFLAGS = -I$(ACE_ROOT)\TAO\orbsvcs -DTAO_ETCL_HAS_DLL=$(DLL_FLAG) TAO_IFRSERVICE_CFLAGS = -I$(ACE_ROOT)\TAO\orbsvcs -DTAO_IFRSERVICE_HAS_DLL=$(DLL_FLAG) +TAO_PSDL_CFLAGS = -I$(ACE_ROOT)\TAO\orbsvcs -DTAO_PSDL_HAS_DLL=$(DLL_FLAG) # # Libraries @@ -123,6 +124,7 @@ TAO_TRADING_LIB = $(CORE_BINDIR)\TAO_CosTrading$(LIB_DECORATOR).lib TAO_PORTABLEGROUP_LIB = $(CORE_BINDIR)\TAO_PortableGroup$(LIB_DECORATOR).lib TAO_ETCL_LIB = $(CORE_BINDIR)\TAO_ETCL$(LIB_DECORATOR).lib TAO_IFRSERVICE_LIB = $(CORE_BINDIR)\TAO_IFRService$(LIB_DECORATOR).lib +TAO_PSDL_LIB = $(CORE_BINDIR)\TAO_PSDL$(LIB_DECORATOR).lib # # Compiler flags tests diff --git a/include/makeinclude/platform_mingw32.GNU b/include/makeinclude/platform_mingw32.GNU index 800877565f8..8ab17f325d1 100644 --- a/include/makeinclude/platform_mingw32.GNU +++ b/include/makeinclude/platform_mingw32.GNU @@ -1,7 +1,7 @@ # $Id$ # This file should allow to build ACE for mingw32 with mingw tools. -# Edit to change TCPU and M32_BASE below. +# Edit to change TCPU and MINGW_BASE below. # # Don't forget to define the ACE_ROOT environment variable! @@ -50,6 +50,10 @@ ifndef MINGW_BASE MINGW_BASE = c:/live/local/mingw32 endif -mingw32 = 1 +# MingW doesn't allow to add the version number of ACE to the dll name +# because fe ace.dll.5.2.3 isn't a valid dll name +SONAME= +SOVERSION= +mingw32 = 1 include $(ACE_ROOT)/include/makeinclude/platform_gnuwin32_common.GNU |