From ae512b137ca979b2e9baf1d714d9f2d58680a16a Mon Sep 17 00:00:00 2001 From: Chris Want Date: Thu, 17 Jul 2003 02:36:56 +0000 Subject: 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/* --- source/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/Makefile') 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 -- cgit v1.2.3