diff options
author | corsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-03 02:23:38 +0000 |
---|---|---|
committer | corsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-03 02:23:38 +0000 |
commit | a7aaf58790fc1a45d55b4629191e5155e9afe31c (patch) | |
tree | 5a80f0b92444d619a39f46636beaf34a378a1f7b /TAO/rules.tao.GNU | |
parent | 41b5009f810bdb2883cb9ff8c4c967efceda88f6 (diff) | |
download | ATCD-a7aaf58790fc1a45d55b4629191e5155e9afe31c.tar.gz |
Fri Mar 2 20:28:27 Angelo Corsaro <angelo@hermes.doc.wustl.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r-- | TAO/rules.tao.GNU | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index 5a4907d8bb5..95a082fae91 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -40,7 +40,19 @@ endif # COMSPEC TAO_BASE_LIBS=-lTAO $(ACELIB) $(LIBS) TAO_SRVR_LIBS=-lTAO_PortableServer $(TAO_BASE_LIBS) TAO_CLNT_LIBS=-lTAO $(TAO_BASE_LIBS) -TAO_DYNAMIC_LIBS=-lTAO_DynamicInterface +# +# The following simbols has been defined to overcome a +# problem with the current QNX RTP linker. In fact for +# that platform the relative platform macro file takes +# care of adding a number of additional library that are +# not usually needed on other platforms. +# +TAO_DYNAMIC_LIBS+=-lTAO_DynamicInterface +TAO_COS_NAMING_LIBS+=-lTAO_CosNaming +TAO_COS_NOTIFICATION_LIBS+=-lTAO_CosNotification +TAO_RT_SCHED_LIBS+=-lTAO_RTSched +TAO_FAULT_TOLERANCE_LIBS+=-lTAO_FaultTolerance +TAO_COS_TRADING_LIBS+=-lTAO_CosTrading #### #### Macro customization. |