Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 10, 2008, 12:07:45 AM (16 years ago)
Author:
rgrieder
Message:

In msvc files:

  • linked lua and tolua statically to toluagen and toluagen_orxonox
  • created output directories for different versions and builds

Update your msvc dependencies!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/Main.cc

    r1891 r1896  
    9393    // Specifiy config file before creating the GameStates in order to have
    9494    // setConfigValues() in the constructor (required).
    95 #if ORXONOX_DEBUG_MODE == 1
    96         ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox_d.ini");
    97 #else
    98         ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox.ini");
    99 #endif
     95    ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox.ini");
    10096
    10197    // create the gamestates
Note: See TracChangeset for help on using the changeset viewer.