Ignore:
Timestamp:
Nov 18, 2006, 1:55:48 PM (19 years ago)
Author:
bird
Message:

buildable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/Makefile.kmk

    r2883 r2884  
    130130kLdrExeStub-os2_ASTOOL = NASM
    131131kLdrExeStub-os2_ASFLAGS = -f obj
    132 kLdrExeStub-os2_LDFLAGS = -nostdlib
     132#kLdrExeStub-os2_LDFLAGS = -nostdlib
     133kLdrExeStub-os2_LDFLAGS = -nostdlib -Zstack 64
    133134kLdrExeStub-os2_LIBS = $(TARGET_kLdr)
    134 kLdrExeStub-os2_SOURCES = kLdrExeStub-os2.asm
     135#kLdrExeStub-os2_SOURCES = kLdrExeStub-os2.asm
     136kLdrExeStub-os2_SOURCES =  kLdrExeStub-os2A.asm kLdrExeStub-os2.c
    135137
    136138#
Note: See TracChangeset for help on using the changeset viewer.