Changeset 1206
- Timestamp:
- Apr 30, 2008, 3:20:13 PM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/Orxonox.cc
r1156 r1206 157 157 Orxonox::Orxonox() 158 158 { 159 this->mode_ = STANDALONE; 160 this->serverIp_ = ""; 159 161 this->ogre_ = &GraphicsEngine::getSingleton(); 160 162 this->timer_ = 0; 161 163 this->dataPath_ = ""; 162 164 this->auMan_ = 0; 165 this->orxonoxHUD_ = 0; 163 166 this->inputHandler_ = 0; 164 167 // turn on frame smoothing by setting a value different from 0 -
code/trunk/visual_studio/core_properties.vsprops
r1084 r1206 12 12 <Tool 13 13 Name="VCLinkerTool" 14 AdditionalDependencies="OgreMain$(CSS).lib OIS$(CS).lib lua51$(CS).lib"14 AdditionalDependencies="OgreMain$(CSS).lib ois-1.2.0$(CS).lib lua-5.1$(CS).lib" 15 15 /> 16 16 </VisualStudioPropertySheet> -
code/trunk/visual_studio/orxonox_properties.vsprops
r1084 r1206 14 14 <Tool 15 15 Name="VCLinkerTool" 16 AdditionalDependencies="OgreMain$(CSS).lib OIS$(CS).lib"16 AdditionalDependencies="OgreMain$(CSS).lib ois-1.2.0$(CS).lib" 17 17 OutputFile="$(OutDir)$(ProjectName)$(CS).exe" 18 18 IgnoreDefaultLibraryNames=""
Note: See TracChangeset
for help on using the changeset viewer.