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.

21 lines
311 B

  1. TARGETNAME=dod
  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. dod.c \
  17. dod.rc