Changeset 28 for trunk


Ignore:
Timestamp:
Sep 24, 2010, 5:52:26 PM (15 years ago)
Author:
markus
Message:

added bldlevel signature creation to WATCOM build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/wmakefile

    r26 r28  
    5454#
    5555
    56 AS            = $(DDK)\tools\alp.exe
    57 CC            = wcc
    58 LD            = $(DDK)\base\tools\link.exe
     56AS         = $(DDK)\tools\alp.exe
     57CC         = wcc
     58LD         = $(DDK)\base\tools\link.exe
     59BLDLEVEL   = ..\..\tools\bldlvl.cmd
    5960
    6061AFLAGS        = -Mb
     
    7677           ctxhook.obj
    7778
    78 INCS     = os2ahci.h ahci.h
     79INCS     = os2ahci.h ahci.h version.h
    7980
    8081
     
    114115
    115116$(TARGET): $(OBJS) os2ahci.def wmakefile
     117        $(BLDLEVEL) os2ahci.def version.h
    116118        $(LD) $(LFLAGS) $(OBJS),$(TARGET),$*.map,$(LIB_DIRS) $(LIBS),$*.def
    117119        mapsym os2ahci
Note: See TracChangeset for help on using the changeset viewer.