-
Notifications
You must be signed in to change notification settings - Fork 67
/
Bakefiles.bkgen
38 lines (30 loc) · 1.07 KB
/
Bakefiles.bkgen
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
<?xml version="1.0" ?>
<bakefile-gen xmlns="http://www.bakefile.org/schema/bakefile-gen">
<disable-formats>dmars,dmars_smake,cbx_unix,cbuilderx,msevc4prj</disable-formats>
<input>
flamerobin.bkl
</input>
<!-- List of output formats to generate: -->
<add-formats>
autoconf,mingw,msvc,msvc6prj,msvs2008prj
</add-formats>
<!-- Default flags (for all formats and bakefiles): -->
<add-flags>-Iformats</add-flags>
<add-flags files="flamerobin.bkl" formats="autoconf">
-o./Makefile.in
</add-flags>
<add-flags files="flamerobin.bkl" formats="borland">
-o./makefile.bcc
</add-flags>
<add-flags files="flamerobin.bkl" formats="mingw">
-o./makefile.mgw
</add-flags>
<add-flags files="flamerobin.bkl" formats="msvc">
-o./makefile.vc
</add-flags>
<add-flags files="flamerobin.bkl" formats="msvc6prj">
-o./flamerobin.dsw
</add-flags>
<!-- Personal customizations (not in CVS): -->
<include file="Bakefiles.local.bkgen" ignore_missing="1"/>
</bakefile-gen>