summaryrefslogtreecommitdiff
path: root/r2w.ini
blob: 3ebd221dd701658ba1820a0ab808ee6b60cf1b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Run settings
psyco = False
pause = False
skiperrors = False
DEBUG = False

# Files and directories
start_directory = 'src'
target_directory = 'build'
compare_directory = 'old-build'
log_file = 'log.txt'
macros = 'macros.py'

# Build settings
promote_headers = True

[uservalues]
__encoding__ = 'UTF8'

[Macro Paths]