duview build added
[projects.git] / debian / mbuild.conf
1 # mbuild configuration file
2
3 # type of compile. Possible values: NONE, CPP, CMAKE, PDF, OLD (for downward compatibility)
4 compile_type=NONE
5 # compile target
6 compile_target=
7 # compile directory
8 compile_dir=
9
10 # target type. Possible values: FILE, DEB, ZIP
11 target_type=DEB
12