bin_PROGRAMS = fgfs
-noinst_SCRIPTS = runfgfs.bat
+noinst_SCRIPTS = runfgfs.bat runfgfs
-bin_SCRIPTS = runfgfs
+# bin_SCRIPTS = runfgfs
fgfs_SOURCES = \
main.cxx \
# include <config.h>
#endif
+#include <simgear/compiler.h>
+
#ifdef SG_MATH_EXCEPTION_CLASH
# include <math.h>
#endif
# include <simgear/threads/SGQueue.hxx>
#else
# include <queue>
+ SG_USING_STD( queue );
#endif
+
// Forward reference.
class FGTileEntry;
# define FG_MEM_COPY(to,from,n) bcopy(from, to, n)
#endif
+SG_USING_STD( queue );
+
// forward declaration
class FGTileEntry;