gthread.lo is made for fxgasm even though it is not used.
Otherwise, everything has to be compiled twice.
2.) Added lots of .cvsignore files, so that cvs doesn't complain that
it doesn't know about makefile.autoconf.in.
3.) Remove libtool, since it is autogenerated.
4.) Update the binary files in h5/glide3/tests. The repository files
were corrupted.
5.) Hook the texture utility library texus2 in as an option. This is
required for compressed textures. The default is the old texture
library.
6.) Implemented a texus2 function which sets an error handler.
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
2000-08-02 Bill White <bill.white@griggsinst.com>
|
|
|
|
* Added the swlibs/texus2 directory, in support of
|
|
compressed textures.
|
|
|
|
2000-08-01 Bill White <bill.white@griggsinst.com>
|
|
|
|
* swlibs/include/makefile.autoconf.am:
|
|
Added CLEANFILES definition.
|
|
|
|
* makefile.autoconf.am:
|
|
Added CLEANFILES definition.
|
|
|
|
* h5/glide3/src/makefile.autoconf.am:
|
|
Changed include_headers to include_HEADERS.
|
|
Added CLEANFILES definition.
|
|
|
|
* h3/makefile.autoconf.am:
|
|
Added.
|
|
|
|
* cvg/glide3/src/makefile.autoconf.am:
|
|
Added include_HEADERS.
|
|
|
|
* cvg/makefile.autoconf.am:
|
|
Added incsrc to get sst1vid.h.
|
|
|
|
* configure.in:
|
|
Changed the includedir to glide3 not glide3x.
|
|
Added makefiles in h3/incsrc and cvg/incsrc
|
|
|
|
* chores.3dfx:
|
|
Changed --build-directory switch to work with
|
|
--build-dir.
|
|
|
|
* INSTALL: Changed some wording and fixed some errors.
|
|
Also, removed the automake-generic boilerplate.
|
|
|
|
* README: Removed some of the old installation instructions,
|
|
which are no longer needed.
|
|
|
|
|
|
2000-07-26 Bill White <bill.white@griggsinst.com>
|
|
|
|
* Added automake/autoconf project build management files.
|
|
|