Ignore:
Timestamp:
Nov 12, 2006, 9:59:45 AM (19 years ago)
Author:
bird
Message:

Got the stub loader working (but without stack allocation/switching).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/Makefile.kmk

    r2874 r2875  
    144144kLdrExeStub-win_CFLAGS = -W3 -Zl
    145145kLdrExeStub-win_CFLAGS.debug = -Zi
    146 kLdrExeStub-win_LDFLAGS = -Entry:WinMain -FIXED:NO
     146kLdrExeStub-win_LDFLAGS = -Entry:WindowsMain -SubSystem:Console -FIXED:NO
    147147kLdrExeStub-win_LIBS = $(TARGET_kLdr:.dll=.lib)
    148148kLdrExeStub-win_SOURCES = kLdrExeStub-win.c
Note: See TracChangeset for help on using the changeset viewer.