ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/Makefile.am
Revision: 1.7
Committed: Sun Apr 1 00:36:35 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.6: +3 -0 lines
Log Message:
- add cfhq2xa to the installed binaries
- cfutil: autogenerate 64x64 versions out of existing 32x32 versions
  if required (--cache is highly recommended).
- rename faces to facedata to avoid clashes with the old file.
- add the 64x64 tiles to faceset 1 in the server (unused)

TODO: protocol to split faces (they are too large)
TODO: devise a faceset protocol incompatible enough with gcfclient so it
      doesn't puke.

File Contents

# Content
1 nodist_bin_SCRIPTS = cfutil
2 bin_PROGRAMS = cfhq2xa
3
4 cfhq2xa_SOURCES = cfhq2xa.C
5
6 EXTRA_DIST = metaserver.pl.in player_dl.pl.in player_dl.html cfutil.in
7
8 CLEANFILES =
9
10 MAINTAINERCLEANFILES = cfutil Makefile.in
11