* Fixed problem when BASEDIR paths were given without a trailing '/'.
[linux_from_scratch.git] / lfscmd / lfscmd.vpj
blob2ec9f1aebfffaf7805fd3098525592a4dc05d152
1 <!DOCTYPE Project SYSTEM "http://www.slickedit.com/dtd/vse/8.1/vpj.dtd">
2 <Project
3         Version="8.1"
4         VendorName="SlickEdit"
5         WorkingDir="."
6         VCSProject="CVS:">
7         <Config
8                 Name="Debug"
9                 Type="gnuc"
10                 DebugCallbackName="gdb"
11                 Version="1"
12                 OutputFile="../lfscmd">
13                 <Menu>
14                         <Target
15                                 Name="Compile"
16                                 MenuCaption="&amp;Compile"
17                                 Dialog="_gnuc_options_form Compile"
18                                 CaptureOutputWith="ProcessBuffer"
19                                 Deletable="0"
20                                 OutputExts="*.o"
21                                 SaveOption="SaveCurrent"
22                                 RunFromDir="%rw">
23                                 <Exec CmdLine='gcc -c %xup -g -o "%bd%n%oe" %i "%f"'/>
24                         </Target>
25                         <Target
26                                 Name="Link"
27                                 MenuCaption="&amp;Link"
28                                 ShowOnMenu="Never"
29                                 Dialog="_gnuc_options_form Link"
30                                 CaptureOutputWith="ProcessBuffer"
31                                 Deletable="0"
32                                 SaveOption="SaveCurrent"
33                                 RunFromDir="%rw">
34                                 <Exec CmdLine='gcc %xup -g -o "%o" %f %libs'/>
35                         </Target>
36                         <Target
37                                 Name="Build"
38                                 MenuCaption="&amp;Build"
39                                 CaptureOutputWith="ProcessBuffer"
40                                 Deletable="0"
41                                 SaveOption="SaveWorkspaceFiles"
42                                 RunFromDir="%rw"
43                                 ClearProcessBuffer="1">
44                                 <Exec CmdLine="make"/>
45                         </Target>
46                         <Target
47                                 Name="Rebuild"
48                                 MenuCaption="&amp;Rebuild"
49                                 CaptureOutputWith="ProcessBuffer"
50                                 Deletable="0"
51                                 SaveOption="SaveWorkspaceFiles"
52                                 RunFromDir="%rw">
53                                 <Exec CmdLine=""/>
54                         </Target>
55                         <Target
56                                 Name="Debug"
57                                 MenuCaption="&amp;Debug"
58                                 Dialog="_gnuc_options_form Run/Debug"
59                                 BuildFirst="1"
60                                 CaptureOutputWith="ProcessBuffer"
61                                 Deletable="0"
62                                 SaveOption="SaveNone"
63                                 RunFromDir="%rw/test-lfs">
64                                 <Exec
65                                         CmdLine='vsdebugio -prog "%o" %~other'
66                                         OtherOptions="-f ../../BOOK/index.html"/>
67                         </Target>
68                         <Target
69                                 Name="Execute"
70                                 MenuCaption="E&amp;xecute"
71                                 Dialog="_gnuc_options_form Run/Debug"
72                                 BuildFirst="1"
73                                 CaptureOutputWith="ProcessBuffer"
74                                 Deletable="0"
75                                 SaveOption="SaveWorkspaceFiles"
76                                 RunFromDir="%rw">
77                                 <Exec
78                                         CmdLine='"%o" %~other'
79                                         OtherOptions="-f ../../BOOK/index.html"/>
80                         </Target>
81                         <Target
82                                 Name="dash"
83                                 MenuCaption="-"
84                                 Deletable="0">
85                                 <Exec/>
86                         </Target>
87                         <Target
88                                 Name="GNU C Options"
89                                 MenuCaption="GNU C &amp;Options..."
90                                 ShowOnMenu="HideIfNoCmdLine"
91                                 Deletable="0"
92                                 SaveOption="SaveNone">
93                                 <Exec
94                                         CmdLine="gnucoptions"
95                                         Type="Slick-C"/>
96                         </Target>
97                 </Menu>
98                 <Includes/>
99                 <Libs/>
100         </Config>
101         <Config
102                 Name="Release"
103                 Type="gnuc"
104                 DebugCallbackName="gdb"
105                 Version="1"
106                 OutputFile="../lfscmd">
107                 <Menu>
108                         <Target
109                                 Name="Compile"
110                                 MenuCaption="&amp;Compile"
111                                 Dialog="_gnuc_options_form Compile"
112                                 CaptureOutputWith="ProcessBuffer"
113                                 Deletable="0"
114                                 OutputExts="*.o"
115                                 SaveOption="SaveCurrent"
116                                 RunFromDir="%rw">
117                                 <Exec CmdLine='gcc -c %xup -o "%bd%n%oe" %i "%f"'/>
118                         </Target>
119                         <Target
120                                 Name="Link"
121                                 MenuCaption="&amp;Link"
122                                 ShowOnMenu="Never"
123                                 Dialog="_gnuc_options_form Link"
124                                 CaptureOutputWith="ProcessBuffer"
125                                 Deletable="0"
126                                 SaveOption="SaveCurrent"
127                                 RunFromDir="%rw">
128                                 <Exec CmdLine='gcc %xup -o "%o" %f %libs'/>
129                         </Target>
130                         <Target
131                                 Name="Build"
132                                 MenuCaption="&amp;Build"
133                                 CaptureOutputWith="ProcessBuffer"
134                                 Deletable="0"
135                                 SaveOption="SaveWorkspaceFiles"
136                                 RunFromDir="%rw"
137                                 ClearProcessBuffer="1">
138                                 <Exec CmdLine="make"/>
139                         </Target>
140                         <Target
141                                 Name="Rebuild"
142                                 MenuCaption="&amp;Rebuild"
143                                 CaptureOutputWith="ProcessBuffer"
144                                 Deletable="0"
145                                 SaveOption="SaveWorkspaceFiles"
146                                 RunFromDir="%rw">
147                                 <Exec CmdLine=""/>
148                         </Target>
149                         <Target
150                                 Name="Debug"
151                                 MenuCaption="&amp;Debug"
152                                 Dialog="_gnuc_options_form Run/Debug"
153                                 BuildFirst="1"
154                                 CaptureOutputWith="ProcessBuffer"
155                                 Deletable="0"
156                                 SaveOption="SaveNone"
157                                 RunFromDir="%rw/test-lfs">
158                                 <Exec
159                                         CmdLine='vsdebugio -prog "%o" %~other'
160                                         OtherOptions="-f ../../BOOK/index.html"/>
161                         </Target>
162                         <Target
163                                 Name="Execute"
164                                 MenuCaption="E&amp;xecute"
165                                 Dialog="_gnuc_options_form Run/Debug"
166                                 BuildFirst="1"
167                                 CaptureOutputWith="ProcessBuffer"
168                                 Deletable="0"
169                                 SaveOption="SaveWorkspaceFiles"
170                                 RunFromDir="%rw">
171                                 <Exec
172                                         CmdLine='"%o" %~other'
173                                         OtherOptions="-f ../../BOOK/index.html"/>
174                         </Target>
175                         <Target
176                                 Name="dash"
177                                 MenuCaption="-"
178                                 Deletable="0">
179                                 <Exec/>
180                         </Target>
181                         <Target
182                                 Name="GNU C Options"
183                                 MenuCaption="GNU C &amp;Options..."
184                                 ShowOnMenu="HideIfNoCmdLine"
185                                 Deletable="0"
186                                 SaveOption="SaveNone">
187                                 <Exec
188                                         CmdLine="gnucoptions"
189                                         Type="Slick-C"/>
190                         </Target>
191                 </Menu>
192                 <Includes/>
193                 <Libs/>
194         </Config>
195         <CustomFolders>
196                 <Folder
197                         Name="Source Files"
198                         Filters="*.c;*.C;*.cc;*.cpp;*.cp;*.cxx;*.prg;*.pas;*.dpr;*.asm;*.s;*.bas;*.java;*.cs;*.sc;*.e;*.cob;*.html;*.rc;*.tcl;*.py;*.pl">
199                 </Folder>
200                 <Folder
201                         Name="Header Files"
202                         Filters="*.h;*.H;*.hh;*.hpp;*.hxx;*.inc;*.sh;*.cpy;*.if">
203                 </Folder>
204                 <Folder
205                         Name="Resource Files"
206                         Filters="*.ico;*.cur;*.dlg"/>
207                 <Folder
208                         Name="Bitmaps"
209                         Filters="*.bmp"/>
210                 <Folder
211                         Name="Other Files"
212                         Filters="">
213                 </Folder>
214         </CustomFolders>
215         <Files AutoFolders="DirectoryView">
216                 <Folder Name="doc">
217                         <F N="doc/lfscmd.1"/>
218                 </Folder>
219                 <Folder Name="src">
220                         <F N="src/env.c"/>
221                         <F N="src/env.h"/>
222                         <F N="src/file.c"/>
223                         <F N="src/file.h"/>
224                         <F N="src/help.c"/>
225                         <F N="src/help.h"/>
226                         <F N="src/lfscmd.c"/>
227                         <F N="src/lfscmd.h"/>
228                         <F N="src/main.c"/>
229                         <F N="src/string.c"/>
230                         <F N="src/string.h"/>
231                 </Folder>
232                 <Folder Name="/usr">
233                         <Folder Name="include">
234                                 <Folder Name="libxml2">
235                                         <Folder Name="libxml">
236                                                 <F N="/usr/include/libxml2/libxml/c14n.h"/>
237                                                 <F N="/usr/include/libxml2/libxml/catalog.h"/>
238                                                 <F N="/usr/include/libxml2/libxml/debugXML.h"/>
239                                                 <F N="/usr/include/libxml2/libxml/DOCBparser.h"/>
240                                                 <F N="/usr/include/libxml2/libxml/encoding.h"/>
241                                                 <F N="/usr/include/libxml2/libxml/entities.h"/>
242                                                 <F N="/usr/include/libxml2/libxml/globals.h"/>
243                                                 <F N="/usr/include/libxml2/libxml/hash.h"/>
244                                                 <F N="/usr/include/libxml2/libxml/HTMLparser.h"/>
245                                                 <F N="/usr/include/libxml2/libxml/HTMLtree.h"/>
246                                                 <F N="/usr/include/libxml2/libxml/list.h"/>
247                                                 <F N="/usr/include/libxml2/libxml/nanoftp.h"/>
248                                                 <F N="/usr/include/libxml2/libxml/nanohttp.h"/>
249                                                 <F N="/usr/include/libxml2/libxml/parser.h"/>
250                                                 <F N="/usr/include/libxml2/libxml/parserInternals.h"/>
251                                                 <F N="/usr/include/libxml2/libxml/relaxng.h"/>
252                                                 <F N="/usr/include/libxml2/libxml/SAX.h"/>
253                                                 <F N="/usr/include/libxml2/libxml/schemasInternals.h"/>
254                                                 <F N="/usr/include/libxml2/libxml/threads.h"/>
255                                                 <F N="/usr/include/libxml2/libxml/tree.h"/>
256                                                 <F N="/usr/include/libxml2/libxml/uri.h"/>
257                                                 <F N="/usr/include/libxml2/libxml/valid.h"/>
258                                                 <F N="/usr/include/libxml2/libxml/xinclude.h"/>
259                                                 <F N="/usr/include/libxml2/libxml/xlink.h"/>
260                                                 <F N="/usr/include/libxml2/libxml/xmlautomata.h"/>
261                                                 <F N="/usr/include/libxml2/libxml/xmlerror.h"/>
262                                                 <F N="/usr/include/libxml2/libxml/xmlIO.h"/>
263                                                 <F N="/usr/include/libxml2/libxml/xmlmemory.h"/>
264                                                 <F N="/usr/include/libxml2/libxml/xmlreader.h"/>
265                                                 <F N="/usr/include/libxml2/libxml/xmlregexp.h"/>
266                                                 <F N="/usr/include/libxml2/libxml/xmlschemas.h"/>
267                                                 <F N="/usr/include/libxml2/libxml/xmlschemastypes.h"/>
268                                                 <F N="/usr/include/libxml2/libxml/xmlunicode.h"/>
269                                                 <F N="/usr/include/libxml2/libxml/xmlversion.h"/>
270                                                 <F N="/usr/include/libxml2/libxml/xpath.h"/>
271                                                 <F N="/usr/include/libxml2/libxml/xpathInternals.h"/>
272                                                 <F N="/usr/include/libxml2/libxml/xpointer.h"/>
273                                         </Folder>
274                                 </Folder>
275                         </Folder>
276                 </Folder>
277                 <F N="ChangeLog"/>
278                 <F N="FAQ"/>
279                 <F N="INSTALL"/>
280                 <F N="LICENSE"/>
281                 <F
282                         N="Makefile"
283                         Type="Makefile"/>
284                 <F N="README"/>
285         </Files>
286 </Project>