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.

40 lines
643 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=tdi
  3. NT_UP = 0
  4. MSC_OPTIMIZATION=/Oxs
  5. TARGETNAME=tdisample
  6. TARGETTYPE=DRIVER
  7. TARGETPATH=obj
  8. SOURCES=buffer.cpp \
  9. connect.cpp \
  10. events.cpp \
  11. open.cpp \
  12. rcvdgram.cpp\
  13. receive.cpp \
  14. recvcom.cpp \
  15. requests.cpp\
  16. send.cpp \
  17. tdiquery.cpp\
  18. tdipnp.cpp \
  19. tdisample.cpp \
  20. utils.cpp \
  21. tdisample.rc
  22. USE_MAPSYM = 1
  23. UMTYPE=nt
  24. C_DEFINES=$(C_DEFINES) -DWIN2K -DNT -D_DRIVER_
  25. INCLUDES=.;..\inc
  26. TARGETLIBS=$(SDK_LIB_PATH)\ntdll.lib \
  27. $(DDK_LIB_PATH)\tdi.lib