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.2 by asvitkine, 2011-12-28T18:17:10Z vs.
Revision 1.3 by asvitkine, 2011-12-28T22:38:03Z

# Line 109 | Line 109
109                  0873A54314AAF18E004F12B7 /* dyngen.c in Sources */ = {isa = PBXBuildFile; fileRef = 0873A54114AAF18E004F12B7 /* dyngen.c */; };
110                  0873A5D614AB80CA004F12B7 /* basic-dyngen-ops.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0873A5D514AB80CA004F12B7 /* basic-dyngen-ops.cpp */; };
111                  0873A5D814AB80E3004F12B7 /* ppc-dyngen-ops.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0873A5D714AB80E3004F12B7 /* ppc-dyngen-ops.cpp */; };
112 +                0873A76814ABD151004F12B7 /* config-macosx-x86_64.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */; };
113 +                0873A76914ABD151004F12B7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76714ABD151004F12B7 /* config.h */; };
114 +                0873A76A14ABD151004F12B7 /* config-macosx-x86_64.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */; };
115 +                0873A76B14ABD151004F12B7 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 0873A76714ABD151004F12B7 /* config.h */; };
116   /* End PBXBuildFile section */
117  
118   /* Begin PBXContainerItemProxy section */
# Line 322 | Line 326
326                  0856CEC414A99EF0000B1711 /* about_window_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = about_window_unix.cpp; sourceTree = "<group>"; };
327                  0856CECF14A99EF0000B1711 /* bincue_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bincue_unix.cpp; sourceTree = "<group>"; };
328                  0856CED014A99EF0000B1711 /* bincue_unix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bincue_unix.h; sourceTree = "<group>"; };
325                0856CED314A99EF0000B1711 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
329                  0856CEE314A99EF0000B1711 /* ether_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ether_unix.cpp; sourceTree = "<group>"; };
330                  0856CEFB14A99EF0000B1711 /* main_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main_unix.cpp; sourceTree = "<group>"; };
331                  0856CF5A14A99EF0000B1711 /* prefs_unix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = prefs_unix.cpp; sourceTree = "<group>"; };
# Line 364 | Line 367
367                  0873A5CC14AB806D004F12B7 /* libppc-dyngen-ops.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libppc-dyngen-ops.a"; sourceTree = BUILT_PRODUCTS_DIR; };
368                  0873A5D514AB80CA004F12B7 /* basic-dyngen-ops.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "basic-dyngen-ops.cpp"; sourceTree = "<group>"; };
369                  0873A5D714AB80E3004F12B7 /* ppc-dyngen-ops.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "ppc-dyngen-ops.cpp"; sourceTree = "<group>"; };
370 +                0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "config-macosx-x86_64.h"; sourceTree = "<group>"; };
371 +                0873A76714ABD151004F12B7 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
372   /* End PBXFileReference section */
373  
374   /* Begin PBXFrameworksBuildPhase section */
# Line 695 | Line 700
700                  0856CE0614A99EEF000B1711 /* MacOSX */ = {
701                          isa = PBXGroup;
702                          children = (
703 +                                0873A76514ABD151004F12B7 /* config */,
704                                  0856D2D614A9A704000B1711 /* Launcher */,
705                                  0856CE2C14A99EF0000B1711 /* clip_macosx.cpp */,
706                                  0856CE2D14A99EF0000B1711 /* extfs_macosx.cpp */,
# Line 777 | Line 783
783                                  0856CEC414A99EF0000B1711 /* about_window_unix.cpp */,
784                                  0856CECF14A99EF0000B1711 /* bincue_unix.cpp */,
785                                  0856CED014A99EF0000B1711 /* bincue_unix.h */,
780                                0856CED314A99EF0000B1711 /* config.h */,
786                                  0856CEE314A99EF0000B1711 /* ether_unix.cpp */,
787                                  0856CEFB14A99EF0000B1711 /* main_unix.cpp */,
788                                  0856CF5A14A99EF0000B1711 /* prefs_unix.cpp */,
# Line 817 | Line 822
822                          path = Launcher;
823                          sourceTree = "<group>";
824                  };
825 +                0873A76514ABD151004F12B7 /* config */ = {
826 +                        isa = PBXGroup;
827 +                        children = (
828 +                                0873A76614ABD151004F12B7 /* config-macosx-x86_64.h */,
829 +                                0873A76714ABD151004F12B7 /* config.h */,
830 +                        );
831 +                        path = config;
832 +                        sourceTree = "<group>";
833 +                };
834   /* End PBXGroup section */
835  
836   /* Begin PBXHeadersBuildPhase section */
# Line 824 | Line 838
838                          isa = PBXHeadersBuildPhase;
839                          buildActionMask = 2147483647;
840                          files = (
841 +                                0873A76A14ABD151004F12B7 /* config-macosx-x86_64.h in Headers */,
842 +                                0873A76B14ABD151004F12B7 /* config.h in Headers */,
843                          );
844                          runOnlyForDeploymentPostprocessing = 0;
845                  };
# Line 831 | Line 847
847                          isa = PBXHeadersBuildPhase;
848                          buildActionMask = 2147483647;
849                          files = (
850 +                                0873A76814ABD151004F12B7 /* config-macosx-x86_64.h in Headers */,
851 +                                0873A76914ABD151004F12B7 /* config.h in Headers */,
852                          );
853                          runOnlyForDeploymentPostprocessing = 0;
854                  };
# Line 1035 | Line 1053
1053                          );
1054                          runOnlyForDeploymentPostprocessing = 0;
1055                          shellPath = /bin/sh;
1056 <                        shellScript = "gcc -E \"-I${SRCROOT}/../include\" \"-I${SRCROOT}/../kpx_cpu/include\" \"-I${SRCROOT}/../kpx_cpu/src\" \"-I${SRCROOT}/../Unix\" -DUSE_JIT -DGENEXEC \"${SRCROOT}/../kpx_cpu/src/cpu/ppc/ppc-decode.cpp\" | perl \"${SRCROOT}/../kpx_cpu/src/cpu/ppc/genexec.pl\" > \"${SRCROOT}/../Unix/ppc-execute-impl.cpp\"\n";
1056 >                        shellScript = "gcc -E \"-I${SRCROOT}/config\" \"-I${SRCROOT}/../include\" \"-I${SRCROOT}/../kpx_cpu/include\" \"-I${SRCROOT}/../kpx_cpu/src\" \"-I${SRCROOT}/../Unix\" -DUSE_JIT -DGENEXEC \"${SRCROOT}/../kpx_cpu/src/cpu/ppc/ppc-decode.cpp\" | perl \"${SRCROOT}/../kpx_cpu/src/cpu/ppc/genexec.pl\" > \"${SRCROOT}/../Unix/ppc-execute-impl.cpp\"\n";
1057                  };
1058   /* End PBXShellScriptBuildPhase section */
1059  
# Line 1299 | Line 1317
1317                                  GCC_WARN_UNUSED_VARIABLE = YES;
1318                                  HEADER_SEARCH_PATHS = (
1319                                          /Library/Frameworks/SDL.framework/Versions/A/Headers/,
1320 +                                        ./config/,
1321                                          ../Unix,
1322                                          ../MacOSX/Launcher,
1323                                          ../slirp,
# Line 1356 | Line 1375
1375                                  GCC_WARN_UNUSED_VARIABLE = YES;
1376                                  HEADER_SEARCH_PATHS = (
1377                                          /Library/Frameworks/SDL.framework/Versions/A/Headers/,
1378 +                                        ./config/,
1379                                          ../Unix,
1380                                          ../MacOSX/Launcher,
1381                                          ../slirp,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines