mirror of https://github.com/BOINC/boinc.git
VBOX: Fix typo in Mac wrapper name (1686 -> i686)
svn path=/trunk/boinc/; revision=25412
This commit is contained in:
parent
07d30294e0
commit
e46189a816
|
@ -2593,3 +2593,10 @@ Charlie 12 Mar 2012
|
||||||
|
|
||||||
client/
|
client/
|
||||||
coproc_detect.cpp
|
coproc_detect.cpp
|
||||||
|
|
||||||
|
Charlie 12 Mar 2012
|
||||||
|
- VBOX: Fix typo in Mac wrapper name (1686 -> i686).
|
||||||
|
|
||||||
|
samples/vboxwrapper/
|
||||||
|
vboxwrapper.xcodeproj
|
||||||
|
project.pbxproj
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
8DD76FB20486AB0100D96B5E /* vboxwrapper_1686 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vboxwrapper_1686; sourceTree = BUILT_PRODUCTS_DIR; };
|
8DD76FB20486AB0100D96B5E /* vboxwrapper_i686 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vboxwrapper_i686; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
DD3B6783140CF9470088683F /* vboxwrapper_x86_64 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vboxwrapper_x86_64; sourceTree = BUILT_PRODUCTS_DIR; };
|
DD3B6783140CF9470088683F /* vboxwrapper_x86_64 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vboxwrapper_x86_64; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
DD52C39414A2D73900FC2A32 /* floppyio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = floppyio.cpp; sourceTree = "<group>"; };
|
DD52C39414A2D73900FC2A32 /* floppyio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = floppyio.cpp; sourceTree = "<group>"; };
|
||||||
DD52C39514A2D73900FC2A32 /* floppyio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = floppyio.h; sourceTree = "<group>"; };
|
DD52C39514A2D73900FC2A32 /* floppyio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = floppyio.h; sourceTree = "<group>"; };
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
1AB674ADFE9D54B511CA2CBB /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
8DD76FB20486AB0100D96B5E /* vboxwrapper_1686 */,
|
8DD76FB20486AB0100D96B5E /* vboxwrapper_i686 */,
|
||||||
DD3B6783140CF9470088683F /* vboxwrapper_x86_64 */,
|
DD3B6783140CF9470088683F /* vboxwrapper_x86_64 */,
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
name = vboxwrapper_i686;
|
name = vboxwrapper_i686;
|
||||||
productInstallPath = "$(HOME)/bin";
|
productInstallPath = "$(HOME)/bin";
|
||||||
productName = vboxwrapper;
|
productName = vboxwrapper;
|
||||||
productReference = 8DD76FB20486AB0100D96B5E /* vboxwrapper_1686 */;
|
productReference = 8DD76FB20486AB0100D96B5E /* vboxwrapper_i686 */;
|
||||||
productType = "com.apple.product-type.tool";
|
productType = "com.apple.product-type.tool";
|
||||||
};
|
};
|
||||||
DD3B6779140CF9470088683F /* vboxwrapper_x86_64 */ = {
|
DD3B6779140CF9470088683F /* vboxwrapper_x86_64 */ = {
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
1DEB928608733DD80010E9CD /* Debug */ = {
|
1DEB928608733DD80010E9CD /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
PRODUCT_NAME = vboxwrapper_1686;
|
PRODUCT_NAME = vboxwrapper_i686;
|
||||||
SDKROOT = macosx10.6;
|
SDKROOT = macosx10.6;
|
||||||
USER_HEADER_SEARCH_PATHS = ../../clientgui/mac;
|
USER_HEADER_SEARCH_PATHS = ../../clientgui/mac;
|
||||||
};
|
};
|
||||||
|
@ -202,7 +202,7 @@
|
||||||
1DEB928708733DD80010E9CD /* Release */ = {
|
1DEB928708733DD80010E9CD /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
PRODUCT_NAME = vboxwrapper_1686;
|
PRODUCT_NAME = vboxwrapper_i686;
|
||||||
SDKROOT = macosx10.6;
|
SDKROOT = macosx10.6;
|
||||||
USER_HEADER_SEARCH_PATHS = ../../clientgui/mac;
|
USER_HEADER_SEARCH_PATHS = ../../clientgui/mac;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue