diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-01 16:20:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-09-01 16:20:17 +0000 |
commit | 1dbbdbdb058113ba774662ff3971e0703c1a56ac (patch) | |
tree | b2ab1f24bef23f149e09fd376d537a6064f73f83 /ace/config-win32-borland.h | |
parent | bb1cfb50953971dbda0c3a538725a99f1fb9470d (diff) | |
download | ATCD-1dbbdbdb058113ba774662ff3971e0703c1a56ac.tar.gz |
ChangeLogTag:Wed Sep 1 11:18:26 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/config-win32-borland.h')
-rw-r--r-- | ace/config-win32-borland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-win32-borland.h b/ace/config-win32-borland.h index adb2cc8fdd5..0a9903b425c 100644 --- a/ace/config-win32-borland.h +++ b/ace/config-win32-borland.h @@ -14,6 +14,7 @@ # define ACE_CC_MAJOR_VERSION (__BORLANDC__ / 0x100) # define ACE_CC_MINOR_VERSION (__BORLANDC__ % 0x100) # define ACE_CC_BETA_VERSION (0) +# define ACE_CC_COMPILER "BCC32.EXE" # if defined (ACE_LACKS_MODE_MASKS) # undef ACE_LACKS_MODE_MASKS |