Changeset 16
- Timestamp:
- 01/25/08 16:27:52 (17 years ago)
- Files:
-
- 1 added
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
mixpp.kdevelop
r14 r16 210 210 <kdevdocumentation> 211 211 <projectdoc> 212 <docsystem />213 <docurl />214 <usermanualurl />212 <docsystem></docsystem> 213 <docurl></docurl> 214 <usermanualurl></usermanualurl> 215 215 </projectdoc> 216 216 </kdevdocumentation> … … 223 223 <hidepatterns>*.o,*.lo,CVS</hidepatterns> 224 224 <hidenonprojectfiles>false</hidenonprojectfiles> 225 <showvcsfields>false</showvcsfields> 225 226 </tree> 226 227 </kdevfileview> 227 228 <ctagspart> 228 <customArguments ></customArguments>229 <customArguments/> 229 230 <customTagfilePath>/home/smidl/work/mixpp/tags</customTagfilePath> 230 231 <activeTagsFiles/> -
mixpp.kdevelop.filelist
r14 r16 1 1 # KDevelop Custom Project File List 2 2 Makefile 3 arx.cpp 3 bdm 4 bdm/Makefile 5 bdm/design 6 bdm/design/Makefile 7 bdm/estim 8 bdm/estim/Makefile 9 bdm/estim/arx.cpp 10 bdm/estim/libKF.cpp 11 bdm/estim/libKF.h 12 bdm/estim/libPF.cpp 13 bdm/estim/libPF.h 14 bdm/itpp_ext.cpp 15 bdm/itpp_ext.h 16 bdm/math 17 bdm/math/Makefile 18 bdm/math/libDC.cpp 19 bdm/math/libDC.h 20 bdm/stat 21 bdm/stat/Makefile 22 bdm/stat/libBM.cpp 23 bdm/stat/libBM.h 24 bdm/stat/libEF.cpp 25 bdm/stat/libEF.h 26 bdm/stat/libFN.cpp 27 bdm/stat/libFN.h 4 28 doc 5 29 doc/latex 6 30 doc/latex/Makefile 7 itpp_ext.cpp 8 itpp_ext.h 9 libBM.cpp 10 libBM.h 11 libDC.cpp 12 libDC.h 13 libEF.h 14 libKF.cpp 15 libKF.h 16 libPF.cpp 17 libPF.h 18 test0.cpp 19 testKF.cpp 20 testPF.cpp 31 tests 32 tests/Makefile 33 tests/test0.cpp 34 tests/testKF.cpp 35 tests/testPF.cpp 36 tests/testSmp.cpp