-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile.config
30 lines (23 loc) · 1.29 KB
/
Makefile.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# This file is part of the NML build framework
# NML build framework 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, version 2.
# NML build framework 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. You should have received a copy of the GNU General Public License along with NML build framework. If not, see <http://www.gnu.org/licenses/>.
#
# Definition of the grfs
REPO_NAME ?= Lemurian NARS Add-On Set
# This is the filename part common to the grf file, main source file and the tar name
BASE_FILENAME ?= lemnars
# Documentation files
DOC_FILES ?= README.md CHANGELOG.md
# Possible offset to NewGRF version. Increase by one, if a release
# branch is added to the repository
REPO_BRANCH_VERSION ?= 0
# Directory structure
SCRIPT_DIR ?= scripts
# Uncomment in order to make use of gimp scripting. See the file
# for a description of the format
# GFX_SCRIPT_LIST_FILES := gfx/png_source_list
# If needed, declare the minimum NML requirements
# REQUIRED_NML_BRANCH = 0.3
# MIN_NML_REVISION = 0