Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 30, 2009, 2:22:00 AM (15 years ago)
Author:
rgrieder
Message:

Merged resource2 branch back to trunk.

IMPORTANT NOTE:
Upon this merge you need to specifically call your data directory "data_extern" when checking it out (when you don't provide a name, it will be just called 'trunk').
The new CMake variable is EXTERNAL_DATA_DIRECTORY. DATA_DIRECTORY now points to the one the source part of the repository.
UPDATE YOUR DATA DIRECTORY AS WELL!!!

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/core/ConfigValueContainer.h

    r3301 r5695  
    3131    @brief Definition of the ConfigValueContainer class.
    3232
    33     The ConfigValueContainer class contains all needed informations about a configurable variable:
     33    The ConfigValueContainer class contains all needed information about a configurable variable:
    3434     - the name of the variable
    3535     - the name of the class the variable belongs to
     
    7979
    8080
    81     //! The ConfigValuecontainer contains all needed informations about a configurable variable.
     81    //! The ConfigValuecontainer contains all needed information about a configurable variable.
    8282    /**
    83         The ConfigValueContainer class contains all needed informations about a configurable variable:
     83        The ConfigValueContainer class contains all needed information about a configurable variable:
    8484         - the name of the variable
    8585         - the name of the class the variable belongs to
Note: See TracChangeset for help on using the changeset viewer.