Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
485 B

  1. _LNG=$(LANGUAGE)
  2. _INX=.
  3. STAMP=stampinf -f $@ -d date -v 4.34.0.0
  4. $(O)\netctmrk.inf: $(_INX)\netctmrk.inx $(_LNG)\netctmrk.txt
  5. copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $@
  6. $(STAMP)
  7. $(O)\mdmctm1.inf: $(_INX)\mdmctm1.inx $(_LNG)\mdmctm1.txt
  8. copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $@
  9. $(STAMP)
  10. $(O)\ctmaport.inf: $(_INX)\ctmaport.inx $(_LNG)\ctmaport.txt
  11. copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $@
  12. $(STAMP)