Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2006-12-13 05:11:11 +0300
committerChris Want <cwant@ualberta.ca>2006-12-13 05:11:11 +0300
commitd80f673f5d90d477be964b2b571337a9d855e7b7 (patch)
tree97d856dc0332edb211e482f3759086618a8c8ca9 /intern/SoundSystem
parent487b147235a0965580659ea4e6d3c43dcea99a9e (diff)
Small typo (-DNO_SOUND instead of -DNOSOUND).
Diffstat (limited to 'intern/SoundSystem')
-rw-r--r--intern/SoundSystem/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/SoundSystem/CMakeLists.txt b/intern/SoundSystem/CMakeLists.txt
index 71bbe95ae8f..f80d9defc45 100644
--- a/intern/SoundSystem/CMakeLists.txt
+++ b/intern/SoundSystem/CMakeLists.txt
@@ -34,7 +34,7 @@ IF(WITH_OPENAL)
INCLUDE_DIRECTORIES(${OPENAL_INC} ${SDL_INC})
ELSE(WITH_OPENAL)
FILE(GLOB SRC dummy/*.cpp intern/*.cpp)
- ADD_DEFINITIONS(-DNOSOUND)
+ ADD_DEFINITIONS(-DNO_SOUND)
ENDIF(WITH_OPENAL)
BLENDERLIB(bf_soundsystem "${SRC}" "${INC}")