Commented and cleaned.
This commit is contained in:
parent
cdef353260
commit
063bf3531f
1 changed files with 29 additions and 1 deletions
|
@ -1 +1,29 @@
|
|||
SRC += etlib/hash.c etlib/prgname.c
|
||||
## ___________ _________ _____ __
|
||||
## \_ _____/______ ____ ____ \_ ___ \____________ _/ ____\/ |_
|
||||
## | __) \_ __ \_/ __ \_/ __ \/ \ \/\_ __ \__ \\ __\\ __\
|
||||
## | \ | | \/\ ___/\ ___/\ \____| | \// __ \| | | |
|
||||
## \___ / |__| \___ >\___ >\______ /|__| (____ /__| |__|
|
||||
## \/ \/ \/ \/ \/
|
||||
## ______________________ ______________________
|
||||
## T H E W A R B E G I N S
|
||||
## FreeCraft - A free fantasy real time strategy game engine
|
||||
##
|
||||
## Module.make - Module Makefile (included from Makefile).
|
||||
##
|
||||
## (c) Copyright 2002 by Nehal Mistry
|
||||
##
|
||||
## FreeCraft is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published
|
||||
## by the Free Software Foundation; only version 2 of the License.
|
||||
##
|
||||
## FreeCraft is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
|
||||
MODULE= etlib
|
||||
MSRC= hash.c prgname.c
|
||||
|
||||
SRC+= $(addprefix $(MODULE)/,$(MSRC))
|
||||
HDRS+=
|
||||
|
|
Loading…
Add table
Reference in a new issue