Changeset 72 for mppenc/branches/r2d/mppenc.kdevelop
- Timestamp:
- 10/12/06 11:54:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/r2d/mppenc.kdevelop
r71 r72 19 19 <general> 20 20 <activetarget>src/mppenc</activetarget> 21 <useconfiguration>de fault</useconfiguration>21 <useconfiguration>debug</useconfiguration> 22 22 </general> 23 23 <run> … … 39 39 <cxxcompiler>kdevgppoptions</cxxcompiler> 40 40 <f77compiler>kdevg77options</f77compiler> 41 <cflags>-O 1 -fomit-frame-pointer -pipe -g0</cflags>41 <cflags>-O3 -fomit-frame-pointer -pipe -g0 -Wall</cflags> 42 42 <envvars/> 43 <configargs />44 <topsourcedir />43 <configargs></configargs> 44 <topsourcedir></topsourcedir> 45 45 <cppflags>-DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags> 46 <ldflags />47 <ccompilerbinary />48 <cxxcompilerbinary />49 <f77compilerbinary />50 <cxxflags />51 <f77flags />46 <ldflags></ldflags> 47 <ccompilerbinary></ccompilerbinary> 48 <cxxcompilerbinary></cxxcompilerbinary> 49 <f77compilerbinary></f77compilerbinary> 50 <cxxflags></cxxflags> 51 <f77flags></f77flags> 52 52 </optimized> 53 53 <debug> … … 59 59 <cflags>-O0 -Wall -g3</cflags> 60 60 <envvars/> 61 <topsourcedir />62 <cppflags> -DMPP_ENCODER=1 -DTRUE=1 -DFALSE=0</cppflags>63 <ldflags />64 <ccompilerbinary />65 <cxxcompilerbinary />66 <f77compilerbinary />67 <cxxflags />68 <f77flags />61 <topsourcedir></topsourcedir> 62 <cppflags></cppflags> 63 <ldflags></ldflags> 64 <ccompilerbinary></ccompilerbinary> 65 <cxxcompilerbinary></cxxcompilerbinary> 66 <f77compilerbinary></f77compilerbinary> 67 <cxxflags></cxxflags> 68 <f77flags></f77flags> 69 69 </debug> 70 70 </configurations>
Note: See TracChangeset
for help on using the changeset viewer.