]>
Commit | Line | Data |
---|---|---|
d4330779 VS |
1 | <?xml version="1.0" ?> |
2 | ||
3 | <bakefile-manifest> | |
d4330779 | 4 | |
c3b87b2e VS |
5 | <format id="rpmspec"> |
6 | <description> | |
7 | wxBase headers list in wx{GTK,Motif,X11}.spec | |
8 | </description> | |
d10382ab | 9 | <default-filename>xxx.spec</default-filename> |
c3b87b2e | 10 | </format> |
328f5196 VS |
11 | |
12 | <format id="cbx_unix"> | |
13 | <description> | |
14 | C++BuilderX projects for Unix (use configure) | |
15 | </description> | |
16 | <default-filename> | |
17 | $(os.path.splitext(os.path.basename(INPUT_FILE))[0])Unix.cbx | |
18 | </default-filename> | |
19 | </format> | |
c3b87b2e | 20 | |
d4330779 | 21 | </bakefile-manifest> |