Ignore:
Timestamp:
03/22/07 20:24:01 (17 years ago)
Author:
r2d
Message:
  • added build date to mpcenc
  • mpc2sv8 check for stream version
File:
1 edited

Legend:

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

    r203 r233  
    1818  <kdevautoproject>
    1919    <general>
    20       <activetarget>mpc2sv8/mpc2sv8</activetarget>
    21       <useconfiguration>debug</useconfiguration>
     20      <activetarget>mpcenc/mpcenc</activetarget>
     21      <useconfiguration>optimized</useconfiguration>
    2222    </general>
    2323    <run>
     
    4242        <cxxcompiler>kdevgppoptions</cxxcompiler>
    4343        <f77compiler>kdevg77options</f77compiler>
    44         <cflags>-O3 -fomit-frame-pointer -pipe -Wall</cflags>
     44        <cflags>-O3 -fomit-frame-pointer -pipe -Wall -m3dnow -msse</cflags>
    4545        <envvars/>
    46         <configargs/>
    47         <topsourcedir/>
    48         <cppflags>-DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags>
    49         <ldflags/>
    50         <ccompilerbinary/>
    51         <cxxcompilerbinary/>
    52         <f77compilerbinary/>
    53         <cxxflags/>
    54         <f77flags/>
     46        <configargs></configargs>
     47        <topsourcedir></topsourcedir>
     48        <cppflags>-I/home/nico/src/musepack/svn/libreplaygain/include</cppflags>
     49        <ldflags>-L/home/nico/src/musepack/svn/libreplaygain/src</ldflags>
     50        <ccompilerbinary></ccompilerbinary>
     51        <cxxcompilerbinary></cxxcompilerbinary>
     52        <f77compilerbinary></f77compilerbinary>
     53        <cxxflags></cxxflags>
     54        <f77flags></f77flags>
    5555      </optimized>
    5656      <debug>
     
    6262        <cflags>-O0 -Wall -g3</cflags>
    6363        <envvars/>
    64         <topsourcedir/>
    65         <cppflags/>
    66         <ldflags/>
    67         <ccompilerbinary/>
    68         <cxxcompilerbinary/>
    69         <f77compilerbinary/>
    70         <cxxflags/>
    71         <f77flags/>
     64        <topsourcedir></topsourcedir>
     65        <cppflags>-I/home/nico/src/musepack/svn/libreplaygain/include</cppflags>
     66        <ldflags>-L/home/nico/src/musepack/svn/libreplaygain/src</ldflags>
     67        <ccompilerbinary></ccompilerbinary>
     68        <cxxcompilerbinary></cxxcompilerbinary>
     69        <f77compilerbinary></f77compilerbinary>
     70        <cxxflags></cxxflags>
     71        <f77flags></f77flags>
    7272      </debug>
    7373    </configurations>
     
    204204  <kdevdebugger>
    205205    <general>
    206       <programargs>~/test1.mpc ~/test1-conv.mpc</programargs>
     206      <programargs>--artist &quot;madonna&quot; &quot;/home/nico/08 - Jimmy Jimmy.wav&quot;</programargs>
    207207      <gdbpath></gdbpath>
    208208      <dbgshell>libtool</dbgshell>
Note: See TracChangeset for help on using the changeset viewer.