Changeset 282 for libmpc/branches/r2d/libmpc.kdevelop
- Timestamp:
- 04/20/07 21:38:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpc.kdevelop
r233 r282 18 18 <kdevautoproject> 19 19 <general> 20 <activetarget> mpcenc/mpcenc</activetarget>20 <activetarget>wavcmp/wavcmp</activetarget> 21 21 <useconfiguration>optimized</useconfiguration> 22 22 </general> 23 23 <run> 24 <mainprogram ></mainprogram>24 <mainprogram/> 25 25 <terminal>true</terminal> 26 26 <directoryradio>executable</directoryradio> … … 30 30 <mpcgain/> 31 31 <mpc2sv8>~/test1.mpc ~/test1-conv.mpc</mpc2sv8> 32 <wavcmp/> 32 33 </runarguments> 33 34 <customdirectory>/</customdirectory> 34 <programargs ></programargs>35 <programargs/> 35 36 <autocompile>true</autocompile> 36 37 <envvars/> … … 42 43 <cxxcompiler>kdevgppoptions</cxxcompiler> 43 44 <f77compiler>kdevg77options</f77compiler> 44 <cflags>-O3 -fomit-frame-pointer -pipe -Wall -m3dnow -msse </cflags>45 <cflags>-O3 -fomit-frame-pointer -pipe -Wall -m3dnow -msse -ffast-math</cflags> 45 46 <envvars/> 46 47 <configargs></configargs> … … 62 63 <cflags>-O0 -Wall -g3</cflags> 63 64 <envvars/> 64 <topsourcedir ></topsourcedir>65 <topsourcedir/> 65 66 <cppflags>-I/home/nico/src/musepack/svn/libreplaygain/include</cppflags> 66 67 <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>68 <ccompilerbinary/> 69 <cxxcompilerbinary/> 70 <f77compilerbinary/> 71 <cxxflags/> 72 <f77flags/> 72 73 </debug> 73 74 </configurations> … … 204 205 <kdevdebugger> 205 206 <general> 206 <programargs> --artist "madonna" "/home/nico/08 - Jimmy Jimmy.wav"</programargs>207 <programargs>"/home/nico/test.wav" "/home/nico/test2.wav"</programargs> 207 208 <gdbpath></gdbpath> 208 209 <dbgshell>libtool</dbgshell>
Note: See TracChangeset
for help on using the changeset viewer.