]> git.jsancho.org Git - lugaru.git/blobdiff - Xcode/Lugaru.xcodeproj/project.pbxproj
Remove more commented-out code. Out of sight, out of mind
[lugaru.git] / Xcode / Lugaru.xcodeproj / project.pbxproj
index f45a73d99bf7a5c3cc82971f939831aad09207fc..1d43d19605671f624ebdc1695f8fb6269ca96f1b 100644 (file)
                                8D1107290486CEB800E47090 /* Resources */,
                                8D11072C0486CEB800E47090 /* Sources */,
                                8D11072E0486CEB800E47090 /* Frameworks */,
+                               56F2189C119E7612000FCD52 /* ShellScript */,
                        );
                        buildRules = (
                        );
                };
 /* End PBXResourcesBuildPhase section */
 
+/* Begin PBXShellScriptBuildPhase section */
+               56F2189C119E7612000FCD52 /* ShellScript */ = {
+                       isa = PBXShellScriptBuildPhase;
+                       buildActionMask = 2147483647;
+                       comments = "Copy libSDL dylib and the Data folder to build path when building.";
+                       files = (
+                       );
+                       inputPaths = (
+                       );
+                       outputPaths = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+                       shellPath = /bin/sh;
+                       shellScript = "#!/bin/sh\nBUILDPATH=build/Debug/Lugaru.app/Contents/MacOS\nLIBPATH=../Dependencies\nDATAPATH=..\ncp -r ${LIBPATH}/SDL12/lib/macosx/libSDL-1.2.0.dylib $BUILDPATH/\ncp -r ${DATAPATH}/Data ${BUILDPATH}/../../\n";
+               };
+/* End PBXShellScriptBuildPhase section */
+
 /* Begin PBXSourcesBuildPhase section */
                8D11072C0486CEB800E47090 /* Sources */ = {
                        isa = PBXSourcesBuildPhase;
                                        "TRUE=1",
                                        "Z_PREFIX=1",
                                );
-                               GCC_VERSION = 4.0;
+                               GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                HEADER_SEARCH_PATHS = (
                                        "$(SRCROOT)/../Dependencies/zlib",
                                        "$(SRCROOT)/../Dependencies/libpng",
                                        "$(SRCROOT)/../Dependencies/libjpeg",
-                                       "$(SRCROOT)/../Dependencies/OpenAL/include",
+                                       "$(SRCROOT)/../Dependencies/OpenAL/include/AL",
                                        "$(SRCROOT)/../Dependencies/libogg/include",
                                        "$(SRCROOT)/../Dependencies/libvorbis/include",
                                );
                                        "TRUE=1",
                                        "Z_PREFIX=1",
                                );
-                               GCC_VERSION = 4.0;
+                               GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                HEADER_SEARCH_PATHS = (
                                        "$(SRCROOT)/../Dependencies/zlib",
                                        "$(SRCROOT)/../Dependencies/libpng",
                                        "$(SRCROOT)/../Dependencies/libjpeg",
-                                       "$(SRCROOT)/../Dependencies/OpenAL/include",
+                                       "$(SRCROOT)/../Dependencies/OpenAL/include/AL",
                                        "$(SRCROOT)/../Dependencies/libogg/include",
                                        "$(SRCROOT)/../Dependencies/libvorbis/include",
                                );