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.

25 lines
617 B

  1. TARGETNAME=natdns
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. PRECOMPILED_CXX=1
  5. PRECOMPILED_INCLUDE=precomp.h
  6. C_DEFINES=$(C_DEFINES) -DMPR50=1 -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0510
  7. INCLUDES=\
  8. $(PROJECT_ROOT)\rras\ip\nathlp\inc; \
  9. $(PROJECT_ROOT)\rras\inc; \
  10. $(PROJECT_ROOT)\inc; \
  11. $(NET_INC_PATH); \
  12. $(DS_INC_PATH); \
  13. SOURCES= \
  14. dnsfile.cpp \
  15. dnsif.cpp \
  16. dnsio.cpp \
  17. dnslookup.cpp \
  18. dnsmsg.cpp \
  19. dnsquery.cpp \
  20. rmdns.cpp