Changeset 8169 for lang/objective-c
- Timestamp:
- 03/19/08 23:22:05 (9 months ago)
- Location:
- lang/objective-c/CocoaOniguruma/sample/CocoaOniguruma
- Files:
-
- 2 modified
-
OnigRegexp.h (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-c/CocoaOniguruma/sample/CocoaOniguruma/OnigRegexp.h
r4598 r8169 11 11 @interface OnigRegexp : NSObject 12 12 { 13 regex_t* _entity;13 regex_t* _entity; 14 14 NSString* _expression; 15 15 } … … 35 35 @interface OnigResult : NSObject 36 36 { 37 OnigRegexp* _expression;37 OnigRegexp* _expression; 38 38 OnigRegion* _region; 39 39 NSString* _target; -
lang/objective-c/CocoaOniguruma/sample/CocoaOniguruma/readme.txt
r4617 r8169 39 39 Then you can see the CocoaOniguruma target item under "YourProject". 40 40 41 6. Build the project. (This takes for a while. )41 6. Build the project. (This takes for a while. Then you will see some link errors, but it's no problem. Go ahead.) 42 42 43 43 7. Add libonig.a to "Linked Frameworks".
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)