Changeset 13609
- Timestamp:
- Apr 11, 2010, 4:11:18 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/win32/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/win32/Makefile
r13594 r13609 29 29 # however. 30 30 WFORMAT = -Wno-format 31 PLATFORM_H = platform-win32.h 31 32 32 33 # If the linker supports a "--hash-style=" option, use traditional … … 56 57 $(M4) $(M4FLAGS) -I../ $< | $(AS) $(ASFLAGS) -o $@ 57 58 .c.o: 58 $(CC) - I./-c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) ${SUPPRESS_UNDERSCORES} -mno-cygwin -o $@59 $(CC) -include ../$(PLATFORM_H) -c $< $(CDEFINES) $(CDEBUG) $(COPT) $(WFORMAT) ${SUPPRESS_UNDERSCORES} -mno-cygwin -o $@ 59 60 60 61 # order matters: x86-spjump32.o must be first. … … 73 74 CHEADERS = area.h bits.h x86-constants.h lisp-errors.h gc.h lisp.h \ 74 75 lisp-exceptions.h lisp_globals.h macros.h memprotect.h image.h \ 75 Threads.h x86-constants32.h x86-exceptions.h lisptypes.h 76 Threads.h x86-constants32.h x86-exceptions.h lisptypes.h \ 77 $(PLATFORM_H) 76 78 77 79
Note:
See TracChangeset
for help on using the changeset viewer.
