Ignore:
Timestamp:
10/02/06 23:20:16 (17 years ago)
Author:
r2d
Message:
  • mppenc compiles and runs, but output is not playing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/mppenc.kdevelop

    r65 r66  
    33  <general>
    44    <author>Nicolas Botti</author>
    5     <email/>
     5    <email></email>
    66    <version>0.1</version>
    77    <projectmanagement>KDevAutoProject</projectmanagement>
     
    1414    <projectdirectory>.</projectdirectory>
    1515    <absoluteprojectpath>false</absoluteprojectpath>
    16     <description/>
     16    <description></description>
    1717  </general>
    1818  <kdevautoproject>
     
    2828        <mppenc/>
    2929      </runarguments>
     30      <customdirectory>/</customdirectory>
     31      <programargs></programargs>
     32      <autocompile>true</autocompile>
     33      <envvars/>
    3034    </run>
    3135    <configurations>
     
    4347        <cxxcompiler>kdevgppoptions</cxxcompiler>
    4448        <f77compiler>kdevg77options</f77compiler>
    45         <cflags>-O0 -g3 </cflags>
     49        <cflags>-O0 -g3 -Wmissing-prototypes -Wmissing-prototypes</cflags>
    4650        <envvars/>
    47         <topsourcedir/>
     51        <topsourcedir></topsourcedir>
    4852        <cppflags>-DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags>
    49         <ldflags/>
    50         <ccompilerbinary/>
    51         <cxxcompilerbinary/>
    52         <f77compilerbinary/>
    53         <cxxflags/>
    54         <f77flags/>
     53        <ldflags></ldflags>
     54        <ccompilerbinary></ccompilerbinary>
     55        <cxxcompilerbinary></cxxcompilerbinary>
     56        <f77compilerbinary></f77compilerbinary>
     57        <cxxflags></cxxflags>
     58        <f77flags></f77flags>
    5559      </debug>
    5660    </configurations>
     
    6064        <envvar value="1" name="WANT_AUTOMAKE_1_6" />
    6165      </envvars>
     66      <abortonerror>true</abortonerror>
     67      <numberofjobs>1</numberofjobs>
     68      <dontact>false</dontact>
     69      <makebin></makebin>
     70      <prio>0</prio>
    6271    </make>
    6372  </kdevautoproject>
     
    165174    </codecompletion>
    166175    <creategettersetter>
    167       <prefixGet/>
     176      <prefixGet></prefixGet>
    168177      <prefixSet>set</prefixSet>
    169178      <prefixVariable>m_,_</prefixVariable>
     
    181190  <kdevdebugger>
    182191    <general>
    183       <programargs/>
    184       <gdbpath/>
     192      <programargs>--overwrite ~/seeking_bug.flac</programargs>
     193      <gdbpath></gdbpath>
    185194      <dbgshell>libtool</dbgshell>
    186       <configGdbScript/>
    187       <runShellScript/>
    188       <runGdbScript/>
     195      <configGdbScript></configGdbScript>
     196      <runShellScript></runShellScript>
     197      <runGdbScript></runGdbScript>
    189198      <breakonloadinglibs>true</breakonloadinglibs>
    190199      <separatetty>false</separatetty>
Note: See TracChangeset for help on using the changeset viewer.