- Timestamp:
- Mar 27, 2008, 9:23:31 PM (17 years ago)
- Location:
- code/branches/input
- Files:
-
- 28 added
- 21 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/CMakeLists.txt
r871 r944 6 6 ADD_SUBDIRECTORY(audio) 7 7 ADD_SUBDIRECTORY(network) 8 #ADD_SUBDIRECTORY(loader)9 8 ADD_SUBDIRECTORY(orxonox) -
code/branches/input/src/orxonox/InputHandler.cc
r940 r944 123 123 { 124 124 // 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; 126 126 this->inputSystem_ = 0; 127 127 return false; -
code/branches/input/visual_studio/base_properties.vsprops
r917 r944 23 23 OutputFile="$(OutDir)$(ProjectName)$(CS).dll" 24 24 AdditionalLibraryDirectories="$(DependencyDir)lib" 25 SubSystem=" 2"25 SubSystem="1" 26 26 ImportLibrary="$(LibOutDir)$(TargetName).lib" 27 27 TargetMachine="1" … … 33 33 <UserMacro 34 34 Name="DependencyDir" 35 Value=" D:\orxonox\dependencies\orxonox\"35 Value="$(RootDir)..\dependencies\" 36 36 /> 37 37 <UserMacro
Note: See TracChangeset
for help on using the changeset viewer.