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.

42 lines
716 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000 - 2000
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. !include ..\sources.inc
  7. !MESSAGE INCLUDE=$(INCLUDE)
  8. TARGETNAME=msobdl
  9. TARGETTYPE=DYNLINK
  10. TARGETPATH=obj
  11. DLLDEF=msobdl.def
  12. DLLENTRY=_DllMainCRTStartup
  13. TARGETLIBS= \
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\shell32.lib \
  18. $(SDK_LIB_PATH)\ole32.lib \
  19. $(SDK_LIB_PATH)\oleaut32.lib \
  20. $(SDK_LIB_PATH)\uuid.lib \
  21. $(SDK_LIB_PATH)\wininet.lib \
  22. INCLUDES= \
  23. $(OOBEINC)
  24. UMTYPE=windows
  25. SOURCES= \
  26. boyer.cpp \
  27. cabhdlr.cpp \
  28. download.cpp \
  29. msobdl.rc