[Add] Added AUTHORS file to ldata packfile.

This commit is contained in:
Allanis 2014-07-22 02:20:12 +01:00
parent 18fe746053
commit 96f0b1295b
2 changed files with 6 additions and 6 deletions

View File

@ -1,14 +1,13 @@
Lead Development Team: Lead Development Team:
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
-- Allanis -- Allanis
* Lead developer. * Lead Software Engineer.
Contributors: Contributors:
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
-- VLack -- VLack
* Testing! * Testing.
* Some Graphics * Some Graphics.
* Possible story.
-- M_D_K (Gavin Massey) -- M_D_K (Gavin Massey)
* Testing. * Testing.

View File

@ -92,6 +92,7 @@ LDFLAGS += -pg
endif endif
# DATA. # DATA.
DATA_MISC := ../AUTHORS VERSION
DATA_AI := $(wildcard ../scripts/ai/*.lua \ DATA_AI := $(wildcard ../scripts/ai/*.lua \
../scripts/ai/*/*.lua) ../scripts/ai/*/*.lua)
DATA_GFX := $(wildcard ../gfx/*.png \ DATA_GFX := $(wildcard ../gfx/*.png \
@ -105,7 +106,7 @@ DATA_MISN := $(wildcard ../dat/missions/*.lua \
../dat/mission/*/*/*.lua) ../dat/mission/*/*/*.lua)
DATA := ldata DATA := ldata
DATAFILES := $(DATA_AI) $(DATA_GFX) $(DATA_XML) $(DATA_SND) $(DATA_MISN) DATAFILES := $(DATA_MISC) $(DATA_AI) $(DATA_GFX) $(DATA_XML) $(DATA_SND) $(DATA_MISN)
# TARGETS. # TARGETS.
.PHONY: all help csparse lua utils docs clean distclean .PHONY: all help csparse lua utils docs clean distclean
@ -154,7 +155,7 @@ $(VERSIONFILE):
ldata: pack $(DATAFILES) ldata: pack $(DATAFILES)
@echo -n "$(VMAJOR).$(VMINOR).$(VREV)" > $(VERSIONFILE) @echo -n "$(VMAJOR).$(VMINOR).$(VREV)" > $(VERSIONFILE)
@echo " Creating ldata..\n" @echo " Creating ldata..\n"
@./pack $(DATA) $(DATAFILES) $(VERSIONFILE) @./pack $(DATA) $(DATAFILES)
utils: pack mksprite utils: pack mksprite