1
0
Fork 0

Initial revision.

This commit is contained in:
curt 2000-10-16 22:02:10 +00:00
parent 926470f44a
commit 1a6a228617
3 changed files with 2964 additions and 1 deletions

2932
FlightGear.dsp Normal file

File diff suppressed because it is too large Load diff

29
FlightGear.dsw Normal file
View file

@ -0,0 +1,29 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "FlightGear"=".\FlightGear.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################

View file

@ -2,9 +2,11 @@ SUBDIRS = \
tests \
src
EXTRA_DIST = Thanks VERSION acsite.m4 acconfig.h irix-hack.pl
EXTRA_DIST = Thanks VERSION acsite.m4 acconfig.h irix-hack.pl \
FlightGear.dsp FlightGear.dsw
dist-hook:
(cd $(top_srcdir); ../admin/am2dsp.pl)
tar --exclude docs-mini/CVS --exclude hints/CVS -cf - docs-mini hints \
| (cd $(distdir); tar xvf -)
# tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -)