Changeset 71 for mppenc/branches/r2d/mppenc.kdevelop
- Timestamp:
- 10/07/06 02:49:28 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/r2d/mppenc.kdevelop
r67 r71 3 3 <general> 4 4 <author>Nicolas Botti</author> 5 <email />5 <email></email> 6 6 <version>0.1</version> 7 7 <projectmanagement>KDevAutoProject</projectmanagement> … … 14 14 <projectdirectory>.</projectdirectory> 15 15 <absoluteprojectpath>false</absoluteprojectpath> 16 <description />16 <description></description> 17 17 </general> 18 18 <kdevautoproject> 19 19 <general> 20 20 <activetarget>src/mppenc</activetarget> 21 <useconfiguration>de bug</useconfiguration>21 <useconfiguration>default</useconfiguration> 22 22 </general> 23 23 <run> … … 29 29 </runarguments> 30 30 <customdirectory>/</customdirectory> 31 <programargs />31 <programargs></programargs> 32 32 <autocompile>true</autocompile> 33 33 <envvars/> … … 39 39 <cxxcompiler>kdevgppoptions</cxxcompiler> 40 40 <f77compiler>kdevg77options</f77compiler> 41 <cflags>-O2 -g0 </cflags> 41 <cflags>-O1 -fomit-frame-pointer -pipe -g0</cflags> 42 <envvars/> 43 <configargs/> 44 <topsourcedir/> 45 <cppflags>-DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags> 46 <ldflags/> 47 <ccompilerbinary/> 48 <cxxcompilerbinary/> 49 <f77compilerbinary/> 50 <cxxflags/> 51 <f77flags/> 42 52 </optimized> 43 53 <debug> … … 47 57 <cxxcompiler>kdevgppoptions</cxxcompiler> 48 58 <f77compiler>kdevg77options</f77compiler> 49 <cflags>-O0 - g3 -Wmissing-prototypes -Wmissing-prototypes</cflags>59 <cflags>-O0 -Wall -g3</cflags> 50 60 <envvars/> 51 61 <topsourcedir/> … … 67 77 <numberofjobs>1</numberofjobs> 68 78 <dontact>false</dontact> 69 <makebin />79 <makebin></makebin> 70 80 <prio>0</prio> 71 81 </make> … … 174 184 </codecompletion> 175 185 <creategettersetter> 176 <prefixGet />186 <prefixGet></prefixGet> 177 187 <prefixSet>set</prefixSet> 178 188 <prefixVariable>m_,_</prefixVariable> … … 190 200 <kdevdebugger> 191 201 <general> 192 <programargs>--overwrite ~/ seeking_bug.flac</programargs>193 <gdbpath />202 <programargs>--overwrite ~/mdv-startup.wav</programargs> 203 <gdbpath></gdbpath> 194 204 <dbgshell>libtool</dbgshell> 195 <configGdbScript />196 <runShellScript />197 <runGdbScript />205 <configGdbScript></configGdbScript> 206 <runShellScript></runShellScript> 207 <runGdbScript></runGdbScript> 198 208 <breakonloadinglibs>true</breakonloadinglibs> 199 209 <separatetty>false</separatetty>
Note: See TracChangeset
for help on using the changeset viewer.