Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 944


Ignore:
Timestamp:
Mar 27, 2008, 9:23:31 PM (16 years ago)
Author:
rgrieder
Message:
  • created an asylum for probably old and obsolete code
Location:
code/branches/input
Files:
28 added
21 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/CMakeLists.txt

    r871 r944  
    66ADD_SUBDIRECTORY(audio)
    77ADD_SUBDIRECTORY(network)
    8 #ADD_SUBDIRECTORY(loader)
    98ADD_SUBDIRECTORY(orxonox)
  • code/branches/input/src/orxonox/InputHandler.cc

    r940 r944  
    123123      {
    124124        // something went wrong with the initialisation
    125         COUT(ORX_ERROR) << "Error: Failed creating an input system. Message: \"" << ex.eText << "\"" << std::endl;
     125        COUT(ORX_ERROR) << "Error: Failed creating an input system/keyboard/mouse. Message: \"" << ex.eText << "\"" << std::endl;
    126126        this->inputSystem_ = 0;
    127127        return false;
  • code/branches/input/visual_studio/base_properties.vsprops

    r917 r944  
    2323                OutputFile="$(OutDir)$(ProjectName)$(CS).dll"
    2424                AdditionalLibraryDirectories="$(DependencyDir)lib"
    25                 SubSystem="2"
     25                SubSystem="1"
    2626                ImportLibrary="$(LibOutDir)$(TargetName).lib"
    2727                TargetMachine="1"
     
    3333        <UserMacro
    3434                Name="DependencyDir"
    35                 Value="D:\orxonox\dependencies\orxonox\"
     35                Value="$(RootDir)..\dependencies\"
    3636        />
    3737        <UserMacro
Note: See TracChangeset for help on using the changeset viewer.