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.

78 lines
1.6 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= oletest
  16. TARGETPATH= obj
  17. TARGETTYPE= PROGRAM
  18. INCLUDES= \
  19. ..;\
  20. ..\..\uthread;\
  21. ..\..\inc;\
  22. ..\..\common;\
  23. $(BASEDIR)\private\ole32\common\daytona;\
  24. $(BASEDIR)\private\ole32\ih;\
  25. $(BASEDIR)\private\cinc
  26. C_DEFINES= \
  27. $(C_DEFINES) \
  28. -DFLAT \
  29. -DWIN32=100 \
  30. -D_NT1X_=100 \
  31. -DNOEXCEPTIONS \
  32. -DCAIROLE_DOWNLEVEL
  33. SOURCES= \
  34. ..\oletest.rc \
  35. ..\oletest.cpp \
  36. ..\stack.cpp \
  37. ..\task.cpp \
  38. ..\app.cpp \
  39. ..\output.cpp \
  40. ..\cliptest.cpp \
  41. ..\gendata.cpp \
  42. ..\letests.cpp \
  43. ..\attest.cpp \
  44. ..\genenum.cpp \
  45. ..\dataadv.cpp \
  46. ..\oleadv.cpp \
  47. ..\uthread.cpp \
  48. ..\utils.cpp \
  49. ..\assert.cpp
  50. UMTYPE= windows
  51. UMENTRY= winmain
  52. UMLIBS= \
  53. ..\..\uthread\common\$(O)\common.lib \
  54. $(SDK_LIB_PATH)\ole32.lib \
  55. $(SDK_LIB_PATH)\comdlg32.lib \
  56. $(SDK_LIB_PATH)\gdi32.lib \
  57. $(SDK_LIB_PATH)\kernel32.lib \
  58. $(SDK_LIB_PATH)\user32.lib \
  59. $(SDK_LIB_PATH)\advapi32.lib \
  60. $(SDK_LIB_PATH)\uuid.lib
  61. USE_MSVCRT= 1