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
path: root/intern
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2004-03-03 00:34:41 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2004-03-03 00:34:41 +0300
commit8771b2eb9859364ffaddbe9b35a70b5e391eed50 (patch)
treee2c0318183dfaeedfbd2c1b8b22cc6fa2c4825d9 /intern
parent74680a07c0f4e2a17d34e901837d3074428037cb (diff)
- [SCons] Take out redundant 'defines' usage. _LIB is not needed for SoundSystem. This stops SCons from complaining on Windows when building.
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/SoundSystem/SConscript b/intern/SoundSystem/SConscript
index 6da9be3dd9a..6ff02ba68a2 100644
--- a/intern/SoundSystem/SConscript
+++ b/intern/SoundSystem/SConscript
@@ -30,8 +30,6 @@ if user_options_dict['USE_OPENAL'] == 1:
source_files += ['openal/SND_OpenALDevice.cpp',
'openal/pthread_cancel.cpp']
soundsys_env.Append (CPPPATH=user_options_dict['OPENAL_INCLUDE'])
- if sys.platform=='win32':
- defines += ['_LIB']
if user_options_dict['USE_FMOD'] == 1:
source_files += ['fmod/SND_FmodDevice.cpp']