diff options
author | corsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-07 15:49:45 +0000 |
---|---|---|
committer | corsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-07 15:49:45 +0000 |
commit | 1d29cbefdaecbcb92e6ec15b0b96d8c5ec2ac64d (patch) | |
tree | f6638c452db524f404be91e0683c034e85da70a7 /TAO/tao/PortableServer | |
parent | 52a6e421fcdbed8e017414e6b7bd392bf86e6f93 (diff) | |
download | ATCD-1d29cbefdaecbcb92e6ec15b0b96d8c5ec2ac64d.tar.gz |
ChangeLogTag: Sat Oct 07 10:39:27 2000 Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r-- | TAO/tao/PortableServer/Makefile.bor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Makefile.bor b/TAO/tao/PortableServer/Makefile.bor index 994d9135ae2..7d0a7f2c18e 100644 --- a/TAO/tao/PortableServer/Makefile.bor +++ b/TAO/tao/PortableServer/Makefile.bor @@ -25,8 +25,8 @@ OBJFILES = \ $(OBJDIR)\PortableServerC.obj \ $(OBJDIR)\Servant_Base.obj \ $(OBJDIR)\Strategized_Object_Proxy_Broker.obj \ - $(OBJDIR)\ThruPOA_Object_Proxy_Impl - + $(OBJDIR)\ThruPOA_Object_Proxy_Impl.obj +x !ifdef STATIC CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_PORTABLESERVER_CFLAGS) !else |