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.

12 lines
291 B

  1. STAMPINF_CMD=stampinf -f $@
  2. _INF=obj$(BUILD_ALT_DIR)\$(TARGET_DIRECTORY)
  3. .SUFFIXES : .inf .inx
  4. make_infs:\
  5. $(_INF)\netbrdgs.inf \
  6. $(_INF)\netbrdgm.inf
  7. {}.inx{$(_INF)\}.inf:
  8. prodfilt -s $(@B).inx $@ +$(TARGET_DIRECTORY)
  9. $(STAMPINF_CMD)
  10. $(BINPLACE_CMD)