1
0
Fork 0

Added a Lib/Misc/ subdirectory.

This commit is contained in:
curt 1998-09-01 18:58:56 +00:00
parent 37da5af7e1
commit c8c348c3e8
3 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,7 @@
SUBDIRS = Include Lib Simulator Tools Tests
EXTRA_DIST = Makefile.extra README.Unix README.Win32 README.autoconf \
README.running Thanks acsite.m4
EXTRA_DIST = Makefile.extra README.Unix README.Linux README.Win32 \
README.autoconf README.running Thanks acsite.m4
dist-hook:
tar cf - Hints | (cd $(distdir); tar xvf -)

4
Thanks
View file

@ -35,6 +35,10 @@ Bernie Bright <bbright@c031.aone.net.au>
Many C++ style, usage, and implimentation improvements.
Bernhard H. Buckel <buckel@wmad95.mathematik.uni-wuerzburg.de>
Contributed the README.Linux
Gene Buckle <geneb@nwlink.com>
Gene has done a lot of work getting FG to compile with the MSVC++
compiler. Also, he has pushed, proded, and bugged me endlessly to

View file

@ -243,6 +243,7 @@ AC_OUTPUT( \
Lib/DEM/Makefile \
Lib/gpc/Makefile \
Lib/Math/Makefile \
Lib/Misc/Makefile \
Lib/PUI/Makefile \
Lib/XGL/Makefile \
Lib/zlib/Makefile \