Changeset 233 for libmpc/branches/r2d/libmpc.kdevelop
- Timestamp:
- 03/22/07 20:24:01 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/branches/r2d/libmpc.kdevelop
r203 r233 18 18 <kdevautoproject> 19 19 <general> 20 <activetarget>mpc 2sv8/mpc2sv8</activetarget>21 <useconfiguration> debug</useconfiguration>20 <activetarget>mpcenc/mpcenc</activetarget> 21 <useconfiguration>optimized</useconfiguration> 22 22 </general> 23 23 <run> … … 42 42 <cxxcompiler>kdevgppoptions</cxxcompiler> 43 43 <f77compiler>kdevg77options</f77compiler> 44 <cflags>-O3 -fomit-frame-pointer -pipe -Wall </cflags>44 <cflags>-O3 -fomit-frame-pointer -pipe -Wall -m3dnow -msse</cflags> 45 45 <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> 55 55 </optimized> 56 56 <debug> … … 62 62 <cflags>-O0 -Wall -g3</cflags> 63 63 <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> 72 72 </debug> 73 73 </configurations> … … 204 204 <kdevdebugger> 205 205 <general> 206 <programargs> ~/test1.mpc ~/test1-conv.mpc</programargs>206 <programargs>--artist "madonna" "/home/nico/08 - Jimmy Jimmy.wav"</programargs> 207 207 <gdbpath></gdbpath> 208 208 <dbgshell>libtool</dbgshell>
Note: See TracChangeset
for help on using the changeset viewer.