diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-22 07:12:04 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-02-22 07:12:04 +0000 |
commit | f5f1c2fb71ee5f10d2e61a68c56ae9500d12ef0d (patch) | |
tree | 9f88d33551650b3b9321611cd34e53110b701382 /ace | |
parent | a0cbc35fb58c3208d672523c376dfd907121a275 (diff) | |
download | ATCD-f5f1c2fb71ee5f10d2e61a68c56ae9500d12ef0d.tar.gz |
ChangeLogTag: Fri Feb 22 08:06:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Makefile.bor | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Makefile.bor b/ace/Makefile.bor index 0cc613f4843..731687781f4 100644 --- a/ace/Makefile.bor +++ b/ace/Makefile.bor @@ -1,4 +1,4 @@ -# Makefile for building the ACE library with Borland C++Builder 4.x +# Makefile for building the ACE library with Borland C++ Builder NAME = ace @@ -265,6 +265,7 @@ INCLUDES = \ Singleton.cpp \ Stream.cpp \ Stream_Modules.cpp \ + String_Base.cpp \ Svc_Handler.cpp \ Test_and_Set.cpp \ Timer_Queue_Adapters.cpp \ |