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.

61 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. Donna Liu (DonnaLi) 19-Dec-1993
  12. !ENDIF
  13. MAJORCOMP = cairole
  14. MINORCOMP = com
  15. TARGETNAME= oledll2
  16. TARGETPATH= obj
  17. TARGETTYPE= DYNLINK
  18. DLLDEF= $(O)\oledll2.def
  19. DLLBASE=@$(COFFBASE_TXT_FILE),usermode
  20. INCLUDES= ..\..\..\ole32\common\daytona;..\..\..\ole32\ih;..;..\..\common;..\..\..\cinc
  21. C_DEFINES= \
  22. $(C_DEFINES) \
  23. -DFLAT \
  24. -DWIN32=100 \
  25. -D_NT1X_=100 \
  26. -DUNICODE \
  27. -D_UNICODE \
  28. -DINC_OLE2 \
  29. -DNOEXCEPTIONS \
  30. -DCAIROLE_DOWNLEVEL
  31. SOURCES= ..\oledll2.c
  32. DLLENTRY=_DllMainCRTStartup
  33. UMTYPE= windows
  34. TARGETLIBS = ..\..\..\ole32\common\daytona\$(O)\common.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. $(SDK_LIB_PATH)\ole32.lib \
  37. $(SDK_LIB_PATH)\gdi32.lib \
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\user32.lib \
  40. $(SDK_LIB_PATH)\advapi32.lib
  41. USE_MSVCRT= 1