It has been a while since I last worked on Aesalon proper.
[aesalon.git] / build.config
blobddfdfc0ce6f5830442ffe125b417f241a9fd2379
1 # This is the build configuration file for Aesalon. Modify to suit your needs.
3 # The version of Aesalon. Change if you're modifying it yourself,
4 # otherwise leave it alone. Unless you want to compile version -1.0 of
5 # Aesalon . . .
6 set(aesalonVersion "0.3.0-predev")
8 # Is this a development build? Dev builds have debugging information and also
9 # some more verbose status messages. Use if you are developing Aesalon or
10 # trying to track down a bug.
11 set(devBuild true)
13 # platform can be:
14 # - x86, for Intel-compatible x86 platforms.
15 # - x86_64, for x86_64 compatible platforms.
16 set(platform x86_64)
18 # Run-time configuration file locations. Used to set default options and
19 # module search paths.
20 set(globalConfig "/etc/default/aesalon.conf")
21 set(userConfig "~/.config/aesalon/aesalon.conf")
22 set(localConfig ".aesalon.conf")