1
0
Fork 0

Cygwin32 fixes.

This commit is contained in:
curt 1999-10-23 04:19:25 +00:00
parent 1f41b3799f
commit c6d49ec502
6 changed files with 49 additions and 1 deletions

View file

@ -49,8 +49,16 @@ HISTORY
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <Include/compiler.h>
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <iostream>
#include <vector>
#include <map>

View file

@ -49,8 +49,17 @@ HISTORY
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <Include/compiler.h>
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <vector>
#include "sg.h"

View file

@ -47,6 +47,17 @@ HISTORY
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <Include/compiler.h>
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include "sg.h"
#include "FGWeatherDefs.h"

View file

@ -52,7 +52,15 @@ HISTORY
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
#include "compiler.h"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <Include/compiler.h>
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include <vector>

View file

@ -47,6 +47,17 @@ HISTORY
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <Include/compiler.h>
#ifdef HAVE_WINDOWS_H
# include <windows.h>
#endif
#include "sg.h"
#include "FGWeatherDefs.h"

View file

@ -14,6 +14,7 @@ libWeatherCM_a_SOURCES = \
FGVaporPressureItem.cpp FGVaporPressureItem.h \
FGVoronoi.cpp FGVoronoi.h \
FGWeatherDefs.h FGWeatherFeature.h FGWeatherUtils.h \
FGWeatherVectorWrap.h \
FGWindItem.cpp FGWindItem.h
INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator