Changeset 235 for GPL/trunk/drv32/makefile.os2
- Timestamp:
- Aug 8, 2007, 7:31:43 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/drv32/makefile.os2
r228 r235 89 89 @%write $^@ option map=$(WMAPNAME) 90 90 !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)' 92 92 !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)' 94 94 !endif 95 95 @%write $^@ name $(OBJDIR)\$(TARGET).sys … … 111 111 $(OBJDIR)\$(TARGET).sys: $(LNKFILE) $(FILES) $(LIBS) 112 112 !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)' 114 114 !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)' 116 116 !endif 117 117 … … 121 121 !if "$(KEE)" == "1" 122 122 # copy $(OBJDIR)\$(TARGET).sys $(ALSA_BIN)\$(TARGET)kee.sys 123 123 124 124 copy $(OBJDIR)\$(TARGET).sys $(ALSA_BIN_)\$(TARGET)kee.sys 125 125 !else
Note:
See TracChangeset
for help on using the changeset viewer.