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.

37 lines
558 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000 - 2000
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. !include ..\sources.inc
  7. TARGETTYPE=LIBRARY
  8. TARGETNAME=obidl
  9. TARGETPATH=obj
  10. INCLUDES= \
  11. $(OOBEINC) \
  12. $(DS_INC_PATH) \
  13. PASS0_SOURCEDIR=$(O)
  14. PASS0_HEADERDIR=$(O)
  15. MIDL_TLBDIR=$(O)
  16. SOURCES= \
  17. obcomm.idl \
  18. obshel.idl \
  19. obweb.idl \
  20. licdlli.c \
  21. $(O)\obcomm_i.c \
  22. $(O)\obcomm_p.c \
  23. $(O)\obshel_i.c \
  24. $(O)\obshel_p.c \
  25. $(O)\obweb_i.c \
  26. $(O)\obweb_p.c \