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.

17 lines
288 B

  1. all: FAXINC
  2. clean: cleansrc
  3. FAXINC: WINFAX.H FXSAPIP.H
  4. WINFAX.X FXSAPIP.X: WINFAX.W
  5. hsplit -o WINFAX.X FXSAPIP.X WINFAX.W
  6. WINFAX.H: WINFAX.X
  7. wcshdr < WINFAX.X > WINFAX.H
  8. FXSAPIP.H: FXSAPIP.X
  9. wcshdr < FXSAPIP.X > FXSAPIP.H
  10. cleansrc:
  11. -del winfax.h
  12. -del fxsapip.h