]>
Commit | Line | Data |
---|---|---|
1 | <?xml version="1.0" ?> | |
2 | ||
3 | <bakefile-manifest> | |
4 | ||
5 | <format id="wx24dsp"> | |
6 | <description> | |
7 | src/wxWindows.dsp which makes same files as 2.4 version | |
8 | </description> | |
9 | <default-filename>wxWindows.dsp</default-filename> | |
10 | </format> | |
11 | ||
12 | <format id="rpmspec"> | |
13 | <description> | |
14 | wxBase headers list in wx{GTK,Motif,X11}.spec | |
15 | </description> | |
16 | <default-filename>xxx.spec</default-filename> | |
17 | </format> | |
18 | ||
19 | <format id="cbx_unix"> | |
20 | <description> | |
21 | C++BuilderX projects for Unix (use configure) | |
22 | </description> | |
23 | <default-filename> | |
24 | $(os.path.splitext(os.path.basename(INPUT_FILE))[0])Unix.cbx | |
25 | </default-filename> | |
26 | </format> | |
27 | ||
28 | </bakefile-manifest> |