Changeset 7156 for code/branches/presentation3
- Timestamp:
- Jul 21, 2010, 2:34:21 PM (14 years ago)
- Location:
- code/branches/presentation3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/cmake/CompilerConfigMSVC.cmake
r6723 r7156 68 68 ADD_COMPILER_FLAGS("-D__WIN32__ -D_WIN32" CACHE) 69 69 ADD_COMPILER_FLAGS("-D_CRT_SECURE_NO_WARNINGS" CACHE) 70 ADD_COMPILER_FLAGS("-D_SCL_SECURE_NO_WARNINGS" CACHE) 70 71 71 72 # Overwrite CMake default flags here. -
code/branches/presentation3/src/orxonox/sound/BaseSound.cc
r7153 r7156 33 33 #include <al.h> 34 34 35 #include "util/Math.h" 35 36 #include "core/CoreIncludes.h" 36 37 #include "core/GameMode.h"
Note: See TracChangeset
for help on using the changeset viewer.