Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 14 and Version 15 of code/Buildsystem


Ignore:
Timestamp:
Dec 2, 2012, 9:21:31 PM (11 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/Buildsystem

    v14 v15  
    5757|| VISUAL_LEAK_DETECTOR_ENABLE || MSVC || false || Enable including the Visual Leak detector in every source file to help tracking memory leaks. This option is only available when using Visual Studio and you need to have the library configured (global included and library folder set ||
    5858
     59|| ENABLE_GCOV || GCC || false || Enables code coverage analysis with gcov ||
     60
    5961== Installation ==
    6062We also provide an install target. When using makefiles, type ''make install'' and Orxonox will get installed. For project files, there's usually an ''INSTALL'' project which you can "build". [[br]]