Small tweaks.
This commit is contained in:
parent
0283cdf05b
commit
587763000e
2 changed files with 2 additions and 11 deletions
|
@ -30,7 +30,7 @@ AC_ARG_WITH(efence, [ --with-efence Specify if we are building with "
|
|||
|
||||
if test "x$with_efence" = "xyes" ; then
|
||||
echo "Building with efence"
|
||||
LIBS= "$LIBS -lefence"
|
||||
LIBS="$LIBS -lefence"
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <Polygon/names.hxx>
|
||||
|
||||
#include <Osgb36/osgbtc.hxx>
|
||||
#include <Osgb36/uk.hxx>
|
||||
|
||||
#include "genobj.hxx"
|
||||
|
||||
|
@ -157,16 +158,6 @@ int_list FGGenOutput::calc_tex_coords( FGConstruct& c, point_list geod_nodes,
|
|||
#endif
|
||||
|
||||
|
||||
// This needs to get fixed!
|
||||
static int isInUK( Point3D p ) {
|
||||
cout << "Exited in isInUK() because the function was not defined!!!"
|
||||
<< endl;
|
||||
cout << "TerraGear/src/Construct/GenOutput/genobj.cxx: line # 164?"
|
||||
<< endl;
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
||||
// build the necessary output structures based on the triangulation
|
||||
// data
|
||||
int FGGenOutput::build( FGConstruct& c ) {
|
||||
|
|
Loading…
Reference in a new issue