1 <!DOCTYPE Project SYSTEM "http://www.slickedit.com/dtd/vse/8.1/vpj.dtd">
10 DebugCallbackName="gdb"
12 OutputFile="<%if(sharedname)%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%dll_ext%><%endif%><%if(exename)%><%if(exeout)%><%exeout%><%else%><%output_dir%><%endif%>\<%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%exe_ext%><%endif%>">
16 MenuCaption="&Compile"
17 Dialog="_gnuc_options_form Compile"
18 CaptureOutputWith="ProcessBuffer"
21 SaveOption="SaveCurrent"
24 CmdLine='g++ -c %xup -g -o "%bd%n%oe" %i "%f" %~other'
25 OtherOptions="-W -Wall -Wpointer-arith -mcpu=pentiumpro -mthreads -pipe -fno-exceptions -fcheck-new <%compile_flags%> <%foreach(includes)%>-I'<%include%>' <%endfor%><%foreach(defines common_defines macros)%>-D<%define%> <%endfor%><%if(type_is_dynamic)%><%foreach(dynamicflags)%>-D <%dynamicflag%> <%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%>-D <%staticflag%> <%endfor%><%endif%>"/>
29 MenuCaption="&Link"
31 Dialog="_gnuc_options_form Link"
32 CaptureOutputWith="ProcessBuffer"
34 SaveOption="SaveCurrent"
37 CmdLine='g++ %xup -g -o "%o" %f %libs %~other'
38 OtherOptions="-Wl,--enable-auto-import -Wl,-E -lws2_32 -lmswsock -lwsock32 -lnetapi32 <%foreach(libs)%>-l<%libname_prefix%><%lib%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%> <%endfor%><%foreach(lit_libs)%>-l<%lit_lib%>.lib <%endfor%><%foreach(pure_libs)%>-l<%pure_lib%> <%endfor%><%foreach(libpaths)%>-L'<%libpath%>' <%endfor%>"/>
42 MenuCaption="&Build"
43 Dialog="_gnuc_options_form Compile"
44 CaptureOutputWith="ProcessBuffer"
46 SaveOption="SaveWorkspaceFiles"
48 <Exec CmdLine='"%(VSLICKBIN1)vsbuild" "%w" "%r" -t build'/>
52 MenuCaption="&Rebuild"
53 Dialog="_gnuc_options_form Compile"
54 CaptureOutputWith="ProcessBuffer"
56 SaveOption="SaveWorkspaceFiles"
58 <Exec CmdLine='"%(VSLICKBIN1)vsbuild" "%w" "%r" -t rebuild'/>
62 MenuCaption="&Debug"
63 Dialog="_gnuc_options_form Run/Debug"
65 CaptureOutputWith="ProcessBuffer"
69 <Exec CmdLine='vsdebugio -prog "%o"'/>
73 MenuCaption="E&xecute"
74 Dialog="_gnuc_options_form Run/Debug"
76 CaptureOutputWith="ProcessBuffer"
78 SaveOption="SaveWorkspaceFiles"
80 <Exec CmdLine='"%o"'/>
90 MenuCaption="GNU C &Options..."
91 ShowOnMenu="HideIfNoCmdLine"
93 SaveOption="SaveNone">
105 DebugCallbackName="gdb"
107 OutputFile="<%if(sharedname)%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%libname_prefix%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%dll_ext%><%endif%><%if(exename)%><%if(exeout)%><%exeout%><%else%><%output_dir%><%endif%>\<%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%exe_ext%><%endif%>">
111 MenuCaption="&Compile"
112 Dialog="_gnuc_options_form Compile"
113 CaptureOutputWith="ProcessBuffer"
116 SaveOption="SaveCurrent"
119 CmdLine='g++ -c %xup -o "%bd%n%oe" %i "%f" %~other'
120 OtherOptions="-W -Wall -Wpointer-arith -mcpu=pentiumpro -mthreads -pipe -fno-exceptions -fcheck-new <%foreach(includes)%>-I'<%include%>' <%endfor%><%foreach(defines common_defines macros)%>-D<%define%> <%endfor%><%if(type_is_dynamic)%><%foreach(dynamicflags)%>-D <%dynamicflag%> <%endfor%><%endif%><%if(need_staticflags)%><%foreach(staticflags)%>-D <%staticflag%> <%endfor%><%endif%>"/>
124 MenuCaption="&Link"
126 Dialog="_gnuc_options_form Link"
127 CaptureOutputWith="ProcessBuffer"
129 SaveOption="SaveCurrent"
132 CmdLine='g++ %xup -o "%o" %f %libs %~other'
133 OtherOptions="-Wl,--enable-auto-import -Wl,-E -lws2_32 -lmswsock -lwsock32 -lnetapi32 <%foreach(libs)%>-l<%libname_prefix%><%lib%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%> <%endfor%><%foreach(lit_libs)%>-l<%lit_lib%>.lib <%endfor%><%foreach(pure_libs)%>-l<%pure_lib%> <%endfor%><%foreach(libpaths)%>-L'<%libpath%>' <%endfor%>"/>
137 MenuCaption="&Build"
138 Dialog="_gnuc_options_form Compile"
139 CaptureOutputWith="ProcessBuffer"
141 SaveOption="SaveWorkspaceFiles"
143 <Exec CmdLine='"%(VSLICKBIN1)vsbuild" "%w" "%r" -t build'/>
147 MenuCaption="&Rebuild"
148 Dialog="_gnuc_options_form Compile"
149 CaptureOutputWith="ProcessBuffer"
151 SaveOption="SaveWorkspaceFiles"
153 <Exec CmdLine='"%(VSLICKBIN1)vsbuild" "%w" "%r" -t rebuild'/>
157 MenuCaption="&Debug"
158 Dialog="_gnuc_options_form Run/Debug"
160 CaptureOutputWith="ProcessBuffer"
162 SaveOption="SaveNone"
164 <Exec CmdLine='vsdebugio -prog "%o"'/>
168 MenuCaption="E&xecute"
169 Dialog="_gnuc_options_form Run/Debug"
171 CaptureOutputWith="ProcessBuffer"
173 SaveOption="SaveWorkspaceFiles"
175 <Exec CmdLine='"%o"'/>
185 MenuCaption="GNU C &Options..."
186 ShowOnMenu="HideIfNoCmdLine"
188 SaveOption="SaveNone">
190 CmdLine="gnucoptions"
200 Filters="*.c;*.C;*.cc;*.cpp;*.cp;*.cxx;*.prg;*.pas;*.dpr;*.asm;*.s;*.bas;*.java;*.sc;*.e;*.cob;*.html;*.rc;*.tcl;*.py;*.pl">
201 <%foreach(source_files)%>
202 <F N="<%source_file%>"/>
208 Filters="*.h;*.H;*.hh;*.hpp;*.hxx;*.inc;*.sh;*.cpy;*.if">
210 <F N="<%pch_header%>"/>
212 <%foreach(header_files)%>
213 <F N="<%header_file%>"/>
221 <%foreach(inline_files)%>
222 <F N="<%inline_file%>"/>
226 <%if(template_files)%>
228 Name="Template Files"
230 <%foreach(template_files)%>
231 <F N="<%template_file%>"/>
235 <%if(documentation_files)%>
237 Name="Documentation Files"
238 Filters="*.txt;*.doc">
239 <%foreach(documentation_files)%>
240 <F N="<%documentation_file%>"/>
244 <%if(resource_files)%>
246 Name="Resource Files"
248 <%foreach(resource_files)%>
249 <F N="<%resource_file%>"/>