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.

36 lines
564 B

  1. MAJORCOMP=dhcp
  2. MINORCOMP=dhcptools
  3. TARGETNAME=adsitst
  4. TARGETPATH= .\obj
  5. TARGETTYPE=PROGRAM
  6. USE_CRTDLL=1
  7. SOURCES= \
  8. adsitst.c
  9. INCLUDES= \
  10. .; \
  11. ..\inc; \
  12. ..\..\inc; \
  13. $(BASEDIR)\public\internal\ds\inc; \
  14. $(BASEDIR)\private\inc
  15. TARGETLIBS= \
  16. $(SDK_LIB_PATH)\adsldpc.lib \
  17. $(SDK_LIB_PATH)\wsock32.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\dhcpcsvc.lib \
  20. $(SDK_LIB_PATH)\ntdll.lib
  21. NET_C_DEFINES=-DUNICODE -DWIN32
  22. OPTIONAL_UMTEST=
  23. UMLIBS=
  24. UMTYPE=console
  25. UMAPPL=