Changeset 8169 for lang/objective-c

Show
Ignore:
Timestamp:
03/19/08 23:22:05 (9 months ago)
Author:
psychs
Message:

Reflected changes on core to the sample

Location:
lang/objective-c/CocoaOniguruma/sample/CocoaOniguruma
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-c/CocoaOniguruma/sample/CocoaOniguruma/OnigRegexp.h

    r4598 r8169  
    1111@interface OnigRegexp : NSObject 
    1212{ 
    13         regex_t* _entity; 
     13  regex_t* _entity; 
    1414  NSString* _expression; 
    1515} 
     
    3535@interface OnigResult : NSObject 
    3636{ 
    37         OnigRegexp* _expression; 
     37  OnigRegexp* _expression; 
    3838  OnigRegion* _region; 
    3939  NSString* _target; 
  • lang/objective-c/CocoaOniguruma/sample/CocoaOniguruma/readme.txt

    r4617 r8169  
    3939      Then you can see the CocoaOniguruma target item under "YourProject". 
    4040 
    41 6. Build the project. (This takes for a while.) 
     416. Build the project. (This takes for a while. Then you will see some link errors, but it's no problem. Go ahead.) 
    4242 
    43437. Add libonig.a to "Linked Frameworks".