Changeset 2884 for trunk/kLdr/Makefile.kmk
- Timestamp:
- Nov 18, 2006, 1:55:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/Makefile.kmk
r2883 r2884 130 130 kLdrExeStub-os2_ASTOOL = NASM 131 131 kLdrExeStub-os2_ASFLAGS = -f obj 132 kLdrExeStub-os2_LDFLAGS = -nostdlib 132 #kLdrExeStub-os2_LDFLAGS = -nostdlib 133 kLdrExeStub-os2_LDFLAGS = -nostdlib -Zstack 64 133 134 kLdrExeStub-os2_LIBS = $(TARGET_kLdr) 134 kLdrExeStub-os2_SOURCES = kLdrExeStub-os2.asm 135 #kLdrExeStub-os2_SOURCES = kLdrExeStub-os2.asm 136 kLdrExeStub-os2_SOURCES = kLdrExeStub-os2A.asm kLdrExeStub-os2.c 135 137 136 138 #
Note:
See TracChangeset
for help on using the changeset viewer.