Fix xcode project to point to the correct X64 paths. Also update print out to not point to tianocore.org...

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10652 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish 2010-07-14 23:58:03 +00:00
parent 307d6c4b6a
commit d5cdd257e4
3 changed files with 5 additions and 5 deletions

View File

@ -190,7 +190,7 @@ Returns:
MemorySizeStr = (CHAR16 *) PcdGetPtr (PcdUnixMemorySizeForSecMain); MemorySizeStr = (CHAR16 *) PcdGetPtr (PcdUnixMemorySizeForSecMain);
FirmwareVolumesStr = (CHAR16 *) PcdGetPtr (PcdUnixFirmwareVolume); FirmwareVolumesStr = (CHAR16 *) PcdGetPtr (PcdUnixFirmwareVolume);
printf ("\nEDK SEC Main UNIX Emulation Environment from www.TianoCore.org\n"); printf ("\nEDK SEC Main UNIX Emulation Environment from edk2.sourceforge.net\n");
#ifdef __APPLE__ #ifdef __APPLE__
// //

View File

@ -152,13 +152,13 @@
showTypeColumn = 0; showTypeColumn = 0;
sourceDirectories = ( sourceDirectories = (
); );
startupPath = ../../../Build/Unix/DEBUG_XCODE32/IA32; startupPath = ../../../Build/Unix/DEBUG_XCODE32/X64;
}; };
BA11A1020FB10BCE00D06FEC /* SecMain.dll */ = { BA11A1020FB10BCE00D06FEC /* SecMain.dll */ = {
isa = PBXFileReference; isa = PBXFileReference;
lastKnownFileType = "compiled.mach-o.executable"; lastKnownFileType = "compiled.mach-o.executable";
name = SecMain.dll; name = SecMain.dll;
path = ../../../Build/Unix/DEBUG_XCODE32/IA32/SecMain; path = ../../../Build/Unix/DEBUG_XCODE32/X64/SecMain;
sourceTree = SOURCE_ROOT; sourceTree = SOURCE_ROOT;
}; };
BA11A11A0FB10E0700D06FEC /* SecGdbScriptBreak */ = { BA11A11A0FB10E0700D06FEC /* SecGdbScriptBreak */ = {

View File

@ -70,7 +70,7 @@
1DEB919408733D9F0010E9CD /* Debug */ = { 1DEB919408733D9F0010E9CD /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)"; ARCHS = "$(ARCHS_STANDARD_64_BIT)";
GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
@ -82,7 +82,7 @@
1DEB919508733D9F0010E9CD /* Release */ = { 1DEB919508733D9F0010E9CD /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)"; ARCHS = "$(ARCHS_STANDARD_64_BIT)";
GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO; PREBINDING = NO;