Ignore:
Timestamp:
Aug 8, 2007, 7:31:43 AM (18 years ago)
Author:
Brendan Oakley
Message:

New mkversion thanks to Mike, with BLDLEVEL and driver load output fixes from Allan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/makefile.os2

    r228 r235  
    8989    @%write $^@ option map=$(WMAPNAME)
    9090!if "$(KEE)" == "1"
    91     @%write $^@ option description '@$#$(BLDLVL_VENDOR):$(BLDLVL_REVISION)$#@$#$#1$#$# $(BLDLVL_DATETIME)      $(BLDLVL_MACHINE)::::$(BLDLVL_FILEVER)::@@$(BLDLVL_PRODUCT) (KEE)'
     91    @%write $^@ option description '$(%BUILDLEVEL) (KEE)'
    9292!else
    93     @%write $^@ option description '@$#$(BLDLVL_VENDOR):$(BLDLVL_REVISION)$#@$#$#1$#$# $(BLDLVL_DATETIME)      $(BLDLVL_MACHINE)::::$(BLDLVL_FILEVER)::@@$(BLDLVL_PRODUCT) (W4)'
     93    @%write $^@ option description '$(%BUILDLEVEL) (W4)'
    9494!endif
    9595    @%write $^@ name $(OBJDIR)\$(TARGET).sys
     
    111111$(OBJDIR)\$(TARGET).sys: $(LNKFILE) $(FILES) $(LIBS)
    112112!if "$(KEE)" == "1"
    113      @%write $(DEFFILE) description '@$#$(BLDLVL_VENDOR):$(BLDLVL_REVISION)$#@$#$#1$#$# $(BLDLVL_DATETIME)      $(BLDLVL_MACHINE)::::$(BLDLVL_FILEVER)::@@$(BLDLVL_PRODUCT) (KEE)'
     113     @%write $(DEFFILE) description '$(%BUILDLEVEL) (KEE)'
    114114!else
    115      @%write $(DEFFILE) description '@$#$(BLDLVL_VENDOR):$(BLDLVL_REVISION)$#@$#$#1$#$# $(BLDLVL_DATETIME)      $(BLDLVL_MACHINE)::::$(BLDLVL_FILEVER)::@@$(BLDLVL_PRODUCT) (W4)'
     115     @%write $(DEFFILE) description '$(%BUILDLEVEL) (W4)'
    116116!endif
    117117
     
    121121!if "$(KEE)" == "1"
    122122#     copy $(OBJDIR)\$(TARGET).sys $(ALSA_BIN)\$(TARGET)kee.sys
    123              
     123         
    124124      copy $(OBJDIR)\$(TARGET).sys $(ALSA_BIN_)\$(TARGET)kee.sys
    125125!else
Note: See TracChangeset for help on using the changeset viewer.