Changeset 86 for trunk/kBuild/header.kmk


Ignore:
Timestamp:
Jun 3, 2004, 11:36:29 PM (21 years ago)
Author:
bird
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r85 r86  
    215215SUFF_DLL            := .dll
    216216SUFF_EXE            := .exe
    217 SUFF_DRV            := .sys
     217SUFF_SYS            := .sys
    218218SUFF_RES            := .res
    219219endif
     
    223223SUFF_DLL            := .dll
    224224SUFF_EXE            := .exe
    225 SUFF_DRV            := .sys
     225SUFF_SYS            := .sys
    226226SUFF_RES            := .res
    227227endif
     
    231231SUFF_DLL            := .so
    232232SUFF_EXE            :=
    233 SUFF_DRV            := .a
     233SUFF_SYS            := .a
    234234SUFF_RES            :=
    235235endif
Note: See TracChangeset for help on using the changeset viewer.