Changeset 13612
- Timestamp:
- Apr 11, 2010, 11:16:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/win64/Makefile
r13594 r13612 31 31 # however. 32 32 WFORMAT = -Wno-format 33 33 PLATFORM_H = platform-win64.h 34 34 35 35 # If the linker supports a "--hash-style=" option, use traditional … … 57 57 $(M4) $(M4FLAGS) -I../ $< | $(AS) $(ASFLAGS) -o $@ 58 58 .c.o: 59 $(CC) - I./-c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) ${SUPPRESS_UNDERSCORES} -m64 -o $@59 $(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) ${SUPPRESS_UNDERSCORES} -m64 -o $@ 60 60 61 61 SPOBJ = pad.o x86-spjump64.o x86-spentry64.o x86-subprims64.o … … 73 73 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 74 74 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 75 Threads.h x86-constants64.h x86-exceptions.h lisptypes.h 75 Threads.h x86-constants64.h x86-exceptions.h lisptypes.h \ 76 $(PLATFORM_H) 76 77 77 78
Note: See TracChangeset
for help on using the changeset viewer.