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>2003-07-17 06:36:56 +0400
committerChris Want <cwant@ualberta.ca>2003-07-17 06:36:56 +0400
commitae512b137ca979b2e9baf1d714d9f2d58680a16a (patch)
tree03e865e6f77df4c8c1292203777d664f7c92bc28 /source/Makefile
parent68b3cfbbe541b048ce00c0813ca603c7f90baa0c (diff)
Changed some occurances of the lib 'soundsystem' to 'SoundSystem'
(seems half of the references were one way, the other half were the other way). Also made irix link to $(OCGDIR)/intern/*SoundSystem/* instead of $(OCGDIR)/gameengine/*SoundSystem/*
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/Makefile b/source/Makefile
index 15742b5c1d1..11170300f52 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -376,9 +376,9 @@ else
# NAN_SND_LIBS += $(NAN_FMOD)/lib/libfmod.a
NAN_SND_LIBS += $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a
else
- NAN_SND_LIBS = $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a
- NAN_SND_LIBS += $(OCGDIR)/gameengine/DummySoundSystem/$(DEBUG_DIR)libDummySoundSystem.a
- NAN_SND_LIBS += $(OCGDIR)/gameengine/SoundSystem/$(DEBUG_DIR)libSoundSystem.a
+ NAN_SND_LIBS = $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a
+ NAN_SND_LIBS += $(OCGDIR)/intern/DummySoundSystem/$(DEBUG_DIR)libDummySoundSystem.a
+ NAN_SND_LIBS += $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a
endif
endif