Source code of Windows XP (NT5)
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.

14 lines
357 B

  1. PLATFORM_SWITCH=$(TARGET_DIRECTORY)
  2. !IF "$(ALT_PROJECT)" == "NEC_98"
  3. PLATFORM_SWITCH =nec98
  4. !ENDIF
  5. _LNG=..\..\$(LANGUAGE)
  6. _INX=..\..
  7. STAMP=stampinf -f
  8. $(O)\netirsir.inf: $(_INX)\netirsir.inx $(_LNG)\netirsir.txt
  9. copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $(@B).tmp
  10. $(STAMP) $(@B).tmp
  11. prodfilt $(@B).tmp $@ +$(PLATFORM_SWITCH)
  12. @del $(@B).tmp