- Timestamp:
- Feb 15, 2009, 11:01:04 PM (16 years ago)
- Location:
- code/branches/buildsystem3/src
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/bullet/CMakeLists.txt
r2670 r2672 30 30 31 31 # No warnings needed from third party libraries 32 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC) 32 33 ADD_COMPILER_FLAGS("-w") 33 34 -
code/branches/buildsystem3/src/ceguilua/CMakeLists.txt
r2670 r2672 68 68 69 69 # No warnings needed from third party libraries 70 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC) 70 71 ADD_COMPILER_FLAGS("-w") 71 72 -
code/branches/buildsystem3/src/cpptcl/CMakeLists.txt
r2670 r2672 34 34 35 35 # No warnings needed from third party libraries 36 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC) 36 37 ADD_COMPILER_FLAGS("-w") 37 38 -
code/branches/buildsystem3/src/ogreceguirenderer/CMakeLists.txt
r2670 r2672 30 30 31 31 # No warnings needed from third party libraries 32 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC) 32 33 ADD_COMPILER_FLAGS("-w") 33 34 -
code/branches/buildsystem3/src/ois/CMakeLists.txt
r2670 r2672 53 53 54 54 # No warnings needed from third party libraries 55 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC) 55 56 ADD_COMPILER_FLAGS("-w") 56 57 # Multibyte character required for OIS -
code/branches/buildsystem3/src/tinyxml/CMakeLists.txt
r2670 r2672 33 33 34 34 # No warnings needed from third party libraries 35 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC) 35 36 ADD_COMPILER_FLAGS("-w") 36 37 -
code/branches/buildsystem3/src/tolua/CMakeLists.txt
r2670 r2672 33 33 34 34 # No warnings needed from third party libraries 35 REMOVE_COMPILER_FLAGS("-W3 -W4" MSVC) 35 36 ADD_COMPILER_FLAGS("-w") 36 37
Note: See TracChangeset
for help on using the changeset viewer.