]> git.jsancho.org Git - lugaru.git/commitdiff
Made fixes for includes in 'openal_wrapper.cpp' and tweaked the CMake scripts a bit
authorNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 08:14:35 +0000 (03:14 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Thu, 13 May 2010 08:14:35 +0000 (03:14 -0500)
Source/CMakeLists.txt
Source/openal_wrapper.cpp

index 3aba8d7b0ac47575d4b6106c9a520cfd8385ba85..b62b4b71ae142162e3df301a00003e6e410a8b33 100644 (file)
@@ -62,6 +62,7 @@ set(LUGARU_H
        Game.h
        Lights.h
        LinkedList.h
+       MacCompatibility.h
        Models.h
        Objects.h
        Person.h
@@ -100,7 +101,6 @@ if(CMAKE_HOST_APPLE)
        set(LUGARU_H
                ${LUGARU_H}
                "Carbon Include.h"
-               MacCompatibility.h
                CarbonStdCLib.h)
 endif(CMAKE_HOST_APPLE)
 
index 686bd2450557160e92265ee5cf7b1305088b4f75..7386bc3f55894e86d11a76dc0104c3f6ff2fae9e 100644 (file)
@@ -33,8 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "MacCompatibility.h"
 #include "fmod.h"
 
-#include "AL/al.h"
-#include "AL/alc.h"
+#include "al.h"
+#include "alc.h"
 
 #include "ogg/ogg.h"
 #include "vorbis/vorbisfile.h"