forked from aburch/simutrans
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.template
44 lines (36 loc) · 1.11 KB
/
config.template
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# to compile:
# copy this file to config.default and adjust the settings
#
#BACKEND = allegro
#BACKEND = gdi
#BACKEND = sdl
#BACKEND = x11
#COLOUR_DEPTH = 8
#COLOUR_DEPTH = 16
#OSTYPE = beos
#OSTYPE = cygwin
#OSTYPE = freebsd
#OSTYPE = linux
#OSTYPE = mingw
#DEBUG = 1
#OPTIMISE = 1 # Add umpteen optimisation flags
#PROFILE = 1
# Define these as empty strings, if you don't have allegro/sdl-config
#ALLEGRO_CONFIG = allegro-config
#SDL_CONFIG = sdl-config
#VERBOSE = 1
# Do not determine dependencies
# Header dependencies get NOT tracked this way, so if a header changes you're
# on your own (i.e. manually run a make clean)
# Uncomment this if this stage takes exceptionally long, which happens on some
# broken filesystems
# NO_DEPS = 1
# Following flags exists
# DOUBLE_GROUNDS: Enables two height tiles
# HALF_HEIGHT: Enables half height tiles (8 pixel instead 16)
# OTTD_LIKE: Enables half height tiles and crossconnected industries; defaul folder pak.ttd/
# DESTINATION_CITYCARS: Citycars can have a destination (not recommended)
# USE_C: no assembler for copying
# LITTLE_ENDIAN: Intel byte order
FLAGS = -DLITTLE_ENDIAN