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.

69 lines
1.1 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\av\dcap\16=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=dcap
  9. MINORCOMP=dcap16
  10. TARGETNAME=dcap16
  11. TARGETPATH=$(_OBJ_DIR)
  12. # Note: the order is important - build.exe always uses the last definition
  13. !if "$(386)" != "1"
  14. TARGETTYPE=NOTARGET
  15. !else
  16. TARGETTYPE=DYNLINK
  17. !endif
  18. DLLDEF=dcap16.def
  19. DLLENTRY=DllEntryPoint
  20. SOURCES=
  21. C16_FLAGS=-c -W3 -G3sAc -Oase -Zpe -AS
  22. ASM_FLAGS=-DIS_16=1
  23. NTNOFUZZYLOOKUP=1
  24. SDK_LIB_PATH=$(DEVROOT)\lib16
  25. INCLUDES=..\inc
  26. TARGETLIBS=$(SDK_LIB_PATH)\libw.lib \
  27. $(SDK_LIB_PATH)\vfw.lib \
  28. $(SDK_LIB_PATH)\mmsystem.lib \
  29. $(SDK_LIB_PATH)\snocrtd.lib
  30. #
  31. # List of sources
  32. #
  33. i386_SOURCES= dcap16.c \
  34. dcasm.asm \
  35. dcthk.asm
  36. NTTARGETFILE0=dcthk.asm $(_OBJ_DIR)\$(TARGET_DIRECTORY)\dcap16.res
  37. CONDITIONAL_INCLUDES = \
  38. macocidl.h \
  39. macwin32.h \
  40. rpcerr.h \
  41. rpcmac.h \
  42. winwlm.h \
  43. macname1.h \
  44. macname2.h \
  45. macpub.h \
  46. macapi.h \
  47. compman.h \
  48. drawdib.h \
  49. avifile.h \
  50. mciwnd.h \
  51. msvideo.h \
  52. avicap.h