Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2008, 3:20:13 PM (16 years ago)
Author:
rgrieder
Message:
  • bugfix that didn't actually fix a bug, but deleting an object that doesn't exist is never good: orxonoxHUD_ = 0 in Orxonox constructor.
Location:
code/trunk/visual_studio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/core_properties.vsprops

    r1084 r1206  
    1212        <Tool
    1313                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"
    1515        />
    1616</VisualStudioPropertySheet>
  • code/trunk/visual_studio/orxonox_properties.vsprops

    r1084 r1206  
    1414        <Tool
    1515                Name="VCLinkerTool"
    16                 AdditionalDependencies="OgreMain$(CSS).lib OIS$(CS).lib"
     16                AdditionalDependencies="OgreMain$(CSS).lib ois-1.2.0$(CS).lib"
    1717                OutputFile="$(OutDir)$(ProjectName)$(CS).exe"
    1818                IgnoreDefaultLibraryNames=""
Note: See TracChangeset for help on using the changeset viewer.