Changeset 384 for libmpc/trunk/libmpc.kdevelop
- Timestamp:
- 03/25/08 16:31:41 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpc.kdevelop
r294 r384 3 3 <general> 4 4 <author>Nicolas Botti</author> 5 <email ></email>5 <email/> 6 6 <version>0.1</version> 7 7 <projectmanagement>KDevAutoProject</projectmanagement> … … 14 14 <projectdirectory>.</projectdirectory> 15 15 <absoluteprojectpath>false</absoluteprojectpath> 16 <description></description> 16 <description/> 17 <projectname>libmpc</projectname> 18 <defaultencoding/> 17 19 </general> 18 20 <kdevautoproject> 19 21 <general> 20 <activetarget> wavcmp/wavcmp</activetarget>22 <activetarget>mpcchap/mpcchap</activetarget> 21 23 <useconfiguration>optimized</useconfiguration> 22 24 </general> … … 31 33 <mpc2sv8>~/test1.mpc ~/test1-conv.mpc</mpc2sv8> 32 34 <wavcmp/> 35 <mpcchap/> 33 36 </runarguments> 34 37 <customdirectory>/</customdirectory> … … 36 39 <autocompile>true</autocompile> 37 40 <envvars/> 41 <debugarguments> 42 <mpcgain/> 43 <mpcchap>/home/nico/test.mpc /home/nico/chaps.ini</mpcchap> 44 </debugarguments> 45 <cwd> 46 <mpcgain>/home/nico/src/musepack/libmpc/optimized/./mpcchap</mpcgain> 47 <mpcchap>/home/nico/src/musepack/libmpc/optimized/./mpcchap</mpcchap> 48 </cwd> 38 49 </run> 39 50 <configurations> … … 45 56 <cflags>-O3 -fomit-frame-pointer -pipe -Wall -m3dnow -msse -ffast-math</cflags> 46 57 <envvars/> 47 <configargs ></configargs>48 <topsourcedir ></topsourcedir>49 <cppflags>-I/home/nico/src/musepack/ svn/libreplaygain/include</cppflags>50 <ldflags>-L/home/nico/src/musepack/ svn/libreplaygain/src</ldflags>51 <ccompilerbinary ></ccompilerbinary>52 <cxxcompilerbinary ></cxxcompilerbinary>53 <f77compilerbinary ></f77compilerbinary>54 <cxxflags ></cxxflags>55 <f77flags ></f77flags>58 <configargs/> 59 <topsourcedir/> 60 <cppflags>-I/home/nico/src/musepack/libreplaygain/include</cppflags> 61 <ldflags>-L/home/nico/src/musepack/libreplaygain/src</ldflags> 62 <ccompilerbinary/> 63 <cxxcompilerbinary/> 64 <f77compilerbinary/> 65 <cxxflags/> 66 <f77flags/> 56 67 </optimized> 57 68 <debug> … … 64 75 <envvars/> 65 76 <topsourcedir/> 66 <cppflags>-I/home/nico/src/musepack/ svn/libreplaygain/include</cppflags>67 <ldflags>-L/home/nico/src/musepack/ svn/libreplaygain/src</ldflags>77 <cppflags>-I/home/nico/src/musepack/libreplaygain/include</cppflags> 78 <ldflags>-L/home/nico/src/musepack/libreplaygain/src</ldflags> 68 79 <ccompilerbinary/> 69 80 <cxxcompilerbinary/> … … 153 164 <kdevdocumentation> 154 165 <projectdoc> 155 <docsystem> Collection de documentation Doxygen</docsystem>166 <docsystem>Doxygen Documentation Collection</docsystem> 156 167 <docurl>mpcenc.tag</docurl> 157 168 <usermanualurl/> … … 187 198 <argumentsHintDelay>400</argumentsHintDelay> 188 199 <headerCompletionDelay>250</headerCompletionDelay> 200 <showOnlyAccessibleItems>false</showOnlyAccessibleItems> 201 <completionBoxItemOrder>0</completionBoxItemOrder> 202 <howEvaluationContextMenu>true</howEvaluationContextMenu> 203 <showCommentWithArgumentHint>true</showCommentWithArgumentHint> 204 <statusBarTypeEvaluation>false</statusBarTypeEvaluation> 205 <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases> 206 <processPrimaryTypes>true</processPrimaryTypes> 207 <processFunctionArguments>false</processFunctionArguments> 208 <preProcessAllHeaders>false</preProcessAllHeaders> 209 <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental> 210 <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental> 211 <alwaysParseInBackground>true</alwaysParseInBackground> 212 <usePermanentCaching>true</usePermanentCaching> 213 <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces> 214 <includePaths>.;</includePaths> 189 215 </codecompletion> 190 216 <creategettersetter> 191 <prefixGet ></prefixGet>217 <prefixGet/> 192 218 <prefixSet>set</prefixSet> 193 219 <prefixVariable>m_,_</prefixVariable> … … 196 222 <inlineSet>true</inlineSet> 197 223 </creategettersetter> 224 <qt> 225 <used>false</used> 226 <version>3</version> 227 <includestyle>3</includestyle> 228 <root></root> 229 <designerintegration>EmbeddedKDevDesigner</designerintegration> 230 <qmake></qmake> 231 <designer></designer> 232 <designerpluginpaths/> 233 </qt> 234 <splitheadersource> 235 <enabled>false</enabled> 236 <synchronize>true</synchronize> 237 <orientation>Vertical</orientation> 238 </splitheadersource> 198 239 </kdevcppsupport> 199 240 <cppsupportpart> … … 206 247 <general> 207 248 <programargs>"/home/nico/test.wav" "/home/nico/test2.wav"</programargs> 208 <gdbpath ></gdbpath>249 <gdbpath/> 209 250 <dbgshell>libtool</dbgshell> 210 <configGdbScript ></configGdbScript>211 <runShellScript ></runShellScript>212 <runGdbScript ></runGdbScript>251 <configGdbScript/> 252 <runShellScript/> 253 <runGdbScript/> 213 254 <breakonloadinglibs>true</breakonloadinglibs> 214 255 <separatetty>false</separatetty> 215 256 <floatingtoolbar>false</floatingtoolbar> 257 <raiseGDBOnStart>false</raiseGDBOnStart> 216 258 </general> 217 259 <display>
Note: See TracChangeset
for help on using the changeset viewer.