MIPSpro 7.4 fixes
This commit is contained in:
parent
22b5b1c405
commit
4cc853e2a2
4 changed files with 1 additions and 7 deletions
|
@ -39,6 +39,6 @@ bin_PROGRAMS = yasim
|
||||||
|
|
||||||
yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
|
yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
|
||||||
|
|
||||||
yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure $(base_LIBS)
|
yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure $(base_LIBS)
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
||||||
|
|
|
@ -43,10 +43,8 @@
|
||||||
|
|
||||||
#include "props.hxx"
|
#include "props.hxx"
|
||||||
|
|
||||||
#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
|
|
||||||
SG_USING_STD(strstream);
|
SG_USING_STD(strstream);
|
||||||
SG_USING_STD(ends);
|
SG_USING_STD(ends);
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Props connection class.
|
* Props connection class.
|
||||||
|
|
|
@ -9,10 +9,8 @@
|
||||||
#include <simgear/constants.h>
|
#include <simgear/constants.h>
|
||||||
#include <simgear/math/sg_geodesy.hxx>
|
#include <simgear/math/sg_geodesy.hxx>
|
||||||
|
|
||||||
#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
|
|
||||||
SG_USING_STD(cout);
|
SG_USING_STD(cout);
|
||||||
SG_USING_STD(endl);
|
SG_USING_STD(endl);
|
||||||
#endif
|
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
// for each lat/lon given in goedetic coordinates, calculate
|
// for each lat/lon given in goedetic coordinates, calculate
|
||||||
|
|
|
@ -34,10 +34,8 @@
|
||||||
#include <simgear/bucket/newbucket.hxx>
|
#include <simgear/bucket/newbucket.hxx>
|
||||||
|
|
||||||
SG_USING_STD(string);
|
SG_USING_STD(string);
|
||||||
#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
|
|
||||||
SG_USING_STD(cout);
|
SG_USING_STD(cout);
|
||||||
SG_USING_STD(endl);
|
SG_USING_STD(endl);
|
||||||
#endif
|
|
||||||
|
|
||||||
static string server = "scenery.flightgear.org";
|
static string server = "scenery.flightgear.org";
|
||||||
static string source_module = "scenery-0.9.2";
|
static string source_module = "scenery-0.9.2";
|
||||||
|
|
Loading…
Reference in a new issue