Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 13, 2009, 10:16:19 AM (16 years ago)
Author:
rgrieder
Message:
  • Using REGEX "…" EXCLCUDE in INSTALL avoids a call to FILE(GLOB) (quite slow) at CMake (instead of install) time
  • Excluded audio target again (linker tests were successfull so far)
  • Removed unexplainable code I once inserted in cpptcl.cc, didn't experience the problem anymore (was weird behaviour anyway)
  • Sorting out some library depdencies (just a detail)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/cpptcl/cpptcl.cc

    r2641 r2652  
    953953
    954954     {
    955           // TODO: why could this probably be necessary? map::find of empty map
    956           // shouldn't be a problem.
    957           if (callbacks.size() == 0)
    958             return;
    959955          callback_map::iterator it = callbacks.find(interp);
    960956          if (it == callbacks.end())
Note: See TracChangeset for help on using the changeset viewer.