]>
Commit | Line | Data |
---|---|---|
d4330779 VS |
1 | <?xml version="1.0" ?> |
2 | ||
3 | <bakefile-manifest> | |
4 | ||
5 | <format id="wx24dsp"> | |
6 | <description> | |
65571936 | 7 | src/wxWindows.dsp which makes same files as 2.4 version |
d4330779 | 8 | </description> |
65571936 | 9 | <default-filename>wxWindows.dsp</default-filename> |
d4330779 VS |
10 | </format> |
11 | ||
c3b87b2e VS |
12 | <format id="rpmspec"> |
13 | <description> | |
14 | wxBase headers list in wx{GTK,Motif,X11}.spec | |
15 | </description> | |
d10382ab | 16 | <default-filename>xxx.spec</default-filename> |
c3b87b2e | 17 | </format> |
328f5196 VS |
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> | |
c3b87b2e | 27 | |
d4330779 | 28 | </bakefile-manifest> |