comments/formatting/dist problems

This commit is contained in:
Bradley Bell 2003-04-12 01:27:43 +00:00
parent 6e89794640
commit d39df61c0d
4 changed files with 15 additions and 9 deletions

View file

@ -2,11 +2,12 @@
* libmve/mveplay.c: use _sleep instead of sleep on win32
* Makefile.am, README, arch/sdl/digi.c, arch/sdl/joy.c, arch/win32/Makefile.am,
include/byteswap.h, include/cfile.h, include/error.h,
libmve/Makefile.am, libmve/decoders.h, main/Makefile.am,
main/endlevel.c, main/endlevel.h, main/playsave.c,
misc/fileutil.c: comments/formatting/dist problems
* Makefile.am, README, README.utils, arch/sdl/digi.c,
arch/sdl/joy.c, arch/win32/Makefile.am, include/byteswap.h,
include/cfile.h, include/error.h, libmve/Makefile.am,
libmve/decoders.h, main/Makefile.am, main/endlevel.c,
main/endlevel.h, main/playsave.c, misc/fileutil.c:
utilities/Makefile.am: comments/formatting/dist problems
* configure.ac: use different defines for os x

View file

@ -1,6 +1,6 @@
SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main libmve
SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main libmve utilities
EXTRA_SUBDIRS = include unused debian rpm utilities
EXTRA_SUBDIRS = include unused debian rpm
bin_PROGRAMS = @TARGETS@

View file

@ -39,4 +39,5 @@ Converts an encrypted txb file to an ascii tex file.
To build the rest of the utilities, configure the source tree as
normal. Then, from within the utilities subdirectory, execute "make
<utility>" to build just that utility, or "make" to build all of them.
<utility>" to build just that utility, or "make utils" to build all of
them.

View file

@ -1,4 +1,4 @@
bin_PROGRAMS = hogcreate hogextract mvlcreate mvlextract txb2tex tex2txb
EXTRA_PROGRAMS = hogcreate hogextract mvlcreate mvlextract txb2tex tex2txb
hogcreate_SOURCES = hogcreate.c
@ -11,3 +11,7 @@ mvlextract_SOURCES = mvlextract.c
txb2tex_SOURCES = txb2tex.c
tex2txb_SOURCES = tex2txb.c
utils: $(EXTRA_PROGRAMS)
.PHONY: utils