...we need to remember the -bare target.

This commit is contained in:
Jason Felds
2011-07-30 14:33:48 -04:00
parent d1e4022f18
commit 96acfd9c56
+7 -7
View File
@@ -1864,7 +1864,7 @@
2B43509413949F37006FA051 /* TimingSegments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TimingSegments.cpp; path = ../src/TimingSegments.cpp; sourceTree = SOURCE_ROOT; }; 2B43509413949F37006FA051 /* TimingSegments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TimingSegments.cpp; path = ../src/TimingSegments.cpp; sourceTree = SOURCE_ROOT; };
2B766989132FF71500586512 /* NotesLoaderSMA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NotesLoaderSMA.h; path = ../src/NotesLoaderSMA.h; sourceTree = SOURCE_ROOT; }; 2B766989132FF71500586512 /* NotesLoaderSMA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NotesLoaderSMA.h; path = ../src/NotesLoaderSMA.h; sourceTree = SOURCE_ROOT; };
2B76698A132FF71500586512 /* NotesLoaderSMA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesLoaderSMA.cpp; path = ../src/NotesLoaderSMA.cpp; sourceTree = SOURCE_ROOT; }; 2B76698A132FF71500586512 /* NotesLoaderSMA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesLoaderSMA.cpp; path = ../src/NotesLoaderSMA.cpp; sourceTree = SOURCE_ROOT; };
2B85696213DFAE2F005037D2 /* sm-ssc.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "sm-ssc.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 2B85696213DFAE2F005037D2 /* StepMania.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = StepMania.app; sourceTree = BUILT_PRODUCTS_DIR; };
2B9C2E89137A138B004C92F3 /* NotesLoaderJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesLoaderJson.cpp; path = ../src/NotesLoaderJson.cpp; sourceTree = SOURCE_ROOT; }; 2B9C2E89137A138B004C92F3 /* NotesLoaderJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesLoaderJson.cpp; path = ../src/NotesLoaderJson.cpp; sourceTree = SOURCE_ROOT; };
2B9C2E8A137A138B004C92F3 /* NotesLoaderJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NotesLoaderJson.h; path = ../src/NotesLoaderJson.h; sourceTree = SOURCE_ROOT; }; 2B9C2E8A137A138B004C92F3 /* NotesLoaderJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NotesLoaderJson.h; path = ../src/NotesLoaderJson.h; sourceTree = SOURCE_ROOT; };
2B9C2E8B137A138B004C92F3 /* NotesWriterJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesWriterJson.cpp; path = ../src/NotesWriterJson.cpp; sourceTree = SOURCE_ROOT; }; 2B9C2E8B137A138B004C92F3 /* NotesWriterJson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NotesWriterJson.cpp; path = ../src/NotesWriterJson.cpp; sourceTree = SOURCE_ROOT; };
@@ -3310,7 +3310,7 @@
2B17ABC013981521001AE57D /* libglew-sm5.a */, 2B17ABC013981521001AE57D /* libglew-sm5.a */,
2B17ABE013981756001AE57D /* libpcre-sm5.a */, 2B17ABE013981756001AE57D /* libpcre-sm5.a */,
2BD6E10C13D78B36008443DB /* libzlib-sm5.a */, 2BD6E10C13D78B36008443DB /* libzlib-sm5.a */,
2B85696213DFAE2F005037D2 /* sm-ssc.app */, 2B85696213DFAE2F005037D2 /* StepMania.app */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
@@ -5902,7 +5902,7 @@
name = "stepmania-bare"; name = "stepmania-bare";
productInstallPath = "$(HOME)/Applications"; productInstallPath = "$(HOME)/Applications";
productName = "SDL App"; productName = "SDL App";
productReference = 2B85696213DFAE2F005037D2 /* sm-ssc.app */; productReference = 2B85696213DFAE2F005037D2 /* StepMania.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
AA7A2B930AE09B520054C5BA /* lua */ = { AA7A2B930AE09B520054C5BA /* lua */ = {
@@ -8309,7 +8309,7 @@
"-fsingle-precision-constant", "-fsingle-precision-constant",
"-fno-exceptions", "-fno-exceptions",
); );
PRODUCT_NAME = "$(value)"; PRODUCT_NAME = StepMania;
SYMROOT = "$(SRCROOT)/.."; SYMROOT = "$(SRCROOT)/..";
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };
@@ -8358,7 +8358,7 @@
"-fsingle-precision-constant", "-fsingle-precision-constant",
"-fno-exceptions", "-fno-exceptions",
); );
PRODUCT_NAME = "$(value)"; PRODUCT_NAME = StepMania;
SYMROOT = "$(SRCROOT)/.."; SYMROOT = "$(SRCROOT)/..";
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };
@@ -8409,7 +8409,7 @@
"-fsingle-precision-constant", "-fsingle-precision-constant",
"-fno-exceptions", "-fno-exceptions",
); );
PRODUCT_NAME = "$(value)"; PRODUCT_NAME = StepMania;
SYMROOT = "$(SRCROOT)/.."; SYMROOT = "$(SRCROOT)/..";
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };
@@ -8983,7 +8983,7 @@
"-fsingle-precision-constant", "-fsingle-precision-constant",
"-fno-exceptions", "-fno-exceptions",
); );
PRODUCT_NAME = "$(value)"; PRODUCT_NAME = StepMania;
SYMROOT = "$(SRCROOT)/.."; SYMROOT = "$(SRCROOT)/..";
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };