Ignore:
Timestamp:
Dec 1, 2009, 9:54:07 AM (14 years ago)
Author:
Jean-Yves Lamoureux
Message:
  • Fixed Mac OSX compilation and Xcode project file
Location:
libpipi/trunk/xcode/xcode.xcodeproj
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/xcode/xcode.xcodeproj/project.pbxproj

    r3038 r4081  
    1313                E6353FED0EAB3E35005731B2 /* context.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = context.c; path = ../pipi/context.c; sourceTree = SOURCE_ROOT; };
    1414                E6353FEE0EAB3E35005731B2 /* dither.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dither.c; path = ../pipi/dither.c; sourceTree = SOURCE_ROOT; };
    15                 E6353FEF0EAB3E35005731B2 /* measure.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = measure.c; path = ../pipi/measure.c; sourceTree = SOURCE_ROOT; };
    1615                E6353FF00EAB3E35005731B2 /* pipi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pipi.c; path = ../pipi/pipi.c; sourceTree = SOURCE_ROOT; };
    1716                E6353FF10EAB3E35005731B2 /* pixels.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pixels.c; path = ../pipi/pixels.c; sourceTree = SOURCE_ROOT; };
     
    2625                E63540040EAB3E95005731B2 /* noise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = noise.c; sourceTree = "<group>"; };
    2726                E63540050EAB3E95005731B2 /* screen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = screen.c; sourceTree = "<group>"; };
    28                 E63540070EAB3E9D005731B2 /* histogram.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = histogram.c; sourceTree = "<group>"; };
    2927                E63540090EAB3E9D005731B2 /* autocontrast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = autocontrast.c; sourceTree = "<group>"; };
    3028                E635400A0EAB3E9D005731B2 /* blur.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blur.c; sourceTree = "<group>"; };
     
    4442                E635401B0EAB3E9D005731B2 /* line.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = line.c; sourceTree = "<group>"; };
    4543                E635401C0EAB3E9D005731B2 /* tile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tile.c; sourceTree = "<group>"; };
    46                 E635401E0EAB3E9D005731B2 /* mean.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mean.c; sourceTree = "<group>"; };
    4744                E635401F0EAB3E9D005731B2 /* minmax.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = minmax.c; sourceTree = "<group>"; };
    4845                E63540200EAB3E9D005731B2 /* mulscreen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mulscreen.c; sourceTree = "<group>"; };
     
    7269                        isa = PBXGroup;
    7370                        children = (
    74                                 E63540060EAB3E9D005731B2 /* histogram */,
    7571                                E63540080EAB3E9D005731B2 /* filter */,
    7672                                E63540100EAB3E9D005731B2 /* dither */,
     
    8581                                E6353FED0EAB3E35005731B2 /* context.c */,
    8682                                E6353FEE0EAB3E35005731B2 /* dither.c */,
    87                                 E6353FEF0EAB3E35005731B2 /* measure.c */,
    8883                                E6353FF00EAB3E35005731B2 /* pipi.c */,
    8984                                E6353FF10EAB3E35005731B2 /* pixels.c */,
     
    115110                        name = render;
    116111                        path = ../pipi/render;
    117                         sourceTree = SOURCE_ROOT;
    118                 };
    119                 E63540060EAB3E9D005731B2 /* histogram */ = {
    120                         isa = PBXGroup;
    121                         children = (
    122                                 E63540070EAB3E9D005731B2 /* histogram.c */,
    123                         );
    124                         name = histogram;
    125                         path = ../pipi/histogram;
    126112                        sourceTree = SOURCE_ROOT;
    127113                };
     
    178164                        isa = PBXGroup;
    179165                        children = (
    180                                 E635401E0EAB3E9D005731B2 /* mean.c */,
    181166                                E635401F0EAB3E9D005731B2 /* minmax.c */,
    182167                                E63540200EAB3E9D005731B2 /* mulscreen.c */,
Note: See TracChangeset for help on using the changeset viewer.