- Timestamp:
- May 17, 2007, 12:18:10 AM (18 years ago)
- Location:
- branches/ide-1.0/ccl
- Files:
-
- 2 edited
- 5 copied
-
. (copied) (copied from trunk/ccl )
-
examples/objc-support.lisp (modified) (1 diff)
-
level-0 (copied) (copied from branches/tfe/ccl/level-0 )
-
level-1 (copied) (copied from branches/tfe/ccl/level-1 )
-
lib (copied) (copied from branches/tfe/ccl/lib )
-
lisp-kernel (copied) (copied from branches/tfe/ccl/lisp-kernel )
-
lisp-kernel/darwinx8664/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/objc-support.lisp
r6251 r6566 155 155 (defun %make-nsstring-from-c-string (s) 156 156 (#/initWithCString: (#/alloc ns:ns-string) s)) 157 158 (defun %make-nsstring-from-utf32-string (s nbytes) 159 (#/initWithBytes:length:encoding: (#/alloc ns:ns-string) 160 s 161 nbytes 162 #+big-endian-target #x98000100 163 #+little-endian-target #x9c000100)) 157 164 158 165 (defun retain-objc-instance (instance) -
branches/ide-1.0/ccl/lisp-kernel/darwinx8664/Makefile
r6034 r6566 50 50 CDEFINES = -DDARWIN -DX86 -DX8664 -DDARWIN_GS_HACK 51 51 CDEBUG = -g 52 COPT = -O252 COPT = #-O2 53 53 54 54 .s.o:
Note:
See TracChangeset
for help on using the changeset viewer.
