Initial revision.
This commit is contained in:
parent
926470f44a
commit
1a6a228617
3 changed files with 2964 additions and 1 deletions
2932
FlightGear.dsp
Normal file
2932
FlightGear.dsp
Normal file
File diff suppressed because it is too large
Load diff
29
FlightGear.dsw
Normal file
29
FlightGear.dsw
Normal 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>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
|
@ -2,9 +2,11 @@ SUBDIRS = \
|
||||||
tests \
|
tests \
|
||||||
src
|
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:
|
dist-hook:
|
||||||
|
(cd $(top_srcdir); ../admin/am2dsp.pl)
|
||||||
tar --exclude docs-mini/CVS --exclude hints/CVS -cf - docs-mini hints \
|
tar --exclude docs-mini/CVS --exclude hints/CVS -cf - docs-mini hints \
|
||||||
| (cd $(distdir); tar xvf -)
|
| (cd $(distdir); tar xvf -)
|
||||||
# tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -)
|
# tar cf - Simulator/FDM/JSBsim/aircraft Simulator/FDM/JSBsim/engine | (cd $(distdir); tar xvf -)
|
||||||
|
|
Loading…
Reference in a new issue