Changeset 8558 for code/branches/unity_build/src/external/ois
- Timestamp:
- May 24, 2011, 4:15:19 AM (14 years ago)
- Location:
- code/branches/unity_build/src/external/ois
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/unity_build/src/external/ois/CMakeLists.txt
r8351 r8558 35 35 OISPrereqs.h 36 36 37 # COMPILATION_BEGIN OISCompilation.cpp37 #BUILD_UNIT OISBuildUnit.cpp 38 38 OISEffect.cpp 39 39 OISException.cpp … … 43 43 OISKeyboard.cpp 44 44 OISObject.cpp 45 # COMPILATION_END45 #END_BUILD_UNIT 46 46 ) 47 47 IF(WIN32) -
code/branches/unity_build/src/external/ois/linux/CMakeLists.txt
r5929 r8558 8 8 LinuxPrereqs.h 9 9 10 COMPILATION_BEGIN OISLinuxCompilation.cpp10 BUILD_UNIT OISLinuxBuildUnit.cpp 11 11 EventHelpers.cpp 12 12 LinuxForceFeedback.cpp … … 15 15 LinuxKeyboard.cpp 16 16 LinuxMouse.cpp 17 COMPILATION_END 17 END_BUILD_UNIT 18 18 ) -
code/branches/unity_build/src/external/ois/mac/CMakeLists.txt
r8351 r8558 8 8 MacPrereqs.h 9 9 10 # COMPILATION_BEGIN OISMacCompilation.cpp10 #BUILD_UNIT OISMacBuildUnit.cpp 11 11 MacHelpers.cpp 12 12 MacHIDManager.cpp … … 15 15 MacKeyboard.cpp 16 16 MacMouse.cpp 17 # COMPILATION_END17 #END_BUILD_UNIT 18 18 ) -
code/branches/unity_build/src/external/ois/win32/CMakeLists.txt
r5929 r8558 7 7 Win32Prereqs.h 8 8 9 COMPILATION_BEGIN OISWin32Compilation.cpp9 BUILD_UNIT OISWin32BuildUnit.cpp 10 10 Win32ForceFeedback.cpp 11 11 Win32InputManager.cpp … … 13 13 Win32KeyBoard.cpp 14 14 Win32Mouse.cpp 15 COMPILATION_END 15 END_BUILD_UNIT 16 16 )
Note: See TracChangeset
for help on using the changeset viewer.