Changeset 9674 for code/trunk
- Timestamp:
- Sep 26, 2013, 10:37:57 PM (11 years ago)
- Location:
- code/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/cmake/CompilerConfigGCC.cmake
r9673 r9674 122 122 ADD_COMPILER_FLAGS("-gstabs+" Debug RelForDevs RelWithDebInfo CACHE) 123 123 124 ADD_LINKER_FLAGS("- enable-auto-import" CACHE)124 ADD_LINKER_FLAGS("-Wl,--enable-auto-import" CACHE) 125 125 ENDIF() -
code/trunk/src/external/ois/win32/Win32ForceFeedback.cpp
r8351 r9674 24 24 #include "OISException.h" 25 25 #include <math.h> 26 #include <cstddef> 26 27 27 28 // 0 = No trace; 1 = Important traces; 2 = Debug traces -
code/trunk/src/external/ois/win32/Win32JoyStick.cpp
r8351 r9674 36 36 37 37 #include <cassert> 38 #include <cstddef> 38 39 #include <wbemidl.h> 39 40 #include <oleauto.h> -
code/trunk/src/external/ois/win32/Win32Mouse.cpp
r8351 r9674 25 25 #include "OISException.h" 26 26 #include "OISEvents.h" 27 #include <cstddef> 27 28 28 29 using namespace OIS;
Note: See TracChangeset
for help on using the changeset viewer.