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.

21 lines
290 B

  1. TARGETNAME=pfd
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. C_DEFINES=\
  5. $(C_DEFINES) \
  6. -D_NTDRIVER_ \
  7. -DNT \
  8. -DFIREWALL=1 \
  9. -DPROMIS=1 \
  10. -DHW_CHKSUM=1 \
  11. -DMPR50=1
  12. TARGETLIBS=\
  13. $(DDK_LIB_PATH)\tcpip.lib
  14. PRECOMPILED_INCLUDE=precomp.h
  15. SOURCES=\
  16. pfd.c \
  17. pfd.rc