Patches item #498857, was opened at 2002-01-02 23:10
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300646&aid=498857&group_id=646
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Braden McDaniel (braden)
>Assigned to: Sam Couter (eddiesam)
Summary: Love orbitcpp_constants.hh
Initial Comment:
This patch does the following for/to
"orbitcpp_constants.hh":
* Uses preprocessor definitions (defined in configure)
for the version numbers, which allows
"orbitcpp_constants.hh" be a regular header instead of
being generated by configure. This means that the file
doesn't get touched every time config.status is run,
which in turn means that there are some things that
nolonger get rebuilt unnecessarily.
* The contents of "orbitcpp_constants.hh" are all in a
private namespace, so there's no need for it to be a
public header. Thus, it is moved to the
"noinst_HEADERS" variable in the Makefile.am so that it
will not be installed.
"orbitcpp_constants.patch" contains the unified diffs
for the modified files.
"orbitcpp_constants.hh" is a new file that should be
placed in the "orb" subdirectory.
This patch obsoletes the file
"orb/orbitcpp_constants.hh.in".
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=300646&aid=498857&group_id=646
|