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.

34 lines
844 B

  1. USE_NOLIBS = 1
  2. NO_NTDLL = 1
  3. TARGETNAME = sdsutils
  4. TARGETPATH = obj
  5. TARGETTYPE = LIBRARY
  6. UMTYPE = windows
  7. TARGETLIBS = \
  8. $(SDK_LIB_PATH)\kernel32.lib
  9. SOURCES = \
  10. strchr.c \
  11. strrchr.c \
  12. atol.c \
  13. addpath.c \
  14. fileexst.c \
  15. strtoul.c \
  16. NextTok.c \
  17. strstr.c \
  18. strstri.c \
  19. ie4func.c \
  20. space.c \
  21. ultoa.c \
  22. proxy.c \
  23. regdel.c \
  24. version.c \
  25. grpconv.c \
  26. crypto.c \
  27. checks.c \
  28. lfnpath.c
  29. USE_PDB = 1