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.

49 lines
1.1 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2000 - 2000
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. !include ..\sources.inc
  7. TARGETNAME=msobweb
  8. TARGETTYPE=DYNLINK
  9. TARGETPATH=obj
  10. DLLDEF=msobweb.def
  11. DLLENTRY=_DllMainCRTStartup
  12. LINKLIBS= \
  13. ..\common\$(O)\obcommon.lib \
  14. TARGETLIBS= \
  15. ..\idl\$(O)\obidl.lib \
  16. $(SDK_LIB_PATH)\kernel32.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\advapi32.lib \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(SDK_LIB_PATH)\oleaut32.lib \
  21. $(SDK_LIB_PATH)\shfolder.lib \
  22. $(SDK_LIB_PATH)\shlwapi.lib \
  23. $(SDK_LIB_PATH)\setupapi.lib \
  24. $(SDK_LIB_PATH)\syssetup.lib \
  25. $(SDK_LIB_PATH)\uuid.lib
  26. INCLUDES= \
  27. $(OOBEINC)
  28. SOURCES= \
  29. msobweb.cpp \
  30. iocsite.cpp \
  31. ioipfram.cpp \
  32. ioipsite.cpp \
  33. iosite.cpp \
  34. server.cpp \
  35. msobweb.rc
  36. UMTYPE=windows