Changeset 13628
- Timestamp:
- Apr 15, 2010, 4:41:23 AM (10 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/darwinx8632/Makefile
r13600 r13628 53 53 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 54 54 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 55 Threads.h lisptypes.h x86-constants32.h x86-exceptions.h $(PLATFORM_H) 55 Threads.h lisptypes.h x86-constants32.h x86-exceptions.h $(PLATFORM_H) \ 56 constants.h 56 57 57 58 # Subprims linked into the kernel ? -
trunk/source/lisp-kernel/darwinx8664/Makefile
r13600 r13628 76 76 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 77 77 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 78 Threads.h lisptypes.h x86-constants64.h x86-exceptions.h $(PLATFORM_H) 78 Threads.h lisptypes.h x86-constants64.h x86-exceptions.h $(PLATFORM_H) \ 79 constants.h 79 80 80 81 # Subprims linked into the kernel ?
Note: See TracChangeset
for help on using the changeset viewer.