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.

47 lines
660 B

  1. TARGETNAME=avlib
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. C_DEFINES=$(C_DEFINES) -D_UNICODE -DUNICODE
  5. !if "$(BUILD_PRODUCT)" != "NT"
  6. ! if !$(FREEBUILD)
  7. DEBUG_CRTS=1
  8. ! endif
  9. !endif
  10. USE_MSVCRT=1
  11. SOURCES=\
  12. app.c \
  13. arg.c \
  14. array.c \
  15. bscroll.c \
  16. calc.c \
  17. date.c \
  18. dlg.c \
  19. escbutt.c \
  20. file.c \
  21. garb.c \
  22. gfx.c \
  23. help.c \
  24. icobutt.c \
  25. ini.c \
  26. intl.c \
  27. list.c \
  28. loadlib.c \
  29. mem.c \
  30. nbox.c \
  31. queue.c \
  32. res.c \
  33. roedit.c \
  34. sort.c \
  35. splash.c \
  36. stack.c \
  37. str.c \
  38. strbuf.c \
  39. sys.c \
  40. tim.c \
  41. trace.c \
  42. wnd.c