This commit is contained in:
James Turk 2002-12-29 08:06:27 +00:00
parent 92f07fe34b
commit 482f442908

22
files.txt Executable file
View File

@ -0,0 +1,22 @@
/
authors.txt Listing of all authors.
changelog.txt Listing of changes made by version.
config Configure file used by makefile. (Linux)
files.txt This file, listing of all files.
licensing.txt Information on ZEngine licensing and usage.
makefile Makefile for make tool. (Linux)
readme.txt General information on ZEngine.
tab2space.py Python script to convert tabs to spaces recursively.
thanks.txt List of indirect contributors to ZEngine.
todo.txt Things that the ZEngine project needs to do.
doc/ Contains doxygen files.
html/ HTML version of documentation.
include/ Include files for ZEngine.
external/ Include files needed by ZEngine but not written for ZEngine.
lib/ Output directory of libraries to link with application.
src/ Source of ZEngine, needed to build ZEngine.
external/ Source files needed by ZEngine but not written for ZEngine.
test/ Source for test programs.
bin/ Test programs and files about using them.
data/ Data needed for test programs.
vc7/ Visual C++ 7 Solution file for ZEngine.