Cygwin32 build tweaks.
This commit is contained in:
parent
0b181d91c8
commit
212bf4a549
2 changed files with 12 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
EXTRA_DIST = c172_aero.c c172_engine.c c172_gear.c c172_init.c navion_init.h
|
||||
EXTRA_DIST = \
|
||||
c172_aero.c c172_aero.h \
|
||||
c172_engine.c \
|
||||
c172_gear.c \
|
||||
c172_init.c \
|
||||
navion_init.h
|
||||
|
||||
if ENABLE_C172
|
||||
AIRCRAFT_MODEL = c172_aero.c c172_engine.c c172_gear.c c172_init.c navion_init.h
|
||||
|
|
|
@ -35,6 +35,12 @@ HISTORY
|
|||
/****************************************************************************/
|
||||
/* INCLUDES */
|
||||
/****************************************************************************/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <Include/compiler.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue