~mapopa/flamerobin/master

« back to all changes in this revision

Viewing changes to Bakefiles/Bakefiles.bkgen

  • Committer: Michael Hieke
  • Date: 2004-11-22 11:34:42 UTC
  • Revision ID: git-v1:8153b493d66ee7aae55e7b34e0d7bddacf4999ef
Initial revision

svn path=/trunk/flamerobin/; revision=13

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!-- $Id$ -->
 
3
 
 
4
<bakefile-gen>
 
5
 
 
6
    <!--
 
7
    Formats listed here are not generated by default. To enable them, either
 
8
    remove them from the <disable-formats> directive below or create
 
9
    Bakefiles.local.bkgen file in this directory and add <enable-formats>
 
10
    into it:
 
11
         <?xml version="1.0" ?>
 
12
         <bakefile-gen>
 
13
             <enable-formats>dmars</enable-formats>
 
14
         </bakefile-gen>
 
15
 
 
16
    Reasons why these formats are disabled (and so not in CVS):
 
17
    
 
18
    dmars     - In beta testing, will be added when it stabilizes.
 
19
    dmars_smake     - ditto
 
20
    msevc4prj - ditto
 
21
    cbuilderx - Generated projects are too bad to be included in CVS. Please
 
22
                *do not* enable this format until FIXMEs in .bkl files related
 
23
                to cbuilderx are addressed. In particular, the project must
 
24
                be placed into build/msw(?) directory and store object files
 
25
                in its subdirectory and it must copy setup.h as others do.
 
26
    cbx_unix  - Doesn't intergrate well and won't be used by most Unix people.
 
27
    -->
 
28
    
 
29
    <disable-formats>dmars,dmars_smake,cbx_unix,cbuilderx,msevc4prj</disable-formats>
 
30
    
 
31
 
 
32
    <!-- These wildcards match all .bkl files in wxWidgets tree: -->
 
33
    <input>
 
34
        flamerobin.bkl
 
35
    </input>
 
36
 
 
37
    <!-- List of output formats to generate: -->
 
38
    <add-formats>
 
39
        autoconf,borland,msvc,msvc6prj
 
40
    </add-formats>
 
41
 
 
42
    <!-- Default flags (for all formats and bakefiles): -->
 
43
    <add-flags>-Iformats</add-flags>    
 
44
 
 
45
    <add-flags files="flamerobin.bkl" formats="autoconf">
 
46
        -o../Makefile.in
 
47
    </add-flags>
 
48
    <add-flags files="flamerobin.bkl" formats="borland">
 
49
        -o../msw/makefile.bcc
 
50
    </add-flags>
 
51
    <add-flags files="flamerobin.bkl" formats="dmars_smake">
 
52
        -o../msw/makefile.dms
 
53
    </add-flags>
 
54
    <add-flags files="flamerobin.bkl" formats="dmars">
 
55
        -o../msw/makefile.dmc
 
56
    </add-flags>
 
57
    <add-flags files="flamerobin.bkl" formats="mingw">
 
58
        -o../msw/makefile.gcc
 
59
    </add-flags>
 
60
    <add-flags files="flamerobin.bkl" formats="msvc">
 
61
        -o../msw/makefile.vc
 
62
    </add-flags>
 
63
    <add-flags files="flamerobin.bkl" formats="watcom">
 
64
        -o../msw/makefile.wat
 
65
    </add-flags>
 
66
    <add-flags files="flamerobin.bkl" formats="msvc6prj">
 
67
        -o../msw/flamerobin.dsw
 
68
    </add-flags>
 
69
    <add-flags files="flamerobin.bkl" formats="msevc4prj">
 
70
        -o../wince/flamerobin.vcw
 
71
    </add-flags>
 
72
    <add-flags files="flamerobin.bkl" formats="cbuilderx">
 
73
        -o../flamerobin.cbx
 
74
    </add-flags>
 
75
 
 
76
    <!-- Makefile specific settings: -->
 
77
 
 
78
    <!-- Personal customizations (not in CVS): -->
 
79
    <include file="Bakefiles.local.bkgen" ignore_missing="1"/>
 
80
 
 
81
</bakefile-gen>