Changeset 60:68e3c3f3e0ac in rrlib_util
- Timestamp:
- 17.07.2012 11:31:26 (7 years ago)
- Branch:
- default
- Parents:
- 58:85175cb69afa (diff), 59:b7d576f653e4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make.xml
r58 r60 19 19 tAutoRegister.h 20 20 tTime.cpp 21 tTransformTime.cpp 21 22 tFPSComputer.cpp 22 23 </sources> -
make.xml
r59 r60 3 3 <targets> 4 4 5 <rrlib name="util" 5 <rrlib name="util"> 6 <sources> 7 final_class.h 8 join.h 9 tTypeList.h 10 type_list/* 11 </sources> 12 </rrlib> 13 14 <rrlib name="util_legacy" 6 15 libs="boost_iostreams"> 7 16 <sources> 8 join.h9 17 sFileIOUtils.cpp 10 18 sStringUtils.cpp 11 19 tAutoRegister.h 12 tDoubleDispatcher.h13 20 tTime.cpp 14 21 tTransformTime.cpp 15 tTypeList.h16 type_list/*17 22 tFPSComputer.cpp 18 23 </sources> 19 24 </rrlib> 20 25 21 26 <rrlib name="util_unit_tests" 22 27 libs="cppunit"> 23 28 <sources> 24 29 tUnitTestSuite.cpp 25 </sources>26 </rrlib>27 28 <rrlib name="util_patterns">29 <sources>30 patterns/*31 patterns/command/**32 patterns/factory/**33 patterns/singleton/**34 30 </sources> 35 31 </rrlib> … … 47 43 </rrlib> 48 44 49 <testprogram name="command_pattern">50 <sources>51 test/test_command_pattern.cpp52 </sources>53 </testprogram>54 55 <testprogram name="factory_pattern">56 <sources>57 test/test_factory_pattern.cpp58 </sources>59 </testprogram>60 61 45 <testprogram name="final_class_pattern"> 62 46 <sources> 63 47 test/test_final_class_pattern.cpp 64 </sources>65 </testprogram>66 67 <testprogram name="singleton_pattern">68 <sources>69 test/test_singleton_pattern.cpp70 48 </sources> 71 49 </testprogram> … … 77 55 </testprogram> 78 56 79 <testprogram name="double_dispatcher">80 <sources>81 test/test_double_dispatcher.cpp82 </sources>83 </testprogram>84 85 57 </targets>
Note: See TracChangeset
for help on using the changeset viewer.