diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-01-17 05:02:42 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-01-17 05:02:42 +0000 |
commit | 7282aa150f51ec18d6335bb5e7cc210302a773e4 (patch) | |
tree | 09f58798361164f0b759aaf8fade05cffc8faa78 | |
parent | 2793714fe0c012276471e1be5f322bc60a884db1 (diff) | |
download | ATCD-7282aa150f51ec18d6335bb5e7cc210302a773e4.tar.gz |
Modified drv_args.cpp.
-rw-r--r-- | TAO/ChangeLog-99c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index 2eacf235b78..a53a6e86c91 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,15 @@ +Sat Jan 16 22:54:14 1999 Ossama Othman <othman@macarena.cs.wustl.edu> + + * TAO_IDL/driver/drv_args.cpp (DRV_check_gperf): + Added ability to check for a gperf program with a name other + than "gperf." This modification complements the change that + was made to TAO_IDL/util/utl_global.cpp a few months ago that + allowed TAO to use a gperf with a name besides "gperf." As before, + define the ACE_GPERF macro like so: + -DACE_GPERF=\"gperf-ace\" + for example, to specify a perfect hash function generator called + "gperf-ace." + Sat Jan 16 11:49:45 1999 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu> * TAO_IDL/util/utl_global.cpp (add_to_included_idl_files): |