ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj
(Generate patch)

Comparing SheepShaver/src/MacOSX/SheepShaver.xcodeproj/project.pbxproj (file contents):
Revision 1.17 by asvitkine, 2012-02-11T02:03:36Z vs.
Revision 1.18 by asvitkine, 2012-06-16T02:16:40Z

# Line 21 | Line 21
21   /* End PBXAggregateTarget section */
22  
23   /* Begin PBXBuildFile section */
24 +                08163339158C121000C449F9 /* dis-asm.h in Headers */ = {isa = PBXBuildFile; fileRef = 08163337158C121000C449F9 /* dis-asm.h */; };
25 +                08163340158C125800C449F9 /* ppc-dis.c in Sources */ = {isa = PBXBuildFile; fileRef = 08163338158C121000C449F9 /* ppc-dis.c */; };
26                  082AC22D14AA52E900071F5E /* prefs_editor_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */; };
27                  082AC26214AA59F000071F5E /* lowmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 082AC26114AA59F000071F5E /* lowmem.c */; };
28                  0846E4B114B1264700574779 /* ieeefp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0856CDF714A99EEF000B1711 /* ieeefp.cpp */; };
# Line 188 | Line 190
190   /* End PBXCopyFilesBuildPhase section */
191  
192   /* Begin PBXFileReference section */
193 +                08163337158C121000C449F9 /* dis-asm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "dis-asm.h"; sourceTree = "<group>"; };
194 +                08163338158C121000C449F9 /* ppc-dis.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "ppc-dis.c"; sourceTree = "<group>"; };
195                  082AC22C14AA52E900071F5E /* prefs_editor_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = prefs_editor_dummy.cpp; sourceTree = "<group>"; };
196                  082AC25214AA59B600071F5E /* lowmem */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = lowmem; sourceTree = BUILT_PRODUCTS_DIR; };
197                  082AC26114AA59F000071F5E /* lowmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = lowmem.c; path = ../../../BasiliskII/src/Unix/Darwin/lowmem.c; sourceTree = SOURCE_ROOT; };
# Line 592 | Line 596
596                  0856CDB114A99EEF000B1711 /* kpx_cpu */ = {
597                          isa = PBXGroup;
598                          children = (
599 +                                08163337158C121000C449F9 /* dis-asm.h */,
600 +                                08163338158C121000C449F9 /* ppc-dis.c */,
601                                  0856CDB214A99EEF000B1711 /* include */,
602                                  0856CDBB14A99EEF000B1711 /* sheepshaver_glue.cpp */,
603                                  0856CDBC14A99EEF000B1711 /* src */,
# Line 910 | Line 916
916                          isa = PBXHeadersBuildPhase;
917                          buildActionMask = 2147483647;
918                          files = (
919 +                                08163339158C121000C449F9 /* dis-asm.h in Headers */,
920                          );
921                          runOnlyForDeploymentPostprocessing = 0;
922                  };
# Line 1243 | Line 1250
1250                                  0846E4C114B1268B00574779 /* jit-cache.cpp in Sources */,
1251                                  0846E4C214B1269600574779 /* basic-dyngen.cpp in Sources */,
1252                                  0846E51314B128ED00574779 /* sheepshaver_glue.cpp in Sources */,
1253 +                                08163340158C125800C449F9 /* ppc-dis.c in Sources */,
1254                          );
1255                          runOnlyForDeploymentPostprocessing = 0;
1256                  };
# Line 1690 | Line 1698
1698                                          i386,
1699                                          x86_64,
1700                                  );
1701 <                                COPY_PHASE_STRIP = YES;
1701 >                                COPY_PHASE_STRIP = NO;
1702                                  DEAD_CODE_STRIPPING = NO;
1703                                  DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1704                                  FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines