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.

66 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. David Plummer (davepl) 19-Mar-94
  12. Modifed by via awk to include global project include file
  13. and to wrap precompiled header line within a conditional
  14. that can be set in this include file.
  15. Donna Liu (DonnaLi) 19-Dec-1993
  16. !ENDIF
  17. MAJORCOMP = oleutest
  18. MINORCOMP = com
  19. # This links against "common". This Block assures that the build
  20. # of "common" finished before preceeding. This Block also serves
  21. # to protect the "bt" and "st" directories.
  22. SYNCHRONIZE_BLOCK=1
  23. SYNCHRONIZE_DRAIN=1
  24. TARGETNAME= oleat
  25. TARGETPATH= obj
  26. TARGETTYPE= DYNLINK
  27. DLLDEF= $(O)\oleat.def
  28. DLLENTRY= _DllMainCRTStartup
  29. DLLBASE=@$(COFFBASE_TXT_FILE),usermode
  30. !include ..\..\daytona.inc
  31. INCLUDES= ..
  32. SOURCES= \
  33. oleat.cpp
  34. LINKLIBS= \
  35. ..\common\$(O)\common.lib \
  36. $(SDK_LIB_PATH)\uuid.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\gdi32.lib \
  39. $(SDK_LIB_PATH)\kernel32.lib \
  40. $(SDK_LIB_PATH)\user32.lib \
  41. $(SDK_LIB_PATH)\advapi32.lib
  42. UMTYPE= windows
  43. USE_MSVCRT=1