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.

15 lines
280 B

  1. # ole2.w -> $(SDK_INC_PATH)\ole2.h
  2. #$(O)\ole2.h : ole2.w
  3. #
  4. # Inference rules. These help build whatever is in the NTTARGETFILES and
  5. # NTTARGETFILE0 lists.
  6. #
  7. .SUFFIXES:.w .h
  8. # generate header.h from header.w
  9. {}.w{$O}.h:
  10. copy $** $@
  11. # shfusion2 $** > $@