Changeset 3532


Ignore:
Timestamp:
Aug 23, 2007, 12:49:08 AM (18 years ago)
Author:
bird
Message:

kLdrStatic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/kLdr/Makefile.kmk

    r2965 r3532  
    149149
    150150#
     151# A static edition of kLdr.
     152#
     153LIBRARIES += kLdrStatic
     154kLdrStatic_TEMPLATE = kStuffLIB
     155kLdrStatic_SDKS.win = WINPSDK W2K3DDK
     156kLdrStatic_INCS = .
     157kLdrStatic_DEFS.win = __WIN__
     158kLdrStatic_DEFS.os2 = __OS2__
     159kLdrStatic_DEFS.darwin = __DARWIN__
     160kLdrStatic_SOURCES = $(kLdr_SOURCES)
     161
     162#
    151163# The OS/2 stub program.
    152164#
Note: See TracChangeset for help on using the changeset viewer.