/[svn]/linuxsampler/trunk/linuxsampler.kdevelop
ViewVC logotype

Contents of /linuxsampler/trunk/linuxsampler.kdevelop

Parent Directory Parent Directory | Revision Log Revision Log


Revision 651 - (show annotations) (download)
Wed Jun 15 13:01:34 2005 UTC (18 years, 9 months ago) by schoenebeck
File size: 5236 byte(s)
fixed KDevelop project file to allow compilation of current LS
(changed CXXFLAGS to -O3 -g)

1 <?xml version = '1.0'?>
2 <kdevelop>
3 <general>
4 <author>Benno Senoner and Christian Schoenebeck</author>
5 <email>linuxsampler-devel@lists.sourceforge.net</email>
6 <version>0.1</version>
7 <projectmanagement>KDevAutoProject</projectmanagement>
8 <primarylanguage>C++</primarylanguage>
9 <keywords>
10 <keyword>C++</keyword>
11 <keyword>Code</keyword>
12 </keywords>
13 <projectdirectory>.</projectdirectory>
14 <absoluteprojectpath>false</absoluteprojectpath>
15 <description/>
16 <ignoreparts/>
17 <secondaryLanguages/>
18 <versioncontrol/>
19 </general>
20 <kdevautoproject>
21 <general>
22 <activetarget>src/liblinuxsampler.la</activetarget>
23 <useconfiguration>debug</useconfiguration>
24 </general>
25 <run>
26 <mainprogram>src/linuxsampler</mainprogram>
27 <terminal>true</terminal>
28 <directoryradio>executable</directoryradio>
29 <runarguments>
30 <linuxsampler/>
31 </runarguments>
32 <customdirectory>/</customdirectory>
33 <programargs/>
34 <autocompile>true</autocompile>
35 <envvars/>
36 </run>
37 <configurations>
38 <optimized>
39 <builddir>optimized</builddir>
40 <ccompiler>GccOptions</ccompiler>
41 <cxxcompiler>GppOptions</cxxcompiler>
42 <f77compiler>G77Options</f77compiler>
43 <cxxflags>-O2 -g0</cxxflags>
44 </optimized>
45 <debug>
46 <configargs>--enable-debug=full</configargs>
47 <builddir>debug</builddir>
48 <ccompiler>kdevgccoptions</ccompiler>
49 <cxxcompiler>kdevgppoptions</cxxcompiler>
50 <f77compiler>kdevpgf77options</f77compiler>
51 <cxxflags>-O2 -g</cxxflags>
52 <topsourcedir/>
53 <cppflags/>
54 <ldflags/>
55 <ccompilerbinary/>
56 <cxxcompilerbinary/>
57 <f77compilerbinary/>
58 <cflags/>
59 <f77flags/>
60 <envvars/>
61 </debug>
62 </configurations>
63 <make>
64 <envvars>
65 <envvar value="1" name="WANT_AUTOCONF_2_5" />
66 <envvar value="1" name="WANT_AUTOMAKE_1_6" />
67 </envvars>
68 <abortonerror>true</abortonerror>
69 <numberofjobs>1</numberofjobs>
70 <dontact>false</dontact>
71 <makebin/>
72 </make>
73 </kdevautoproject>
74 <kdevfilecreate>
75 <filetypes/>
76 <useglobaltypes>
77 <type ext="cpp" />
78 <type ext="h" />
79 </useglobaltypes>
80 </kdevfilecreate>
81 <kdevfileview>
82 <groups>
83 <group pattern="*.h" name="Header files" />
84 <group pattern="*.cpp" name="Source files" />
85 <hidenonprojectfiles>false</hidenonprojectfiles>
86 <hidenonlocation>false</hidenonlocation>
87 </groups>
88 <tree>
89 <hidenonprojectfiles>false</hidenonprojectfiles>
90 <hidepatterns>*.o,*.lo,CVS</hidepatterns>
91 </tree>
92 </kdevfileview>
93 <kdevcvs>
94 <cvsoptions>-f</cvsoptions>
95 <commitoptions/>
96 <addoptions/>
97 <logoptions/>
98 <updateoptions>-dP</updateoptions>
99 <removeoptions>-f</removeoptions>
100 <revertoptions>-C -d -P</revertoptions>
101 <diffoptions>-u3 -p</diffoptions>
102 <rshoptions/>
103 </kdevcvs>
104 <kdevcppsupport>
105 <references/>
106 <codecompletion>
107 <includeGlobalFunctions>true</includeGlobalFunctions>
108 <includeTypes>true</includeTypes>
109 <includeEnums>true</includeEnums>
110 <includeTypedefs>false</includeTypedefs>
111 <automaticCodeCompletion>true</automaticCodeCompletion>
112 <automaticArgumentsHint>true</automaticArgumentsHint>
113 <automaticHeaderCompletion>true</automaticHeaderCompletion>
114 <codeCompletionDelay>250</codeCompletionDelay>
115 <argumentsHintDelay>400</argumentsHintDelay>
116 <headerCompletionDelay>250</headerCompletionDelay>
117 </codecompletion>
118 <creategettersetter>
119 <prefixGet/>
120 <prefixSet>set</prefixSet>
121 <prefixVariable>m_,_</prefixVariable>
122 <parameterName>theValue</parameterName>
123 <inlineGet>true</inlineGet>
124 <inlineSet>true</inlineSet>
125 </creategettersetter>
126 </kdevcppsupport>
127 <kdevdoctreeview>
128 <projectdoc>
129 <userdocDir>html/</userdocDir>
130 <apidocDir>html/</apidocDir>
131 </projectdoc>
132 <ignoreqt_xml/>
133 <ignoredoxygen/>
134 <ignorekdocs/>
135 <ignoretocs/>
136 <ignoredevhelp/>
137 </kdevdoctreeview>
138 <cppsupportpart>
139 <filetemplates>
140 <interfacesuffix>.h</interfacesuffix>
141 <implementationsuffix>.cpp</implementationsuffix>
142 </filetemplates>
143 </cppsupportpart>
144 <kdevdebugger>
145 <general>
146 <programargs/>
147 <gdbpath/>
148 <dbgshell>../libtool</dbgshell>
149 <configGdbScript/>
150 <runShellScript/>
151 <runGdbScript/>
152 <breakonloadinglibs>true</breakonloadinglibs>
153 <separatetty>false</separatetty>
154 <floatingtoolbar>false</floatingtoolbar>
155 </general>
156 <display>
157 <staticmembers>false</staticmembers>
158 <demanglenames>true</demanglenames>
159 <outputradix>10</outputradix>
160 </display>
161 </kdevdebugger>
162 <kdevvisualadvance>
163 <emulator>VisualBoyAdvance</emulator>
164 <binary/>
165 <addOptions/>
166 <terminal>false</terminal>
167 <fullscreen>false</fullscreen>
168 <graphicFilter>-f0</graphicFilter>
169 <scaling>-1</scaling>
170 </kdevvisualadvance>
171 <kdevdocumentation>
172 <projectdoc>
173 <docsystem/>
174 <docurl/>
175 <usermanualurl/>
176 </projectdoc>
177 </kdevdocumentation>
178 </kdevelop>

  ViewVC Help
Powered by ViewVC