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
#include "props.hxx"
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
SG_USING_STD(strstream);
SG_USING_STD(ends);
-#endif
/**
* Props connection class.
#include <simgear/constants.h>
#include <simgear/math/sg_geodesy.hxx>
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
SG_USING_STD(cout);
SG_USING_STD(endl);
-#endif
int main() {
// for each lat/lon given in goedetic coordinates, calculate
#include <simgear/bucket/newbucket.hxx>
SG_USING_STD(string);
-#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
SG_USING_STD(cout);
SG_USING_STD(endl);
-#endif
static string server = "scenery.flightgear.org";
static string source_module = "scenery-0.9.2";