[Add] Added AUTHORS file to ldata packfile.
This commit is contained in:
parent
18fe746053
commit
96f0b1295b
7
AUTHORS
7
AUTHORS
@ -1,14 +1,13 @@
|
||||
Lead Development Team:
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
-- Allanis
|
||||
* Lead developer.
|
||||
* Lead Software Engineer.
|
||||
|
||||
Contributors:
|
||||
~~~~~~~~~~~~~
|
||||
-- VLack
|
||||
* Testing!
|
||||
* Some Graphics
|
||||
* Possible story.
|
||||
* Testing.
|
||||
* Some Graphics.
|
||||
|
||||
-- M_D_K (Gavin Massey)
|
||||
* Testing.
|
||||
|
@ -92,6 +92,7 @@ LDFLAGS += -pg
|
||||
endif
|
||||
|
||||
# DATA.
|
||||
DATA_MISC := ../AUTHORS VERSION
|
||||
DATA_AI := $(wildcard ../scripts/ai/*.lua \
|
||||
../scripts/ai/*/*.lua)
|
||||
DATA_GFX := $(wildcard ../gfx/*.png \
|
||||
@ -105,7 +106,7 @@ DATA_MISN := $(wildcard ../dat/missions/*.lua \
|
||||
../dat/mission/*/*/*.lua)
|
||||
|
||||
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.
|
||||
.PHONY: all help csparse lua utils docs clean distclean
|
||||
@ -154,7 +155,7 @@ $(VERSIONFILE):
|
||||
ldata: pack $(DATAFILES)
|
||||
@echo -n "$(VMAJOR).$(VMINOR).$(VREV)" > $(VERSIONFILE)
|
||||
@echo " Creating ldata..\n"
|
||||
@./pack $(DATA) $(DATAFILES) $(VERSIONFILE)
|
||||
@./pack $(DATA) $(DATAFILES)
|
||||
|
||||
utils: pack mksprite
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user